bin/ksh/eval.c
306
str = snptreef(NULL, 64, "%S", sp);
bin/ksh/eval.c
908
snptreef(NULL, 32, "%R", io));
bin/ksh/exec.c
1066
snptreef(NULL, 32, "%R", &iotmp));
bin/ksh/exec.c
1110
snptreef(NULL, 32, "%R", &iotmp), emsg);
bin/ksh/exec.c
1156
snptreef(NULL, 32, "%R", &iotmp),
bin/ksh/jobs.c
440
snptreef(p->command, sizeof(p->command), "%T", t);
bin/ksh/syn.c
707
s = snptreef(NULL, 32, "%S", yylval.cp);
bin/ksh/syn.c
711
s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
bin/ksh/tree.h
140
char * snptreef(char *, int, const char *, ...);