Searched refs:out1fmt (Results 1 – 14 of 14) sorted by relevance
| /src/bin/sh/ |
| H A D | exec.c | 319 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 D | trap.c | 128 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 D | miscbltin.c | 426 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 D | output.h | 72 void out1fmt(const char *, ...) __printflike(1, 2);
|
| H A D | options.c | 261 out1fmt("%-16.*s%s\n", *on, on + 1, in minus_o() 266 out1fmt("%s %co %.*s%s", in minus_o()
|
| H A D | alias.c | 167 out1fmt("%s=", a->name); in printalias()
|
| H A D | cd.c | 160 out1fmt("%s\n", curdir); in docd()
|
| H A D | output.c | 281 out1fmt(const char *fmt, ...) in out1fmt() function
|
| H A D | expand.c | 1487 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 D | jobs.c | 281 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 D | arith_yacc.c | 379 out1fmt(ARITH_FORMAT_STR "\n", i); in letcmd()
|
| H A D | eval.c | 287 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 D | histedit.c | 407 out1fmt("%5d ", he.num); in histcmd()
|
| /src/bin/sh/bltin/ |
| H A D | bltin.h | 52 #define printf out1fmt
|