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

  /external/mksh/src/
misc.c 358 errorf("no TIOCSCTTY ioctl");
1288 errorf("chvt: can't find tty %s", fn);
1293 errorf("chvt: not a char device: %s", fn);
1307 errorf("chvt: cannot open %s", fn);
1311 errorf("chvt: %s failed", "fork");
1318 errorf("chvt: %s failed", "setsid");
1321 errorf("chvt: %s failed", "TIOCSCTTY");
1323 errorf("chvt: %s failed", "TCIOFLUSH");
    [all...]
main.c 144 /* Do this first so output routines (eg, errorf, shellf) can work */
325 errorf("-c requires an argument");
904 errorf(const char *fmt, ...) function
921 /* like errorf(), but no unwind is done */
1067 errorf("too many files open in shell");
1091 errorf("too many files open in shell");
1115 errorf("can't create pipe - try again");
    [all...]
eval.c 337 errorf("%s: bad substitution", str);
626 errorf("%s: %s", st->var->name,
977 errorf("%s: parameter not set", sp);
1108 errorf("%s: parameter not set", sp);
1138 errorf("funny $() command: %s",
1143 errorf("%s: cannot open $() input", name);
    [all...]
var.c 215 errorf("bad substitution");
396 errorf("%s: bad number", str_val(vp));
688 errorf("%s: reference variable cannot be an array",
725 errorf("%s: restricted", tvar);
759 errorf("%s: is read only", tvar);
1392 errorf("%s: is read only", var);
    [all...]
exec.c 188 errorf("coprocess already exists");
381 errorf("%s: %s", s, strerror(rv));
452 errorf("builtin: %s: not a builtin", cp);
789 errorf("%s: not executable: magic %04X", tp->str, fd);
799 errorf("%s: %s: %s", tp->str, sh, strerror(errno));
    [all...]
sh.h 565 #define LERROR 3 /* errorf() called */
752 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c     [all...]
jobs.c 413 errorf("cannot fork - try again");
    [all...]

Completed in 341 milliseconds