/system/core/sh/ |
miscbltin.c | 261 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); 263 out1fmt("%.4o\n", mask); 401 out1fmt("%-20s ", l->name); 403 out1fmt("unlimited\n"); 408 out1fmt("%lld\n", (long long) val); 410 out1fmt("%ld\n", (long) val); 432 out1fmt("unlimited\n"); 437 out1fmt("%lld\n", (long long) val); 439 out1fmt("%ld\n", (long) val);
|
output.h | 66 void out1fmt(const char *, ...)
|
exec.c | 394 out1fmt("special builtin %s", cmdp->cmdname); 397 out1fmt("builtin %s", cmdp->cmdname); 400 out1fmt("function %s", cmdp->cmdname); 991 out1fmt(" is an alias for \n"); 992 out1fmt("%s\n", ap->val); 1016 out1fmt(" is%s ", 1018 out1fmt("%s\n", name); 1022 out1fmt(" is "); 1023 out1fmt("%s\n", arg); 1026 out1fmt(": %s\n" [all...] |
alias.c | 221 out1fmt("alias %s=", ap->name); 234 out1fmt("alias %s=", n);
|
trap.c | 119 out1fmt("%s", sys_signame[n]); 141 out1fmt("trap -- "); 143 out1fmt(" %s\n",
|
arith.y | 169 out1fmt("%ld\n", i);
|
jobs.c | 266 out1fmt("%s", jp->ps[0].cmd); 268 out1fmt(" | %s", jp->ps[i].cmd ); 346 out1fmt("[%ld] %s", (long)(jp - jobtab + 1), jp->ps[0].cmd); 348 out1fmt(" | %s", jp->ps[i].cmd ); 669 out1fmt("%ld", (long)jp->ps[i].pid);
|
cd.c | 203 out1fmt("%s\n", curdir);
|
histedit.c | 399 out1fmt("%5d ", he.num);
|
options.c | 224 out1fmt("%-16s%s\n", optlist[i].name,
|
output.c | 222 out1fmt(const char *fmt, ...) function
|
var.c | 469 out1fmt("%s", p); 474 out1fmt("\\'"); 480 out1fmt("'%s'", p ); 483 out1fmt("'%.*s'", (int)(q - p), p ); 542 out1fmt("%s ", name); 546 out1fmt("=");
|
expand.c | 1548 out1fmt("%d", argc - 1); 1552 out1fmt("%zd", len);
|
arith.c | [all...] |
eval.c | 300 out1fmt("Node type = %d\n", n->type);
|
/system/core/sh/bltin/ |
bltin.h | 55 #define printf out1fmt
|