Home
last modified time | relevance | path

Searched refs:cstrerror (Results 1 – 9 of 9) sorted by relevance

/external/mksh/src/
Djobs.c242 "tcsetpgrp", "failed", cstrerror(errno)); in j_suspend()
245 "setpgid", "failed", cstrerror(errno)); in j_suspend()
263 "setpgid", "failed", cstrerror(errno)); in j_suspend()
267 "tcsetpgrp", "failed", cstrerror(errno)); in j_suspend()
354 cstrerror(errno)); in j_change()
369 "setpgid", "failed", cstrerror(errno)); in j_change()
375 cstrerror(errno)); in j_change()
418 warningf(false, "%s: %s", "bgnice", cstrerror(eno)); in ksh_nice()
784 bi_errorf("%s: %s", cp, cstrerror(errno)); in j_kill()
793 bi_errorf("%s: %s", cp, cstrerror(errno)); in j_kill()
[all …]
Dfuncs.c266 cstrerror(errno)); in c_pwd()
1450 bi_errorf("%s: %s", p, cstrerror(errno)); in c_kill()
1809 bi_errorf("%s: %s", cp, cstrerror(errcode)); in c_dot()
1826 bi_errorf("%s: %s", cp, cstrerror(errno)); in c_dot()
1920 bi_errorf("%s: %s '%s'", Tsynerr, cstrerror(errno), in c_read()
2003 bi_errorf("%s: %s", Tselect, cstrerror(errno)); in c_read()
2815 bi_errorf("%s: %s", argv[0], cstrerror(errno)); in c_mknod()
3588 l->name, cstrerror(errno)); in set_ulimit()
3603 bi_errorf("bad %s limit: %s", l->name, cstrerror(errno)); in set_ulimit()
3646 bi_errorf("%s: %s", "failed", cstrerror(rv)); in c_rename()
[all …]
Dexec.c461 errorf("%s: %s", t->str, cstrerror(rv)); in execute()
738 cstrerror(tp->u2.errnov)); in comexec()
756 tp->u.fpath, cstrerror(errno)); in comexec()
865 cstrerror(tp->u2.errnov)); in comexec()
1018 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno)); in scriptexec()
1477 "open" : "create", cp, cstrerror(u)); in iosetup()
1508 cstrerror(eno)); in iosetup()
1606 !shf ? "create" : "open", h->tffn, cstrerror(i)); in herein()
1623 "write", h->tffn, cstrerror(i)); in herein()
Dhistrap.c304 "create", tf->tffn, cstrerror(errno)); in c_fc()
312 "write", tf->tffn, cstrerror(errno)); in c_fc()
338 "open", tf->tffn, cstrerror(errno)); in c_fc()
358 "read", tf->tffn, cstrerror(shf_errno(shf))); in c_fc()
854 "unlink HISTFILE", hname, cstrerror(errno)); in hist_init()
Dsh.h433 #define cstrerror /* replaced */ cstrerror macro
434 extern const char *cstrerror(int);
436 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro
Dshf.c1073 cstrerror(int errnum) in cstrerror() function
1089 cstrerror(int errnum) in cstrerror() function
Deval.c1333 "can't open", "$(<...) input", cstrerror(errno)); in comsub()
1345 "create", tf->tffn, cstrerror(errno)); in comsub()
Dmain.c473 warningf(true, "%s: %s", s->file, cstrerror(errno)); in main_init()
Dmisc.c1909 bi_errorf("%s: %s", tryp, cstrerror(errno)); in c_cd()