Home
last modified time | relevance | path

Searched refs:out1fmt (Results 1 – 14 of 14) sorted by relevance

/trueos/bin/sh/
HDexec.c292 out1fmt("builtin %s", cmdp->cmdname); in printentry()
294 out1fmt("function %s", cmdp->cmdname); in printentry()
670 out1fmt("%s\n", argv[i]); in typecmd_impl()
672 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
679 out1fmt("alias %s=", argv[i]); in typecmd_impl()
683 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
710 out1fmt("%s\n", name); in typecmd_impl()
712 out1fmt("%s is%s %s\n", argv[i], in typecmd_impl()
719 out1fmt("%s\n", argv[i]); in typecmd_impl()
721 out1fmt("%s is %s\n", argv[i], in typecmd_impl()
[all …]
HDmiscbltin.c322 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); in umaskcmd()
324 out1fmt("%.4o\n", mask); in umaskcmd()
482 out1fmt("%-18s %18s ", l->name, optbuf); in ulimitcmd()
488 out1fmt("%jd\n", (intmax_t)val); in ulimitcmd()
514 out1fmt("%jd\n", (intmax_t)val); in ulimitcmd()
HDtrap.c132 out1fmt("%s", sys_signame[n]); in printsignals()
135 out1fmt("%d", n); in printsignals()
177 out1fmt(" %s\n", sys_signame[signo]); in trapcmd()
179 out1fmt(" %d\n", signo); in trapcmd()
HDoptions.c258 out1fmt("%-16s%s\n", optlist[i].name, in minus_o()
263 out1fmt("%s %co %s%s", in minus_o()
477 out1fmt("Illegal option -%c\n", c); in getopts()
496 out1fmt("No arg for -%c option\n", c); in getopts()
HDoutput.h72 void out1fmt(const char *, ...) __printflike(1, 2);
HDalias.c172 out1fmt("%s=", a->name); in printalias()
HDoutput.c249 out1fmt(const char *fmt, ...) in out1fmt() function
HDcd.c171 out1fmt("%s\n", curdir); in docd()
HDhistedit.c337 out1fmt("%5d ", he.num); in histcmd()
HDjobs.c222 out1fmt("[%td] ", jp - jobtab + 1); in bgcmd()
352 out1fmt("%d\n", (int)ps->pid); in showjob()
548 out1fmt("%d", (int)jp->ps[i].pid); in jobidcmd()
HDarith_yacc.c379 out1fmt(ARITH_FORMAT_STR "\n", i); in letcmd()
HDeval.c292 out1fmt("Node type = %d\n", n->type); in evaltree()
1378 out1fmt("%ldm%.3fs %ldm%.3fs\n%ldm%.3fs %ldm%.3fs\n", shumins, in timescmd()
HDexpand.c1670 out1fmt("%08x", argc - 1); in wordexpcmd()
1673 out1fmt("%08x", (int)len); in wordexpcmd()
/trueos/bin/sh/bltin/
HDbltin.h52 #define printf out1fmt