OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out1fmt
(Results
1 - 15
of
15
) sorted by relevancy
/src/bin/sh/
miscbltin.c
484
out1fmt
("u=%s,g=%s,o=%s\n", u, g, o);
486
out1fmt
("%.4o\n", mask);
698
out1fmt
("%-13s (-%c %-11s) ", l->name, l->option,
712
out1fmt
("unlimited");
716
out1fmt
("%9lld", (long long) val);
718
out1fmt
("%9ld", (long) val);
721
out1fmt
("%c", which ? '\t' : '\n');
745
out1fmt
("unlimited\n");
750
out1fmt
("%lld\n", (long long) val);
752
out1fmt
("%ld\n", (long) val)
[
all
...]
output.h
86
void
out1fmt
(const char *, ...) __printflike(1, 2);
exec.c
523
out1fmt
("Command from PATH[%d]: ",
534
out1fmt
("%s", cmdp->cmdname);
539
out1fmt
("%s", cmdp->cmdname);
1144
out1fmt
("%s\n", arg);
1162
out1fmt
("%s\n", ap->val);
1193
out1fmt
(" is%s ",
1195
out1fmt
("%s\n", name);
1199
out1fmt
(" is ");
1200
out1fmt
("%s\n", arg);
1203
out1fmt
(": %s\n"
[
all
...]
options.c
248
out1fmt
("NetBSD shell: %s\n",
292
out1fmt
("%s%c%c", sep,
301
out1fmt
("%-19s %s\n", optlist[i].name,
310
out1fmt
(" %co %s",
313
out1fmt
(" %c%c", "+-"[optlist[i].val],
alias.c
219
out1fmt
("alias %s=", aliases[i]->name);
281
out1fmt
("alias %s=", n);
trap.c
287
out1fmt
(" %s", trap_signame(signo));
308
out1fmt
(" %s", trap_signame(signo));
329
out1fmt
(" %s\n", trap_signame(signo));
380
out1fmt
("%s\n", trap[signo]);
387
out1fmt
(" %s\n", trap_signame(signo));
jobs.c
264
out1fmt
("%s", jp->ps[0].cmd);
266
out1fmt
(" | %s", jp->ps[i].cmd );
356
out1fmt
("[%d] %s", JNUM(jp), jp->ps[0].cmd);
358
out1fmt
(" | %s", jp->ps[i].cmd );
964
out1fmt
("%%%d\n", JNUM(jp));
969
out1fmt
("%ld\n", (long)jp->pgrp);
978
out1fmt
("%ld\n", (long)jp->ps[i].pid);
982
out1fmt
("%ld", (long)jp->ps[i].pid);
var.c
778
out1fmt
("''");
782
out1fmt
("%s", p);
787
out1fmt
("\\'");
793
out1fmt
("'%s'", p );
796
out1fmt
("'%.*s'", (int)(q - p), p );
860
out1fmt
("%s ", cmd);
862
out1fmt
("%s ", xtra);
866
out1fmt
("=");
cd.c
245
out1fmt
("%s\n", curdir);
arithmetic.c
500
out1fmt
(ARITH_FORMAT_STR "\n", i);
histedit.c
840
out1fmt
("%5d ", he.num);
eval.c
380
out1fmt
("Node type = %d(%s)\n",
383
out1fmt
("Node type = %d\n", n->type);
expand.c
2239
out1fmt
("%d", argc - 1);
2243
out1fmt
("%zu", len);
show.c
1151
out1fmt
("Debug: %sabled. Flags: ", debug ? "en" : "dis");
/src/bin/sh/bltin/
bltin.h
71
#define printf(...) _RETURN_INT(
out1fmt
(__VA_ARGS__))
Completed in 39 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025