Searched refs:snptreef (Results 1 - 5 of 5) sorted by relevance

/external/mksh/src/
H A Dsyn.c849 s = snptreef(NULL, 32, "%S", yylval.cp);
853 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
1155 cp = snptreef(NULL, 0, "%T", t->left);
H A Dtree.c433 snptreef(char *s, ssize_t n, const char *fmt, ...) function
765 snptreef(buf, sz + 16, "%T", t);
H A Deval.c379 str = snptreef(NULL, 64, "%S", beg);
1330 snptreef(NULL, 32, "%R", io));
H A Dexec.c1360 (sp = snptreef(NULL, 32, "%R", &iotmp)), emsg);
1415 (sp = snptreef(NULL, 32, "%R", &iotmp)),
H A Dsh.h1927 char *snptreef(char *, ssize_t, const char *, ...);

Completed in 109 milliseconds