Searched refs:internal_errorf (Results 1 – 11 of 11) sorted by relevance
/external/mksh/src/ |
D | shf.c | 122 internal_errorf("%s: %s", where, "missing read/write"); in shf_open_hlp() 170 internal_errorf("%s: %s", "shf_reopen", "bad shf/buf/bsize"); in shf_reopen() 200 internal_errorf("%s: flags 0x%X", "shf_sopen", sflags); in shf_sopen() 295 internal_errorf("%s: %s", "shf_flush", "no fd"); in shf_flush() 326 internal_errorf("%s: %s", "shf_emptybuf", "no fd"); in shf_emptybuf() 412 internal_errorf("%s: %s", "shf_fillbuf", "no fd"); in shf_fillbuf() 455 internal_errorf("%s: flags 0x%X", "shf_read", shf->flags); in shf_read() 458 internal_errorf("%s: %s %zd", "shf_write", "bsize", bsize); in shf_read() 492 internal_errorf("%s: flags 0x%X", "shf_getse", shf->flags); in shf_getse() 528 internal_errorf("%s: flags 0x%X", "shf_getchar", shf->flags); in shf_getchar() [all …]
|
D | lalloc.c | 70 internal_errorf("rogue pointer %zX", (size_t)ptr); in findptr() 80 internal_errorf(Tintovfl, fac1, '*', fac2); in aresize2() 103 internal_errorf(Toomem, numb); in aresize()
|
D | main.c | 696 internal_errorf("%s %d", "include", i); in include() 788 internal_errorf("%s %d", "shell", i); in shell() 1260 internal_errorf(const char *fmt, ...) in internal_errorf() function 1318 internal_errorf("shl_stdout not valid"); in shprintf() 1679 internal_errorf("hash table size limit reached"); in tgrow()
|
D | exec.c | 114 internal_errorf(Toomem, (size_t)-1); in execute() 812 internal_errorf("%s %d", "CFUNC", i); in comexec() 1297 internal_errorf("%s: %s", where, wp[0]); in call_builtin() 1492 internal_errorf("%s: %s", "herein", "yylex"); in hereinval()
|
D | eval.c | 123 internal_errorf("bad substitution"); in substitute() 246 internal_errorf("expand(NULL)"); in expand()
|
D | sh.h | 1617 internal_errorf(Tintovfl, (size_t)(val), \ 1821 void internal_errorf(const char *, ...)
|
D | tree.c | 152 internal_errorf("TELIF in tree.c:ptree() unexpected"); in ptree()
|
D | histrap.c | 1445 internal_errorf("setexecsig: unset signal %d(%s)", in setexecsig()
|
D | jobs.c | 470 internal_errorf("%s %d", in exchild()
|
D | var.c | 433 internal_errorf( in setstr()
|
D | misc.c | 476 internal_errorf("parse_args: '%c'", optc); in parse_args()
|