Symbol: expand
usr/src/cmd/acct/acctcms.c
100
ulong_t expand();
usr/src/cmd/acct/acctcms.c
259
cpu = expand(acct.oab.ac_stime)+
usr/src/cmd/acct/acctcms.c
260
expand(acct.oab.ac_utime);
usr/src/cmd/acct/acctcms.c
262
real = expand(acct.oab.ac_etime);
usr/src/cmd/acct/acctcms.c
264
mem = expand(acct.oab.ac_mem);
usr/src/cmd/acct/acctcms.c
266
cmt.tcm_io = expand(acct.oab.ac_io);
usr/src/cmd/acct/acctcms.c
267
cmt.tcm_rw = expand(acct.oab.ac_rw);
usr/src/cmd/acct/acctcms.c
276
cpu = expand(acct.oab.ac_stime)+
usr/src/cmd/acct/acctcms.c
277
expand(acct.oab.ac_utime);
usr/src/cmd/acct/acctcms.c
279
real = expand(acct.ab.ac_etime);
usr/src/cmd/acct/acctcms.c
281
mem = expand(acct.ab.ac_mem);
usr/src/cmd/acct/acctcms.c
283
cmt.tcm_io = expand(acct.ab.ac_io);
usr/src/cmd/acct/acctcms.c
284
cmt.tcm_rw = expand(acct.ab.ac_rw);
usr/src/cmd/acct/acctcms.c
342
if((etime = SECS(expand(acct.oab.ac_etime))) == 0)
usr/src/cmd/acct/acctcms.c
359
cpu = expand(acct.oab.ac_stime)+
usr/src/cmd/acct/acctcms.c
360
expand(acct.oab.ac_utime);
usr/src/cmd/acct/acctcms.c
365
real = expand(acct.oab.ac_etime);
usr/src/cmd/acct/acctcms.c
370
mem = expand(acct.oab.ac_mem);
usr/src/cmd/acct/acctcms.c
375
ltmp = expand(acct.oab.ac_io);
usr/src/cmd/acct/acctcms.c
379
ltmp = expand(acct.oab.ac_rw);
usr/src/cmd/acct/acctcms.c
393
if((etime = SECS(expand(acct.ab.ac_etime))) == 0)
usr/src/cmd/acct/acctcms.c
407
cpu = expand(acct.ab.ac_stime)+
usr/src/cmd/acct/acctcms.c
408
expand(acct.ab.ac_utime);
usr/src/cmd/acct/acctcms.c
413
real = expand(acct.ab.ac_etime);
usr/src/cmd/acct/acctcms.c
418
mem = expand(acct.ab.ac_mem);
usr/src/cmd/acct/acctcms.c
423
ltmp = expand(acct.ab.ac_io);
usr/src/cmd/acct/acctcms.c
427
ltmp = expand(acct.ab.ac_rw);
usr/src/cmd/acct/acctcms.c
98
float expand();
usr/src/cmd/acct/acctcom.c
109
float expand();
usr/src/cmd/acct/acctcom.c
111
ulong_t expand();
usr/src/cmd/acct/acctcom.c
370
elapsed = expand(a->ac_etime);
usr/src/cmd/acct/acctcom.c
391
sys = expand(a->ac_stime);
usr/src/cmd/acct/acctcom.c
392
user = expand(a->ac_utime);
usr/src/cmd/acct/acctcom.c
396
mem = expand(a->ac_mem);
usr/src/cmd/acct/acctcom.c
398
io=expand(a->ac_io);
usr/src/cmd/acct/acctcom.c
399
rw=expand(a->ac_rw);
usr/src/cmd/acct/acctprc.c
72
float expand();
usr/src/cmd/acct/acctprc.c
74
ulong_t expand();
usr/src/cmd/acct/acctprc.c
85
if ((etime = SECS(expand(ab.ac_etime))) == 0)
usr/src/cmd/acct/acctprc.c
87
stime = expand(ab.ac_stime) + expand(ab.ac_utime);
usr/src/cmd/acct/acctprc.c
88
mem = expand(ab.ac_mem);
usr/src/cmd/acct/acctprc1.c
129
if ((etime = SECS(expand(ab.ac_etime))) == 0)
usr/src/cmd/acct/acctprc1.c
131
stime = expand(ab.ac_stime) + expand(ab.ac_utime);
usr/src/cmd/acct/acctprc1.c
132
mem = expand(ab.ac_mem);
usr/src/cmd/acct/acctprc1.c
85
ulong_t expand();
usr/src/cmd/backup/restore/interactive.c
599
size = expand(arg, 0, ap);
usr/src/cmd/backup/restore/main.c
473
if (expand(name, 0, &alist) == 0) {
usr/src/cmd/backup/restore/restore.h
209
extern int expand(char *, int, struct arglist *);
usr/src/cmd/backup/restore/restore.h
273
extern int expand();
usr/src/cmd/backup/restore/utilities.c
908
size = expand(ap->head[rindexa].fname,
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
177
expand(as);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
366
expand(restbuf);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
513
expand(p);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
89
static void expand(char *as);
usr/src/cmd/cmd-inet/usr.bin/rdist/defs.h
146
struct namelist *expand();
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
125
nl = expand($3, E_VARS);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
137
$1->sc_args = expand($2, E_VARS);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
142
$1->sc_args = expand($2, E_ALL);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
154
for (nl = expand(dupnl($2), E_VARS); nl != NULL;
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
158
$1->sc_args = expand($2, E_VARS);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
163
$1->sc_args = expand($2, E_ALL);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
365
files = expand(files, E_VARS|E_SHELL);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
366
hosts = expand(hosts, E_ALL);
usr/src/cmd/cmd-inet/usr.bin/rdist/gram.y
432
c->c_files = expand(files, E_ALL);
usr/src/cmd/cmd-inet/usr.bin/rdist/main.c
449
hosts = expand(&tnl, E_ALL);
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
187
except = bp = expand(makeblock(NAME, cp),
usr/src/cmd/cmd-inet/usr.bin/rdist/server.c
190
bp->b_next = expand(makeblock(NAME, cp),
usr/src/cmd/csh/sh.glob.c
152
expand(as);
usr/src/cmd/csh/sh.glob.c
346
expand(restbuf);
usr/src/cmd/csh/sh.glob.c
45
void expand(tchar *);
usr/src/cmd/csh/sh.glob.c
488
expand(p);
usr/src/cmd/filesync/base.c
119
if ((bp->b_src_name = expand(bp->b_src_spec)) == 0) {
usr/src/cmd/filesync/base.c
124
if ((bp->b_dst_name = expand(bp->b_dst_spec)) == 0) {
usr/src/cmd/filesync/filesync.h
150
char *expand(char *); /* expand variables in name */
usr/src/cmd/filesync/main.c
501
where = (s && *s) ? expand(s) : expand(DFLT_PRFX);
usr/src/cmd/fs.d/autofs/auto_subr.c
520
int expand = 0;
usr/src/cmd/fs.d/autofs/auto_subr.c
538
expand++;
usr/src/cmd/fs.d/autofs/auto_subr.c
617
expand++;
usr/src/cmd/fs.d/autofs/auto_subr.c
641
if (!expand)
usr/src/cmd/lastcomm/lc_pacct.c
22
extern ulong_t expand(comp_t);
usr/src/cmd/lastcomm/lc_pacct.c
89
x = expand(acp->ac_utime) + expand(acp->ac_stime);
usr/src/cmd/localedef/collate.c
1198
(void) wsncpy(chain[n].str, ce->expand, COLLATE_STR_LEN);
usr/src/cmd/localedef/collate.c
165
wchar_t *expand;
usr/src/cmd/localedef/collate.c
385
rv = wcscmp(c1->expand, c2->expand);
usr/src/cmd/localedef/collate.c
779
e->expand = wcs;
usr/src/cmd/mailx/cmd2.c
165
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
240
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd2.c
373
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/cmd3.c
244
if ((cp = expand(cp)) == NOSTR)
usr/src/cmd/mailx/cmd3.c
883
if ((cp = expand(cp)) != NOSTR) {
usr/src/cmd/mailx/cmd4.c
218
if ((file = expand(file)) == NOSTR)
usr/src/cmd/mailx/collect.c
522
cp = expand(cp);
usr/src/cmd/mailx/collect.c
572
if ((cp = expand(cp)) == NOSTR)
usr/src/cmd/mailx/fio.c
785
char *t = expand(name);
usr/src/cmd/mailx/fio.c
803
if (*folder != '+' && (folder = expand(folder)) == NOSTR ||
usr/src/cmd/mailx/hdr/def.h
465
extern char *expand(char *name);
usr/src/cmd/mailx/util.c
328
if ((cp = expand(name)) == NOSTR)
usr/src/cmd/more/more.c
1299
if (expand (shell_line, cmdbuf)) {
usr/src/cmd/more/more.c
219
static int expand(char *outbuf, char *inbuf);
usr/src/cmd/sendmail/src/alias.c
932
expand(pp, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/conf.c
2636
expand(ProcTitlePrefix, prefix, sizeof(prefix), e);
usr/src/cmd/sendmail/src/daemon.c
191
expand("\201j", jbuf, sizeof(jbuf), e);
usr/src/cmd/sendmail/src/daemon.c
272
expand("\201j", jbuf, sizeof(jbuf), e);
usr/src/cmd/sendmail/src/deliver.c
1214
expand(FallbackSmartHost, hostbuf, hbsz, e);
usr/src/cmd/sendmail/src/deliver.c
1448
expand(*mvp, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
1705
expand(m->m_argv[1], buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
1789
expand(*mvp, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
1836
expand(*mvp, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
2534
expand(m->m_rootdir, cbuf, sizeof(cbuf), e);
usr/src/cmd/sendmail/src/deliver.c
2671
expand(p, cbuf, sizeof(cbuf), e);
usr/src/cmd/sendmail/src/deliver.c
4504
expand("\201g", buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
4518
expand("\201k", hname, sizeof(hname), e);
usr/src/cmd/sendmail/src/deliver.c
4536
expand(template, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/deliver.c
5181
expand(mailer->m_rootdir, targetfile, sizeof(targetfile), e);
usr/src/cmd/sendmail/src/deliver.c
5484
expand(p, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/envelope.c
1059
expand("\201n", nbuf, sizeof(nbuf), e);
usr/src/cmd/sendmail/src/envelope.c
499
expand(PostMasterCopy, pcopy, sizeof(pcopy), e);
usr/src/cmd/sendmail/src/headers.c
1842
expand(p, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/headers.c
203
(void) expand(fvalue, hbuf, sizeof(hbuf), e);
usr/src/cmd/sendmail/src/headers.c
860
expand(h->h_value, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/headers.c
865
expand(crackaddr(buf, e),
usr/src/cmd/sendmail/src/main.c
1400
expand("\201m", jbuf, sizeof(jbuf), &BlankEnvelope);
usr/src/cmd/sendmail/src/main.c
1415
expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
usr/src/cmd/sendmail/src/main.c
1766
expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope);
usr/src/cmd/sendmail/src/main.c
3035
expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
usr/src/cmd/sendmail/src/main.c
4106
expand(lbp, exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/map.c
3935
expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope);
usr/src/cmd/sendmail/src/map.c
3947
expand(lc, lcbuf, sizeof(lcbuf), CurEnv);
usr/src/cmd/sendmail/src/milter.c
1932
expand(v, exp, sizeof(exp), e);
usr/src/cmd/sendmail/src/milter.c
1950
expand(v, exp, sizeof(exp), e);
usr/src/cmd/sendmail/src/parseaddr.c
2772
expand("<\201g>", buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/parseaddr.c
2774
expand(fancy, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/parseaddr.c
697
expand(OperatorChars, obuf, sizeof(obuf) - sizeof(DELIMCHARS),
usr/src/cmd/sendmail/src/queue.c
796
(void) expand(h->h_value, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/readcf.c
212
expand(&bp[1], exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/readcf.c
2362
expand(val, exbuf, sizeof(exbuf), e); \
usr/src/cmd/sendmail/src/readcf.c
300
expand(q, exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/readcf.c
460
expand(&bp[1], exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/readcf.c
500
expand(ep, exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/readcf.c
684
expand(&bp[1], exbuf, sizeof(exbuf), e);
usr/src/cmd/sendmail/src/readcf.c
984
expand("\201j", jbuf, sizeof(jbuf), &BlankEnvelope);
usr/src/cmd/sendmail/src/readcf.c
997
expand(lc, lcbuf, sizeof(lcbuf), CurEnv);
usr/src/cmd/sendmail/src/savemail.c
198
expand("\201n", buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/savemail.c
310
expand(DoubleBounceAddr, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/savemail.c
376
expand("\201z/dead.letter", dlbuf, sizeof(dlbuf), e);
usr/src/cmd/sendmail/src/savemail.c
684
expand("\201n", buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/savemail.c
824
expand("from \201_", buf, sizeof(buf), e->e_parent);
usr/src/cmd/sendmail/src/savemail.c
867
expand(lbp, lbp, lbs, e);
usr/src/cmd/sendmail/src/savemail.c
881
expand(ErrMsgFile, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/sendmail.h
1123
extern void expand __P((char *, char *, size_t, ENVELOPE *));
usr/src/cmd/sendmail/src/srvrsmtp.c
1113
expand(SmtpGreeting, inp, sizeof(inp), e);
usr/src/cmd/sendmail/src/srvrsmtp.c
3776
expand(MessageAccept, msg, sizeof(msg), e);
usr/src/cmd/sendmail/src/srvrsmtp.c
4950
expand(lbp, inp, sizeof(inp), e);
usr/src/cmd/sendmail/src/usersmtp.c
2154
expand("\201g", buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/util.c
2109
expand(ProgMailer->m_rootdir, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/util.c
2149
expand(p, buf, sizeof(buf), e);
usr/src/cmd/sendmail/src/util.c
590
expand(PidFile, pidpath, sizeof(pidpath), e);
usr/src/cmd/sgs/libld/common/files.c
2214
needed = expand(ifl->ifl_name, needed, NULL);
usr/src/cmd/sgs/libld/common/files.c
3706
path = expand(sdf->sdf_rfile, path,
usr/src/cmd/sgs/m4/common/m4.c
274
expand(Cp->argp, Ap-Cp->argp-1);
usr/src/cmd/sgs/m4/common/m4.c
54
static void expand(wchar_t **, int);
usr/src/cmd/sgs/rtld/common/_rtld.h
691
extern uint_t expand(char **, size_t *, char **, uint_t, uint_t,
usr/src/cmd/sgs/rtld/common/config_elf.c
233
if ((tkns = expand(&estr, &size, 0, 0,
usr/src/cmd/sgs/rtld/common/paths.c
1090
if ((_tkns = expand(&str, &len, &elist, orig, omit,
usr/src/cmd/sgs/rtld/common/setup.c
647
if (expand(&interp->i_name, &len, 0, 0,
usr/src/cmd/sh/expand.c
192
count += expand(rchain->argval,
usr/src/cmd/sh/service.c
594
(c = expand(((struct argnod *)argp)->argval, 0)))
usr/src/cmd/tcpd/tcpdmatch.c
289
expand("client: hostname", "%n", request);
usr/src/cmd/tcpd/tcpdmatch.c
290
expand("client: address ", "%a", request);
usr/src/cmd/tcpd/tcpdmatch.c
291
expand("client: username", "%u", request);
usr/src/cmd/tcpd/tcpdmatch.c
292
expand("server: hostname", "%N", request);
usr/src/cmd/tcpd/tcpdmatch.c
293
expand("server: address ", "%A", request);
usr/src/cmd/tcpd/tcpdmatch.c
294
expand("server: process ", "%d", request);
usr/src/cmd/tip/cmds.c
110
cp = expand(argv[1]);
usr/src/cmd/tip/cmds.c
269
fnamex = expand(fname);
usr/src/cmd/tip/cmds.c
410
copynamex = expand(argv[0]);
usr/src/cmd/tip/cmds.c
73
cp = expand(copyname);
usr/src/cmd/tip/tip.h
257
extern char *expand(char []);
usr/src/cmd/tip/value.c
156
if ((cp2 = expand(cp)) != NOSTR)
usr/src/cmd/tip/value.c
324
if ((v2 = expand(v)) != NOSTR)
usr/src/cmd/ttymon/tmpmtab.c
207
strsave(expand(getword(ptr, &size, 1),
usr/src/cmd/ttymon/tmpmtab.c
47
static char *expand(char *, char *);
usr/src/cmd/unpack/unpack.c
120
return (expand());
usr/src/cmd/unpack/unpack.c
79
static int expand();
usr/src/common/elfcap/elfcap.c
619
return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386,
usr/src/common/elfcap/elfcap.c
624
return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC,
usr/src/common/elfcap/elfcap.c
645
return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386,
usr/src/common/elfcap/elfcap.c
648
return (expand(style, val, NULL, 0, str, len, fmt));
usr/src/common/elfcap/elfcap.c
666
return (expand(style, val, &hw3_386[0], ELFCAP_NUM_HW3_386,
usr/src/common/elfcap/elfcap.c
669
return (expand(style, val, NULL, 0, str, len, fmt));
usr/src/common/elfcap/elfcap.c
690
return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt));
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
210
int fca, expand, nelem;
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
273
expand = 0;
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
275
expand = 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.c
285
} else if (!expand) { /* Stat only the HBA */
usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
1644
int expand = 0;
usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
1671
expand = 1; /* -a flag passed */
usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
1678
if ((expand == 1) && /* -a option passed */
usr/src/lib/cfgadm_plugins/ib/common/cfga_ib.c
1762
if (!expand || (!num_hcas && !num_devices)) {
usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
191
int hba, expand, nelem;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
222
expand = 0;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
224
expand = 1;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.c
234
} else if (!expand) { /* Stat only the HBA */
usr/src/lib/libdwarf/common/dwarf_line_table_reader_common.h
427
Dwarf_Unsigned expand = 2 * directories_malloc;
usr/src/lib/libdwarf/common/dwarf_line_table_reader_common.h
428
Dwarf_Unsigned bytesalloc = sizeof(Dwarf_Small *) * expand;
usr/src/lib/libdwarf/common/dwarf_line_table_reader_common.h
440
directories_malloc = expand;
usr/src/test/libc-tests/tests/regex/testregex.c
1813
re = expand(re, patbuf);
usr/src/test/libc-tests/tests/regex/testregex.c
1822
s = expand(s, strbuf);
usr/src/tools/smatch/src/ast-model.h
67
AstNode* ast_new(AstNode *parent, int index, const char *prefix, void *ptr, void (*expand)(AstNode*));
usr/src/tools/smatch/src/builtin.c
180
.expand = expand_constant_p
usr/src/tools/smatch/src/builtin.c
185
.expand = expand_safe_p
usr/src/tools/smatch/src/builtin.c
190
.expand = expand_warning
usr/src/tools/smatch/src/builtin.c
194
.expand = expand_expect
usr/src/tools/smatch/src/builtin.c
229
.expand = expand_bswap,
usr/src/tools/smatch/src/expand.c
841
if (ctype->op && ctype->op->expand)
usr/src/tools/smatch/src/expand.c
842
return ctype->op->expand(expr, cost);
usr/src/tools/smatch/src/pre-process.c
107
static int expand(struct token **, struct symbol *);
usr/src/tools/smatch/src/pre-process.c
239
return expand(list, sym);
usr/src/tools/smatch/src/symbol.h
119
int (*expand)(struct expression *, int);
usr/src/uts/common/io/audio/impl/audio_format.c
700
int expand = AUDIO_UNIT_EXPAND;
usr/src/uts/common/io/audio/impl/audio_format.c
747
expand *= sizeof (int32_t);
usr/src/uts/common/io/audio/impl/audio_format.c
748
expand /= info->sampsize;
usr/src/uts/common/io/audio/impl/audio_format.c
764
expand *= info->sampsize;
usr/src/uts/common/io/audio/impl/audio_format.c
765
expand /= sizeof (int32_t);
usr/src/uts/common/io/audio/impl/audio_format.c
784
expand *= target.p_nchan;
usr/src/uts/common/io/audio/impl/audio_format.c
785
expand /= source.p_nchan;
usr/src/uts/common/io/audio/impl/audio_format.c
792
expand *= target.p_rate;
usr/src/uts/common/io/audio/impl/audio_format.c
793
expand /= source.p_rate;
usr/src/uts/common/io/audio/impl/audio_format.c
810
if (expand > AUDIO_UNIT_EXPAND) {
usr/src/uts/common/io/audio/impl/audio_format.c
811
cnv_max *= expand;