Searched refs:errorf (Results 1 – 8 of 8) sorted by relevance
/external/mksh/src/ |
D | main.c | 448 errorf("integer wraparound test failed"); in main_init() 462 errorf("%s %s", "-c", "requires an argument"); in main_init() 1217 errorf(const char *fmt, ...) in errorf() function 1371 errorf("cannot get home directory"); in initio() 1376 errorf("cannot open debug output file %s", lfp); in initio() 1383 errorf("cannot dup debug output file"); in initio() 1399 errorf("too many files open in shell"); in ksh_dup2() 1423 errorf("too many files open in shell"); in savefd() 1449 errorf("can't create pipe - try again"); in openpipe()
|
D | misc.c | 67 errorf("%s failed with EAGAIN, probably due to a" \ 403 errorf("no TIOCSCTTY ioctl"); in parse_args() 1933 errorf("%s: %s %s", "chvt", in chvt() 1939 errorf("%s %s %s", "chvt: not a char", "device", fn); in chvt() 1954 errorf("%s: %s %s", "chvt", "can't open", fn); in chvt() 1958 errorf("%s: %s %s", "chvt", "fork", "failed"); in chvt() 1965 errorf("%s: %s %s", "chvt", "setsid", "failed"); in chvt() 1968 errorf("%s: %s %s", "chvt", "TIOCSCTTY", "failed"); in chvt() 1970 errorf("%s: %s %s", "chvt", "TCIOFLUSH", "failed"); in chvt()
|
D | eval.c | 363 errorf("%s: %s", str, "bad substitution"); in expand() 749 errorf("%s: %s", st->var->name, in expand() 1125 errorf("%s: %s", sp, "parameter not set"); in varsub() 1278 errorf("%s: %s", sp, "parameter not set"); in varsub() 1315 errorf("%s: %s", "funny $() command", in comsub() 1320 errorf("%s: %s %s", name, "can't open", "$() input"); in comsub() 1328 errorf("can't %s temporary file %s: %s", in comsub()
|
D | exec.c | 249 errorf("coprocess already exists"); in execute() 463 errorf("%s: %s", s, cstrerror(rv)); in execute() 551 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin"); in comexec() 924 errorf("%s: not executable: magic %04X", tp->str, fd); in scriptexec() 934 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno)); in scriptexec()
|
D | var.c | 234 errorf("bad substitution"); in global() 713 errorf("%s: %s", var, in typeset() 781 errorf("%s: %s", tvar, "restricted"); in typeset() 1234 errorf("%s: %s: %s", vp->name, "bad number", s); in setspec()
|
D | sh.h | 1849 void errorf(const char *, ...) 1859 #define errorfz() errorf(NULL)
|
D | funcs.c | 2612 errorf("time: -%s %s", opt.optarg, in timex_hook() 2615 errorf("time: -%s %s", opt.optarg, in timex_hook()
|
D | jobs.c | 474 errorf("can't fork - try again"); in exchild()
|