/third_party/mksh/ |
D | funcs.c | 71 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 …]
|
D | jobs.c | 396 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 …]
|
D | shf.c | 124 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()
|
D | var.c | 798 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()
|
D | exec.c | 449 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()
|
D | histrap.c | 400 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()
|
D | misc.c | 474 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()
|
D | eval.c | 408 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()
|
D | expr.c | 226 warningf(true, Tf_sD_s, es->expression, str); in evalerr()
|
D | sh.h | 1136 #define Tf_sD_s (Tf_temp + 24) macro 1302 #define Tf_sD_s "%s: %s" macro
|
D | main.c | 548 warningf(true, Tf_sD_s, s->file, cstrerror(errno)); in main_init()
|