Symbol: expand
crypto/libressl/crypto/lhash/lhash.c
111
static void expand(_LHASH *lh);
crypto/libressl/crypto/lhash/lhash.c
167
expand(lh);
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",
libexec/dma/dma.c
179
add_recp(struct queue *queue, const char *str, int expand)
libexec/dma/dma.c
216
if (expand) {
libexec/dma/dma.c
218
if (!aliased && expand == EXPAND_WILDCARD)
sbin/gpt/expand.c
38
static void expand(int fd);
sbin/gpt/expand.c
70
expand(fd);
tools/regression/lib/libc-regex/testregex.c
1809
re = expand(re, patbuf);
tools/regression/lib/libc-regex/testregex.c
1818
s = expand(s, strbuf);
usr.bin/lastcomm/lastcomm.c
174
(expand(ab.ac_utime) +
usr.bin/lastcomm/lastcomm.c
175
expand(ab.ac_stime))/AC_HZ);
usr.bin/lastcomm/lastcomm.c
180
(void)printf(" %6.2f us", expand(ab.ac_utime)/AC_HZ);
usr.bin/lastcomm/lastcomm.c
185
(void)printf(" %6.2f sy", expand(ab.ac_stime)/AC_HZ);
usr.bin/lastcomm/lastcomm.c
190
(void)printf(" %8.2f es", expand(ab.ac_etime)/AC_HZ);
usr.bin/lastcomm/lastcomm.c
201
t += (time_t)(expand(ab.ac_etime)/AC_HZ);
usr.bin/lastcomm/lastcomm.c
48
time_t expand(u_int);
usr.bin/localedef/collate.c
1246
(void) wsncpy(chain[n].str, ce->expand, COLLATE_STR_LEN);
usr.bin/localedef/collate.c
180
wchar_t *expand;
usr.bin/localedef/collate.c
412
rv = wcscmp(c1->expand, c2->expand);
usr.bin/localedef/collate.c
804
e->expand = wcs;
usr.bin/mail/cmd2.c
168
if ((file = expand(file)) == NULL)
usr.bin/mail/cmd3.c
170
if ((cp = expand(*arglist)) == NULL)
usr.bin/mail/cmd3.c
547
if ((cp = expand(cp)) != NULL) {
usr.bin/mail/collect.c
326
cp = expand(cp);
usr.bin/mail/collect.c
409
if ((cp = expand(cp)) == NULL)
usr.bin/mail/extern.h
50
char *expand(char *);
usr.bin/mail/fio.c
435
if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL)
usr.bin/mail/fio.c
436
cp = expand("~/dead.letter");
usr.bin/mail/fio.c
441
cp = expand(buf);
usr.bin/mail/lex.c
72
if ((name = expand(name)) == NULL)
usr.bin/mail/main.c
246
load(expand(rc));
usr.bin/mail/names.c
298
fname = expand(np->n_name);
usr.bin/mail/quit.c
198
mbox = expand("&");
usr.bin/mail/send.c
374
savemail(expand(nbuf), mtf);
usr.bin/mail/send.c
378
savemail(expand(cp), mtf);
usr.bin/mail/send.c
401
cp = expand(cp);
usr.bin/mail/util.c
262
if ((cp = expand(*arglist)) == NULL)
usr.bin/tip/cmds.c
107
cp = expand(copyname);
usr.bin/tip/cmds.c
140
cp = expand(argv[1]);
usr.bin/tip/cmds.c
379
fnamex = expand(fname);
usr.bin/tip/cmds.c
505
copynamex = expand(argv[0]);
usr.bin/tip/tip.h
313
char *expand(char *);
usr.bin/tip/value.c
178
cp = expand(cp);
usr.bin/tip/value.c
342
v = expand(v);