Home
last modified time | relevance | path

Searched refs:Tf_sD_s (Results 1 – 11 of 11) sorted by relevance

/external/mksh/src/
Dfuncs.c76 bi_errorf(Tf_sD_s, Tbadnum, as); in bi_getn()
276 bi_errorf(Tf_sD_s, "can't determine current directory", in c_pwd()
1178 bi_errorf(Tf_sD_s, p, in c_kill()
1183 bi_errorf(Tf_sD_s, p, cstrerror(errno)); in c_kill()
1215 bi_errorf(Tf_sD_s, "options", Tno_args); in c_getopts()
1221 bi_errorf(Tf_sD_s, Tname, Tno_args); in c_getopts()
1225 bi_errorf(Tf_sD_s, var, Tnot_ident); in c_getopts()
1230 internal_warningf(Tf_sD_s, Tgetopts, Tno_args); in c_getopts()
1375 bi_errorf(Tf_sD_s, Tbadnum, arg); in c_shift()
1542 bi_errorf(Tf_sD_s, cp, cstrerror(errcode)); in c_dot()
[all …]
Djobs.c391 warningf(false, Tf_sD_s, "warning", in j_change()
425 warningf(false, Tf_sD_s, "bgnice", cstrerror(eno)); in ksh_nice()
687 warningf(true, Tf_sD_s, "waitlast", "no last job"); in waitlast()
689 internal_warningf(Tf_sD_s, "waitlast", Tnot_started); in waitlast()
749 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in waitfor()
783 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_kill()
790 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
799 bi_errorf(Tf_sD_s, cp, cstrerror(errno)); in j_kill()
826 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_resume()
967 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]); in j_jobs()
[all …]
Dshf.c124 internal_errorf(Tf_sD_s, where, "missing read/write"); in shf_open_hlp()
172 internal_errorf(Tf_sD_s, "shf_reopen", Tbad_bsize); in shf_reopen()
299 internal_errorf(Tf_sD_s, "shf_flush", "no fd"); in shf_flush()
331 internal_errorf(Tf_sD_s, "shf_emptybuf", "no fd"); in shf_emptybuf()
417 internal_errorf(Tf_sD_s, "shf_fillbuf", "no fd"); in shf_fillbuf()
617 internal_errorf(Tf_sD_s, "shf_putchar", "no fd"); in shf_putchar()
Dvar.c785 errorf(Tf_sD_s, var, in typeset()
862 errorf(Tf_sD_s, var, "empty nameref target"); in typeset()
871 errorf(Tf_sD_s, qval, in typeset()
878 errorf(Tf_sD_s, qval, in typeset()
890 errorf(Tf_sD_s, tvar, "restricted"); in typeset()
1965 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()
1970 bi_errorf(Tf_sD_s, "bad integer base", basestr); in c_typeset()
2053 bi_errorf(Tf_sD_s, wp[i], Tnot_ident); in c_typeset()
Dexec.c449 errorf(Tf_sD_s, t->str, cstrerror(rv)); in execute()
584 warningf(true, Tf_sD_s, in comexec()
685 warningf(true, Tf_sD_s, cp, "restricted"); in comexec()
1392 internal_errorf(Tf_sD_s, where, wp[0]); in call_builtin()
1491 warningf(true, Tf_sD_s, in iosetup()
1507 warningf(true, Tf_sD_s, cp, "restricted"); in iosetup()
Dhistrap.c400 bi_errorf(Tf_sD_s, str, Tnot_in_history); in hist_get()
407 bi_errorf(Tf_sD_s, str, Tnot_in_history); in hist_get()
411 bi_errorf(Tf_sD_s, str, "invalid range"); in hist_get()
419 bi_errorf(Tf_sD_s, str, Tnot_in_history); in hist_get()
Dmisc.c422 bi_errorf(Tf_sD_s, go.optarg, in parse_args()
484 bi_errorf(Tf_sD_s, array, Tnot_ident); in parse_args()
2230 bi_errorf(Tf_sD_s, dir, "bad directory"); in c_cd()
2232 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
Deval.c403 errorf(Tf_sD_s, str, Tbadsubst); in expand()
769 errorf(Tf_sD_s, st->var->name, in expand()
1431 errorf(Tf_sD_s, T_funny_command, in comsub()
Dexpr.c226 warningf(true, Tf_sD_s, es->expression, str); in evalerr()
Dsh.h1077 #define Tf_sD_s (Tf_temp + 24) macro
1238 #define Tf_sD_s "%s: %s" macro
Dmain.c527 warningf(true, Tf_sD_s, s->file, cstrerror(errno)); in main_init()