HomeSort by relevance Sort by last modified time
    Searched refs:errorf (Results 1 - 8 of 8) sorted by null

  /external/mksh/src/
main.c 221 /* Do this first so output routines (eg, errorf, shellf) can work */
448 errorf("integer wraparound test failed");
462 errorf("%s %s", "-c", "requires an argument");
1217 errorf(const char *fmt, ...) function
1232 /* like errorf(), but no unwind is done */
1371 errorf("cannot get home directory");
1376 errorf("cannot open debug output file %s", lfp);
1383 errorf("cannot dup debug output file");
1399 errorf("too many files open in shell");
1423 errorf("too many files open in shell")
    [all...]
misc.c 67 errorf("%s failed with EAGAIN, probably due to a" \
403 errorf("no TIOCSCTTY ioctl");
    [all...]
eval.c 363 errorf("%s: %s", str, "bad substitution");
749 errorf("%s: %s", st->var->name,
1125 errorf("%s: %s", sp, "parameter not set");
1278 errorf("%s: %s", sp, "parameter not set");
1315 errorf("%s: %s", "funny $() command",
1320 errorf("%s: %s %s", name, "can't open", "$() input");
1328 errorf("can't %s temporary file %s: %s",
    [all...]
exec.c 249 errorf("coprocess already exists");
463 errorf("%s: %s", s, cstrerror(rv));
551 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin");
924 errorf("%s: not executable: magic %04X", tp->str, fd);
934 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno));
    [all...]
var.c 234 errorf("bad substitution");
713 errorf("%s: %s", var,
781 errorf("%s: %s", tvar, "restricted");
1234 errorf("%s: %s: %s", vp->name, "bad number", s);
    [all...]
sh.h 722 #define LERROR 3 /* errorf() called */
933 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c     [all...]
jobs.c 474 errorf("can't fork - try again");
    [all...]

Completed in 501 milliseconds