Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dexec.c319 out1fmt("builtin %s", cmdp->cmdname); in printentry()
321 out1fmt("function %s", cmdp->cmdname); in printentry()
749 out1fmt("%s\n", argv[i]); in typecmd_impl()
751 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
758 out1fmt("alias %s=", argv[i]); in typecmd_impl()
762 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
790 out1fmt("%s is%s ", argv[i], in typecmd_impl()
797 out1fmt("%s is ", argv[i]); in typecmd_impl()
810 out1fmt("%s\n", argv[i]); in typecmd_impl()
812 out1fmt("%s is a shell function\n", argv[i]); in typecmd_impl()
[all …]
H A Dtrap.c128 out1fmt("%s", sys_signame[n]); in printsignals()
131 out1fmt("%d", n); in printsignals()
173 out1fmt(" %s\n", sys_signame[signo]); in trapcmd()
175 out1fmt(" %d\n", signo); in trapcmd()
H A Dmiscbltin.c426 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); in umaskcmd()
428 out1fmt("%.4o\n", mask); in umaskcmd()
541 out1fmt("%jd\n", (intmax_t)val); in printlimit()
615 out1fmt("%-18s %18s ", l->name, optbuf); in ulimitcmd()
H A Doutput.h72 void out1fmt(const char *, ...) __printflike(1, 2);
H A Doptions.c261 out1fmt("%-16.*s%s\n", *on, on + 1, in minus_o()
266 out1fmt("%s %co %.*s%s", in minus_o()
H A Dalias.c167 out1fmt("%s=", a->name); in printalias()
H A Dcd.c160 out1fmt("%s\n", curdir); in docd()
H A Doutput.c281 out1fmt(const char *fmt, ...) in out1fmt() function
H A Dexpand.c1487 out1fmt("%08x", argc - 1); in wordexpcmd()
1490 out1fmt("%08x", (int)len); in wordexpcmd()
1543 out1fmt("%016x %016zx", arglist.count, len); in freebsd_wordexpcmd()
H A Djobs.c281 out1fmt("[%td] ", jp - jobtab + 1); in bgcmd()
425 out1fmt("%d\n", (int)ps->pid); in showjob()
623 out1fmt("%d", (int)jp->ps[i].pid); in jobidcmd()
H A Darith_yacc.c379 out1fmt(ARITH_FORMAT_STR "\n", i); in letcmd()
H A Deval.c287 out1fmt("Node type = %d\n", n->type); in evaltree()
1366 out1fmt("%ldm%.3fs %ldm%.3fs\n%ldm%.3fs %ldm%.3fs\n", shumins, in timescmd()
H A Dhistedit.c407 out1fmt("%5d ", he.num); in histcmd()
/src/bin/sh/bltin/
H A Dbltin.h52 #define printf out1fmt