Home
last modified time | relevance | path

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

/system/core/sh/
Dmiscbltin.c261 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); in umaskcmd()
263 out1fmt("%.4o\n", mask); in umaskcmd()
403 out1fmt("%-20s ", l->name); in ulimitcmd()
405 out1fmt("unlimited\n"); in ulimitcmd()
410 out1fmt("%lld\n", (long long) val); in ulimitcmd()
412 out1fmt("%ld\n", (long) val); in ulimitcmd()
434 out1fmt("unlimited\n"); in ulimitcmd()
439 out1fmt("%lld\n", (long long) val); in ulimitcmd()
441 out1fmt("%ld\n", (long) val); in ulimitcmd()
Dexec.c394 out1fmt("special builtin %s", cmdp->cmdname); in printentry()
397 out1fmt("builtin %s", cmdp->cmdname); in printentry()
400 out1fmt("function %s", cmdp->cmdname); in printentry()
991 out1fmt(" is an alias for \n"); in typecmd()
992 out1fmt("%s\n", ap->val); in typecmd()
1016 out1fmt(" is%s ", in typecmd()
1018 out1fmt("%s\n", name); in typecmd()
1022 out1fmt(" is "); in typecmd()
1023 out1fmt("%s\n", arg); in typecmd()
1026 out1fmt(": %s\n", in typecmd()
[all …]
Dtrap.c133 out1fmt("%s", sys_signame[n]); in printsignals()
155 out1fmt("trap -- "); in trapcmd()
157 out1fmt(" %s\n", in trapcmd()
Dvar.c469 out1fmt("%s", p); in print_quoted()
474 out1fmt("\\'"); in print_quoted()
480 out1fmt("'%s'", p ); in print_quoted()
483 out1fmt("'%.*s'", (int)(q - p), p ); in print_quoted()
542 out1fmt("%s ", name); in showvars()
546 out1fmt("="); in showvars()
Dalias.c221 out1fmt("alias %s=", ap->name); in aliascmd()
234 out1fmt("alias %s=", n); in aliascmd()
Doutput.h66 void out1fmt(const char *, ...)
Darith.y169 out1fmt("%ld\n", i);
Djobs.c266 out1fmt("%s", jp->ps[0].cmd); in fgcmd()
268 out1fmt(" | %s", jp->ps[i].cmd ); in fgcmd()
346 out1fmt("[%ld] %s", (long)(jp - jobtab + 1), jp->ps[0].cmd); in bgcmd()
348 out1fmt(" | %s", jp->ps[i].cmd ); in bgcmd()
669 out1fmt("%ld", (long)jp->ps[i].pid); in jobidcmd()
Dcd.c203 out1fmt("%s\n", curdir); in docd()
Doutput.c222 out1fmt(const char *fmt, ...) in out1fmt() function
Doptions.c224 out1fmt("%-16s%s\n", optlist[i].name, in minus_o()
Dhistedit.c399 out1fmt("%5d ", he.num); in histcmd()
Dexpand.c1548 out1fmt("%d", argc - 1); in wordexpcmd()
1552 out1fmt("%zd", len); in wordexpcmd()
Darith.c1555 out1fmt("%ld\n", i);
Deval.c300 out1fmt("Node type = %d\n", n->type); in evaltree()
/system/core/sh/bltin/
Dbltin.h55 #define printf out1fmt