Symbol: concat
bin/sh/arith_yacc.c
352
char *concat;
bin/sh/arith_yacc.c
362
STARTSTACKSTR(concat);
bin/sh/arith_yacc.c
366
STPUTC(*p++, concat);
bin/sh/arith_yacc.c
369
STPUTC(' ', concat);
bin/sh/arith_yacc.c
371
STPUTC('\0', concat);
bin/sh/arith_yacc.c
372
p = grabstackstr(concat);
bin/sh/eval.c
122
char *concat;
bin/sh/eval.c
128
STARTSTACKSTR(concat);
bin/sh/eval.c
131
STPUTS(p, concat);
bin/sh/eval.c
134
STPUTC(' ', concat);
bin/sh/eval.c
136
STPUTC('\0', concat);
bin/sh/eval.c
137
p = grabstackstr(concat);
sbin/vinum/v.c
294
FUNKEY(concat),
sbin/vinum/vinumparser.c
88
keypair(concat),
sys/dev/raid/vinum/vinumparser.c
100
keypair(concat),
usr.bin/patch/backupfile.c
41
static char *concat(const char *, const char *);
usr.bin/patch/backupfile.c
60
return concat(file, simple_backup_suffix);
usr.bin/patch/backupfile.c
64
base_versions = concat(basename(tmp_file), ".~");
usr.bin/patch/backupfile.c
83
return concat(file, simple_backup_suffix);
usr.sbin/autofs/automount.c
287
options = concat(options, ',', optarg);
usr.sbin/autofs/automountd.c
239
options = concat(options, ',', adr->adr_options);
usr.sbin/autofs/automountd.c
244
options = concat(cmdline_options, ',', options);
usr.sbin/autofs/automountd.c
273
tmp = concat(adr->adr_path, '/', key);
usr.sbin/autofs/automountd.c
302
options = concat(options, ',', "automounted");
usr.sbin/autofs/automountd.c
330
options = concat(options, ',', "retrycnt=1");
usr.sbin/autofs/automountd.c
332
options = concat(options, ',',
usr.sbin/autofs/automountd.c
333
concat("retrycnt", '=', retrycnt));
usr.sbin/autofs/automountd.c
456
options = concat(options, ',', optarg);
usr.sbin/autofs/common.c
132
tmp = concat(partial, '/', component);
usr.sbin/autofs/common.c
549
path = concat(n->n_key, '/', x);
usr.sbin/autofs/common.c
585
options = concat(x, ',', n->n_options);
usr.sbin/autofs/common.c
612
options = concat(cmdline_options, ',', tmp);
usr.sbin/autofs/common.h
91
char *concat(const char *s1, char separator, const char *s2);
usr.sbin/autofs/popen.c
106
command = concat(command, ' ', arg);