Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dexec.c323 out1fmt("builtin %s", cmdp->cmdname); in printentry()
325 out1fmt("function %s", cmdp->cmdname); in printentry()
721 out1fmt("%s\n", argv[i]); in typecmd_impl()
723 out1fmt("%s is a shell keyword\n", argv[i]); in typecmd_impl()
730 out1fmt("alias %s=", argv[i]); in typecmd_impl()
734 out1fmt("%s is an alias for %s\n", argv[i], in typecmd_impl()
762 out1fmt("%s is%s ", argv[i], in typecmd_impl()
769 out1fmt("%s is ", argv[i]); in typecmd_impl()
782 out1fmt("%s\n", argv[i]); in typecmd_impl()
789 out1fmt("%s\n", argv[i]); in typecmd_impl()
[all …]
H A Dtrap.c134 out1fmt("%s", sys_signame[n]); in printsignals()
137 out1fmt("%d", n); in printsignals()
179 out1fmt(" %s\n", sys_signame[signo]); in trapcmd()
181 out1fmt(" %d\n", signo); in trapcmd()
H A Dmiscbltin.c401 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); in umaskcmd()
403 out1fmt("%.4o\n", mask); in umaskcmd()
516 out1fmt("%jd\n", (intmax_t)val); in printlimit()
590 out1fmt("%-18s %18s ", l->name, optbuf); in ulimitcmd()
H A Doutput.h74 void out1fmt(const char *, ...) __printflike(1, 2);
H A Doptions.c259 out1fmt("%-16.*s%s\n", *on, on + 1, in minus_o()
264 out1fmt("%s %co %.*s%s", in minus_o()
H A Dalias.c171 out1fmt("%s=", a->name); in printalias()
H A Dcd.c166 out1fmt("%s\n", curdir); in docd()
H A Doutput.c287 out1fmt(const char *fmt, ...) in out1fmt() function
H A Djobs.c285 out1fmt("[%td] ", jp - jobtab + 1); in bgcmd()
429 out1fmt("%d\n", (int)ps->pid); in showjob()
626 out1fmt("%d", (int)jp->ps[i].pid); in jobidcmd()
H A Dexpand.c1491 out1fmt("%08x", argc - 1); in wordexpcmd()
1494 out1fmt("%08x", (int)len); in wordexpcmd()
1547 out1fmt("%016x %016zx", arglist.count, len); in freebsd_wordexpcmd()
H A Darith_yacc.c377 out1fmt(ARITH_FORMAT_STR "\n", i); in letcmd()
H A Deval.c291 out1fmt("Node type = %d\n", n->type); in evaltree()
1370 out1fmt("%ldm%.3fs %ldm%.3fs\n%ldm%.3fs %ldm%.3fs\n", shumins, in timescmd()
H A Dhistedit.c409 out1fmt("%5d ", he.num); in histcmd()
/freebsd-14.2/bin/sh/bltin/
H A Dbltin.h54 #define printf out1fmt