Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c71 bi_errorf(Tf_sD_s, Tbadnum, as); in bi_getn()
278 bi_errorf(Tf_sD_s, "can't determine current directory", in c_pwd()
1205 bi_errorf(Tf_sD_s, p, in c_kill()
1210 bi_errorf(Tf_sD_s, p, cstrerror(errno)); in c_kill()
1242 bi_errorf(Tf_sD_s, "options", Tno_args); in c_getopts()
1248 bi_errorf(Tf_sD_s, Tname, Tno_args); in c_getopts()
1252 bi_errorf(Tf_sD_s, var, Tnot_ident); in c_getopts()
1257 internal_warningf(Tf_sD_s, Tgetopts, Tno_args); in c_getopts()
1387 bi_errorf(Tf_sD_s, Tbadnum, arg); in c_shift()
1555 bi_errorf(Tf_sD_s, cp, cstrerror(errcode)); in c_dot()
[all …]
Djobs.c396 warningf(false, Tf_sD_s, "warning",
430 warningf(false, Tf_sD_s, "bgnice", cstrerror(eno));
692 warningf(true, Tf_sD_s, "waitlast", "no last job");
694 internal_warningf(Tf_sD_s, "waitlast", Tnot_started);
754 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
788 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
795 bi_errorf(Tf_sD_s, cp, cstrerror(errno));
804 bi_errorf(Tf_sD_s, cp, cstrerror(errno));
831 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
972 bi_errorf(Tf_sD_s, cp, lookup_msgs[ecode]);
[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()
618 internal_errorf(Tf_sD_s, "shf_putchar", "no fd"); in shf_putchar()
Dvar.c798 return (maybe_errorf(ep, 1, Tf_sD_s, var, in vtypeset()
884 return (maybe_errorf(ep, 1, Tf_sD_s, var, in vtypeset()
894 return (maybe_errorf(ep, 1, Tf_sD_s, qval, in vtypeset()
901 return (maybe_errorf(ep, 1, Tf_sD_s, qval, in vtypeset()
913 return (maybe_errorf(ep, 1, Tf_sD_s, in vtypeset()
1998 bi_errorf(Tf_sD_s, Tbadnum, fieldstr); in c_typeset()
2003 bi_errorf(Tf_sD_s, "bad integer base", basestr); in c_typeset()
2089 bi_errorf(Tf_sD_s, wp[i], Tnot_ident); in c_typeset()
Dexec.c449 errorfx(126, Tf_sD_s, t->str, cstrerror(rv)); in execute()
580 warningf(true, Tf_sD_s, in comexec()
678 warningf(true, Tf_sD_s, cp, "restricted"); in comexec()
1386 internal_errorf(Tf_sD_s, where, wp[0]); in call_builtin()
1485 warningf(true, Tf_sD_s, in iosetup()
1501 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()
420 bi_errorf(Tf_sD_s, str, Tnot_in_history); in hist_get()
Dmisc.c474 bi_errorf(Tf_sD_s, go.optarg, in parse_args()
536 bi_errorf(Tf_sD_s, array, Tnot_ident); in parse_args()
2286 bi_errorf(Tf_sD_s, dir, "bad directory"); in c_cd()
2288 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()
Deval.c408 errorf(Tf_sD_s, str, Tbadsubst); in expand()
806 errorf(Tf_sD_s, st->var->name, in expand()
1581 errorf(Tf_sD_s, T_funny_command, in comsub()
Dexpr.c226 warningf(true, Tf_sD_s, es->expression, str); in evalerr()
Dsh.h1136 #define Tf_sD_s (Tf_temp + 24) macro
1302 #define Tf_sD_s "%s: %s" macro
Dmain.c548 warningf(true, Tf_sD_s, s->file, cstrerror(errno)); in main_init()