Searched refs:out1fmt (Results 1 – 14 of 14) sorted by relevance
| /trueos/bin/sh/ |
| HD | exec.c | 292 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 …]
|
| HD | miscbltin.c | 322 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()
|
| HD | trap.c | 132 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()
|
| HD | options.c | 258 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()
|
| HD | output.h | 72 void out1fmt(const char *, ...) __printflike(1, 2);
|
| HD | alias.c | 172 out1fmt("%s=", a->name); in printalias()
|
| HD | output.c | 249 out1fmt(const char *fmt, ...) in out1fmt() function
|
| HD | cd.c | 171 out1fmt("%s\n", curdir); in docd()
|
| HD | histedit.c | 337 out1fmt("%5d ", he.num); in histcmd()
|
| HD | jobs.c | 222 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()
|
| HD | arith_yacc.c | 379 out1fmt(ARITH_FORMAT_STR "\n", i); in letcmd()
|
| HD | eval.c | 292 out1fmt("Node type = %d\n", n->type); in evaltree() 1378 out1fmt("%ldm%.3fs %ldm%.3fs\n%ldm%.3fs %ldm%.3fs\n", shumins, in timescmd()
|
| HD | expand.c | 1670 out1fmt("%08x", argc - 1); in wordexpcmd() 1673 out1fmt("%08x", (int)len); in wordexpcmd()
|
| /trueos/bin/sh/bltin/ |
| HD | bltin.h | 52 #define printf out1fmt
|