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

  /external/mksh/src/
jobs.c 242 "tcsetpgrp", "failed", cstrerror(errno));
245 "setpgid", "failed", cstrerror(errno));
263 "setpgid", "failed", cstrerror(errno));
267 "tcsetpgrp", "failed", cstrerror(errno));
354 cstrerror(errno));
369 "setpgid", "failed", cstrerror(errno));
375 cstrerror(errno));
418 warningf(false, "%s: %s", "bgnice", cstrerror(eno));
784 bi_errorf("%s: %s", cp, cstrerror(errno));
793 bi_errorf("%s: %s", cp, cstrerror(errno))
    [all...]
funcs.c 266 cstrerror(errno));
1450 bi_errorf("%s: %s", p, cstrerror(errno));
    [all...]
exec.c 461 errorf("%s: %s", t->str, cstrerror(rv));
738 cstrerror(tp->u2.errnov));
756 tp->u.fpath, cstrerror(errno));
865 cstrerror(tp->u2.errnov));
1018 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno));
    [all...]
histrap.c 304 "create", tf->tffn, cstrerror(errno));
312 "write", tf->tffn, cstrerror(errno));
338 "open", tf->tffn, cstrerror(errno));
358 "read", tf->tffn, cstrerror(shf_errno(shf)));
854 "unlink HISTFILE", hname, cstrerror(errno));
    [all...]
sh.h 433 #define cstrerror /* replaced */ cstrerror macro
434 extern const char *cstrerror(int);
436 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro
    [all...]
shf.c 1073 cstrerror(int errnum) function
1089 cstrerror(int errnum) function
eval.c 1333 "can't open", "$(<...) input", cstrerror(errno));
1345 "create", tf->tffn, cstrerror(errno));
    [all...]
main.c 473 warningf(true, "%s: %s", s->file, cstrerror(errno));
    [all...]
misc.c     [all...]

Completed in 71 milliseconds