Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-error.c39 PA_STATIC_TLS_DECLARE(cstrerror, pa_xfree);
49 if ((t = PA_STATIC_TLS_GET(cstrerror))) in pa_cstrerror()
75 PA_STATIC_TLS_SET(cstrerror, translated); in pa_cstrerror()
/third_party/mksh/
Djobs.c250 Tj_suspend, "tcsetpgrp", cstrerror(errno)); in j_suspend()
253 Tj_suspend, "setpgid", cstrerror(errno)); in j_suspend()
271 Tj_suspend, "setpgid", cstrerror(errno)); in j_suspend()
275 Tj_suspend, "tcsetpgrp", cstrerror(errno)); in j_suspend()
366 cstrerror(errno));
381 "j_init", "setpgid", cstrerror(errno));
387 cstrerror(errno));
430 warningf(false, Tf_sD_s, "bgnice", cstrerror(eno));
795 bi_errorf(Tf_sD_s, cp, cstrerror(errno));
804 bi_errorf(Tf_sD_s, cp, cstrerror(errno));
[all …]
Dulimit.c298 l->name, cstrerror(errno)); in set_ulimit()
323 bi_errorf("bad %s limit: %s", l->name, cstrerror(errno)); in set_ulimit()
Dfuncs.c279 cstrerror(errno)); in c_pwd()
1210 bi_errorf(Tf_sD_s, p, cstrerror(errno)); in c_kill()
1555 bi_errorf(Tf_sD_s, cp, cstrerror(errcode)); in c_dot()
1574 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in c_dot()
1674 bi_errorf(Tf_sD_s_qs, Tsynerr, cstrerror(errno), in c_read()
1757 bi_errorf(Tf_sD_s, Tselect, cstrerror(errno)); in c_read()
1782 bi_errorf(Tf_s, cstrerror(errno)); in c_read()
2582 bi_errorf(Tf_sD_s, argv[0], cstrerror(errno)); in c_mknod()
3261 bi_errorf(Tf_sD_s, "failed", cstrerror(rv)); in c_rename()
3284 bi_errorf(Tf_sD_s, wp[0], cstrerror(rv)); in c_realpath()
[all …]
Dexec.c449 errorfx(126, Tf_sD_s, t->str, cstrerror(rv)); in execute()
709 cstrerror(tp->u2.errnov)); in comexec()
827 cstrerror(tp->u2.errnov)); in comexec()
1015 errorf(Tf_sD_sD_s, tp->str, sh, cstrerror(errno)); in scriptexec()
1525 Topen : Tcreate, cp, cstrerror(u)); in iosetup()
1555 cstrerror(eno)); in iosetup()
1646 !shf ? Tcreate : Topen, h->tffn, cstrerror(i)); in herein()
1663 Twrite, h->tffn, cstrerror(i)); in herein()
Dhistrap.c297 bi_errorf(Tf_temp, Tcreate, tf->tffn, cstrerror(errno)); in c_fc()
304 bi_errorf(Tf_temp, Twrite, tf->tffn, cstrerror(errno)); in c_fc()
321 bi_errorf(Tf_temp, Topen, tf->tffn, cstrerror(errno)); in c_fc()
341 cstrerror(shf_errno(shf))); in c_fc()
874 "unlink HISTFILE", hname, cstrerror(errno)); in hist_persist_init()
Dmain.c548 warningf(true, Tf_sD_s, s->file, cstrerror(errno)); in main_init()
2073 MKSH_ENVDIR, cstrerror(errno)); in init_environ()
2086 cstrerror(errno)); in init_environ()
2105 cstrerror(shf_errno(shf))); in init_environ()
2117 MKSH_ENVDIR, cstrerror(errno)); in init_environ()
Dshf.c1093 cstrerror(int errnum) in cstrerror() function
1109 cstrerror(int errnum) in cstrerror() function
Dsh.h486 #define cstrerror /* replaced */ cstrerror macro
487 extern const char *cstrerror(int);
489 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro
Deval.c1566 cstrerror(errno)); in comsub()
1595 Tcreate, tf->tffn, cstrerror(errno)); in comsub()
Dmisc.c2288 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1562 PA_STATIC_TLS_DECLARE(cstrerror, pa_xfree);
1569 if ((t = PA_STATIC_TLS_GET(cstrerror))) in pa_alsa_strerror()
1584 PA_STATIC_TLS_SET(cstrerror, translated); in pa_alsa_strerror()