Symbol: expand
crypto/heimdal/appl/afsutil/afslog.c
136
afslog_cell(const char *cell, int expand)
crypto/heimdal/appl/afsutil/afslog.c
140
if(expand){
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
124
SHS_LONG x = (i < 16) ? eData[i] : expand(eData, i);
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
129
subRound(A, B, C, D, E, f2, K2, expand(eData, i));
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
133
subRound(A, B, C, D, E, f3, K3, expand(eData, i));
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
137
subRound(A, B, C, D, E, f4, K4, expand(eData, i));
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
161
subRound( E, A, B, C, D, f1, K1, expand( eData, 16 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
162
subRound( D, E, A, B, C, f1, K1, expand( eData, 17 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
163
subRound( C, D, E, A, B, f1, K1, expand( eData, 18 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
164
subRound( B, C, D, E, A, f1, K1, expand( eData, 19 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
166
subRound( A, B, C, D, E, f2, K2, expand( eData, 20 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
167
subRound( E, A, B, C, D, f2, K2, expand( eData, 21 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
168
subRound( D, E, A, B, C, f2, K2, expand( eData, 22 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
169
subRound( C, D, E, A, B, f2, K2, expand( eData, 23 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
170
subRound( B, C, D, E, A, f2, K2, expand( eData, 24 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
171
subRound( A, B, C, D, E, f2, K2, expand( eData, 25 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
172
subRound( E, A, B, C, D, f2, K2, expand( eData, 26 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
173
subRound( D, E, A, B, C, f2, K2, expand( eData, 27 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
174
subRound( C, D, E, A, B, f2, K2, expand( eData, 28 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
175
subRound( B, C, D, E, A, f2, K2, expand( eData, 29 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
176
subRound( A, B, C, D, E, f2, K2, expand( eData, 30 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
177
subRound( E, A, B, C, D, f2, K2, expand( eData, 31 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
178
subRound( D, E, A, B, C, f2, K2, expand( eData, 32 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
179
subRound( C, D, E, A, B, f2, K2, expand( eData, 33 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
180
subRound( B, C, D, E, A, f2, K2, expand( eData, 34 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
181
subRound( A, B, C, D, E, f2, K2, expand( eData, 35 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
182
subRound( E, A, B, C, D, f2, K2, expand( eData, 36 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
183
subRound( D, E, A, B, C, f2, K2, expand( eData, 37 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
184
subRound( C, D, E, A, B, f2, K2, expand( eData, 38 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
185
subRound( B, C, D, E, A, f2, K2, expand( eData, 39 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
187
subRound( A, B, C, D, E, f3, K3, expand( eData, 40 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
188
subRound( E, A, B, C, D, f3, K3, expand( eData, 41 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
189
subRound( D, E, A, B, C, f3, K3, expand( eData, 42 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
190
subRound( C, D, E, A, B, f3, K3, expand( eData, 43 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
191
subRound( B, C, D, E, A, f3, K3, expand( eData, 44 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
192
subRound( A, B, C, D, E, f3, K3, expand( eData, 45 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
193
subRound( E, A, B, C, D, f3, K3, expand( eData, 46 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
194
subRound( D, E, A, B, C, f3, K3, expand( eData, 47 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
195
subRound( C, D, E, A, B, f3, K3, expand( eData, 48 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
196
subRound( B, C, D, E, A, f3, K3, expand( eData, 49 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
197
subRound( A, B, C, D, E, f3, K3, expand( eData, 50 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
198
subRound( E, A, B, C, D, f3, K3, expand( eData, 51 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
199
subRound( D, E, A, B, C, f3, K3, expand( eData, 52 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
200
subRound( C, D, E, A, B, f3, K3, expand( eData, 53 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
201
subRound( B, C, D, E, A, f3, K3, expand( eData, 54 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
202
subRound( A, B, C, D, E, f3, K3, expand( eData, 55 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
203
subRound( E, A, B, C, D, f3, K3, expand( eData, 56 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
204
subRound( D, E, A, B, C, f3, K3, expand( eData, 57 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
205
subRound( C, D, E, A, B, f3, K3, expand( eData, 58 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
206
subRound( B, C, D, E, A, f3, K3, expand( eData, 59 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
208
subRound( A, B, C, D, E, f4, K4, expand( eData, 60 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
209
subRound( E, A, B, C, D, f4, K4, expand( eData, 61 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
210
subRound( D, E, A, B, C, f4, K4, expand( eData, 62 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
211
subRound( C, D, E, A, B, f4, K4, expand( eData, 63 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
212
subRound( B, C, D, E, A, f4, K4, expand( eData, 64 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
213
subRound( A, B, C, D, E, f4, K4, expand( eData, 65 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
214
subRound( E, A, B, C, D, f4, K4, expand( eData, 66 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
215
subRound( D, E, A, B, C, f4, K4, expand( eData, 67 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
216
subRound( C, D, E, A, B, f4, K4, expand( eData, 68 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
217
subRound( B, C, D, E, A, f4, K4, expand( eData, 69 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
218
subRound( A, B, C, D, E, f4, K4, expand( eData, 70 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
219
subRound( E, A, B, C, D, f4, K4, expand( eData, 71 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
220
subRound( D, E, A, B, C, f4, K4, expand( eData, 72 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
221
subRound( C, D, E, A, B, f4, K4, expand( eData, 73 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
222
subRound( B, C, D, E, A, f4, K4, expand( eData, 74 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
223
subRound( A, B, C, D, E, f4, K4, expand( eData, 75 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
224
subRound( E, A, B, C, D, f4, K4, expand( eData, 76 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
225
subRound( D, E, A, B, C, f4, K4, expand( eData, 77 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
226
subRound( C, D, E, A, B, f4, K4, expand( eData, 78 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
227
subRound( B, C, D, E, A, f4, K4, expand( eData, 79 ) );
crypto/krb5/src/windows/leash/LeashView.cpp
2356
int expand = -1; // -1 = unchanged; 0 = collapse; 1 = expand
crypto/krb5/src/windows/leash/LeashView.cpp
2360
expand = 1;
crypto/krb5/src/windows/leash/LeashView.cpp
2364
expand = 0;
crypto/krb5/src/windows/leash/LeashView.cpp
2369
if (expand >= 0) {
crypto/krb5/src/windows/leash/LeashView.cpp
2375
if (elem->m_expanded != expand) {
crypto/krb5/src/windows/leash/LeashView.cpp
2376
elem->m_expanded = expand;
crypto/openssh/sftp-client.c
1006
sftp_realpath_expand(struct sftp_conn *conn, const char *path, int expand)
crypto/openssh/sftp-client.c
1016
if (expand)
crypto/openssh/sftp-client.c
1022
if (expand) {
crypto/openssh/sftp-client.c
1052
error("%s %s: %s", expand ? "expand" : "realpath",
crypto/openssl/apps/engine.c
64
const int expand = 256;
crypto/openssl/apps/engine.c
69
*size = ((len + expand - 1) / expand) * expand;
crypto/openssl/apps/engine.c
78
*size = ((len + expand - 1) / expand) * expand;
crypto/openssl/crypto/comp/comp_lib.c
84
if (ctx->meth->expand == NULL) {
crypto/openssl/crypto/comp/comp_lib.c
87
ret = ctx->meth->expand(ctx, out, olen, in, ilen);
crypto/openssl/crypto/comp/comp_local.h
18
ossl_ssize_t (*expand)(COMP_CTX *ctx,
crypto/openssl/crypto/lhash/lhash.c
124
if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh))
crypto/openssl/crypto/lhash/lhash.c
43
static int expand(OPENSSL_LHASH *lh);
stand/efi/loader/copy.c
413
goto expand;
stand/efi/loader/copy.c
435
expand:
usr.bin/lastcomm/lastcomm.c
49
time_t expand(u_int);
usr.bin/localedef/collate.c
1253
(void) wsncpy(chain[n].str, ce->expand, COLLATE_STR_LEN);
usr.bin/localedef/collate.c
182
wchar_t *expand;
usr.bin/localedef/collate.c
413
rv = wcscmp(c1->expand, c2->expand);
usr.bin/localedef/collate.c
803
e->expand = wcs;
usr.bin/mail/cmd2.c
172
if ((file = expand(file)) == NULL)
usr.bin/mail/cmd3.c
170
if ((cp = expand(*arglist)) == NULL)
usr.bin/mail/cmd3.c
560
if ((cp = expand(cp)) != NULL) {
usr.bin/mail/collect.c
328
cp = expand(cp);
usr.bin/mail/collect.c
412
if ((cp = expand(cp)) == NULL)
usr.bin/mail/extern.h
48
char *expand(char *);
usr.bin/mail/fio.c
436
if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL)
usr.bin/mail/fio.c
437
cp = expand("~/dead.letter");
usr.bin/mail/fio.c
442
cp = expand(buf);
usr.bin/mail/lex.c
70
if ((name = expand(name)) == NULL)
usr.bin/mail/main.c
278
load(expand(rc));
usr.bin/mail/names.c
296
fname = expand(np->n_name);
usr.bin/mail/quit.c
193
mbox = expand("&");
usr.bin/mail/send.c
375
(void)savemail(expand(nbuf), mtf);
usr.bin/mail/send.c
379
(void)savemail(expand(cp), mtf);
usr.bin/mail/send.c
402
cp = expand(cp);
usr.bin/mail/util.c
266
if ((cp = expand(*arglist)) == NULL)
usr.bin/tip/tip/cmds.c
114
cp = expand(argv[1]);
usr.bin/tip/tip/cmds.c
280
fnamex = expand(fname);
usr.bin/tip/tip/cmds.c
408
copynamex = expand(argv[0]);
usr.bin/tip/tip/cmds.c
80
cp = expand(copyname);
usr.bin/tip/tip/tip.h
278
char *expand(char *);
usr.bin/tip/tip/value.c
188
cp = expand(cp);
usr.bin/tip/tip/value.c
351
v = expand(v);