Searched refs:cstrerror (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | jobs.c | 242 "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 …]
|
D | funcs.c | 266 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 …]
|
D | exec.c | 461 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()
|
D | histrap.c | 304 "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()
|
D | sh.h | 433 #define cstrerror /* replaced */ cstrerror macro 434 extern const char *cstrerror(int); 436 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro
|
D | shf.c | 1073 cstrerror(int errnum) in cstrerror() function 1089 cstrerror(int errnum) in cstrerror() function
|
D | eval.c | 1333 "can't open", "$(<...) input", cstrerror(errno)); in comsub() 1345 "create", tf->tffn, cstrerror(errno)); in comsub()
|
D | main.c | 473 warningf(true, "%s: %s", s->file, cstrerror(errno)); in main_init()
|
D | misc.c | 1909 bi_errorf("%s: %s", tryp, cstrerror(errno)); in c_cd()
|