| /src/bin/ksh/ |
| io.c | 25 errorf(const char *fmt, ...) function 42 /* like errorf(), but no unwind is done */ 239 errorf("too many files open in shell"); 261 errorf("too many files open in shell"); 290 errorf("can't create pipe - try again"); 492 * errorf() or bi_errorf() should be used.
|
| var.c | 163 errorf("%s: subscript out of range", n); 190 errorf("bad substitution"); 363 errorf("%s: bad number", str_val(vp)); 380 errorf("%s", null); 662 errorf("%s: restricted", tvar); 677 errorf("%s: is read only", tvar); 741 errorf("%s", null); 1246 errorf("%s: is read only", var);
|
| main.c | 125 /* Do this first so output routines (eg, errorf, shellf) can work */ 292 errorf("-c requires an argument"); 301 errorf("%s: %s", s->file, strerror(errno)); 790 errorf("%s", null); /* this is never executed - keeps gcc quiet */
|
| eval.c | 306 errorf("%s: bad substitution", str); 439 errorf("%s: %s", st->var->name, 743 errorf("%s: parameter not set", sp); 840 errorf("%s: parameter not set", sp); 872 errorf("funny $() command: %s", 877 errorf("%s: cannot open $() input", name);
|
| exec.c | 151 errorf("%s", null); 222 errorf("coprocess already exists"); 424 errorf("%s: %s", s, strerror(errno)); 499 errorf("builtin: %s: not a builtin", cp); 769 errorf("%s: %s: %s", tp->str, shellv, strerror(errno));
|
| c_sh.c | 797 errorf("time: -%s unknown option", opt.optarg); 799 errorf("time: -%s requires an argument",
|
| proto.h | 103 void errorf ARGS((const char *, ...))
|
| expr.c | 195 errorf("%s", null);
|
| history.c | 1205 errorf("history not enabled");
|
| lex.c | 852 errorf("%s", null);
|
| jobs.c | 518 errorf("cannot fork - try again");
|
| /src/external/mit/xorg/lib/libXfont/ |
| Makefile | 30 csignal.c delfntcid.c errorf.c findoldfnt.c \
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bfin.c | 43 FILE *errorf; variable 456 errorf = stderr;
|
| bfin-parse.y | 158 extern FILE *errorf; 4662 vfprintf (errorf, format, ap);
|
| bfin-parse.c | 209 extern FILE *errorf; 8049 vfprintf (errorf, format, ap);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bfin.c | 43 FILE *errorf; variable 456 errorf = stderr;
|
| bfin-parse.y | 158 extern FILE *errorf; 4662 vfprintf (errorf, format, ap);
|
| bfin-parse.c | 209 extern FILE *errorf; 8049 vfprintf (errorf, format, ap);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
| core.d | 592 errorf("is number %d", 3); 615 errorf(true, "is number %d", 3); 626 alias errorf = defaultLogFunctionf!(LogLevel.error); 1032 s.errorf(false, "is number %d", 3); 1081 s.errorf("is number %d", 3); 1128 alias errorf = memLogFunctions!(LogLevel.error).logImplf;
|