Searched refs:errorf (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | io.c | 27 errorf(const char *fmt, ...) in errorf() function 248 errorf("too many files open in shell"); in ksh_dup2() 268 errorf("too many files open in shell"); in savefd() 296 errorf("can't create pipe - try again"); in openpipe()
|
| H A D | var.c | 158 errorf("%s: subscript %" PRIi64 " out of range", in array_index_calc() 186 errorf("bad substitution"); in global() 357 errorf("%s: bad number", str_val(vp)); in intval() 371 errorf(NULL); in setstr() 643 errorf("%s: restricted", tvar); in typeset() 658 errorf("%s: is read only", tvar); in typeset() 725 errorf(NULL); in typeset() 1230 errorf("%s: is read only", var); in set_array()
|
| H A D | eval.c | 308 errorf("%s: bad substitution", str); in expand() 461 errorf("%s: %s", st->var->name, in expand() 779 errorf("%s: parameter not set", sp); in varsub() 877 errorf("%s: parameter not set", sp); in varsub() 907 errorf("funny $() command: %s", in comsub()
|
| H A D | exec.c | 124 errorf(NULL); in execute() 192 errorf("coprocess already exists"); in execute() 386 errorf("%s: %s", s, strerror(errno)); in execute() 455 errorf("builtin: %s: not a builtin", cp); in comexec() 722 errorf("%s: %s: %s", tp->str, shell, strerror(errno)); in scriptexec()
|
| H A D | c_sh.c | 807 errorf("time: -%s unknown option", opt.optarg); in timex_hook() 809 errorf("time: -%s requires an argument", in timex_hook()
|
| H A D | main.c | 347 errorf("-c requires an argument"); in main() 356 errorf("%s: %s", s->file, strerror(errno)); in main()
|
| H A D | sh.h | 464 void errorf(const char *, ...)
|
| H A D | expr.c | 195 errorf(NULL); in v_evaluate()
|
| H A D | lex.c | 942 errorf(NULL); in yyerror()
|
| H A D | jobs.c | 454 errorf("cannot fork - try again"); in exchild()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-bfin.c | 49 FILE *errorf; variable 364 errorf = stderr; in md_begin()
|
| H A D | bfin-parse.y | 158 extern FILE *errorf; 4376 vfprintf (errorf, format, ap); in notethat()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | bfin-parse.c | 549 extern FILE *errorf; 7479 vfprintf (errorf, format, ap); in notethat()
|