Searched refs:internal_errorf (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | shf.c | 103 internal_errorf(1, "shf_fdopen: missing read/write"); 156 internal_errorf(1, "shf_reopen: missing read/write"); 158 internal_errorf(1, "shf_reopen: bad shf/buf/bsize"); 192 internal_errorf(1, "shf_sopen: flags 0x%x", sflags); 306 internal_errorf(1, "shf_flush: no fd"); 338 internal_errorf(1, "shf_emptybuf: no fd"); 420 internal_errorf(1, "shf_fillbuf: no fd"); 517 internal_errorf(1, "shf_read: flags %x", shf->flags); 520 internal_errorf(1, "shf_read: bsize %d", bsize); 555 internal_errorf(1, "shf_getse: flags %x", shf->flags); [all …]
|
H A D | alloc.c | 71 internal_errorf(1, "unable to allocate memory"); in alloc() 97 internal_errorf(1, "unable to allocate memory"); in aresize()
|
H A D | jobs.c | 462 internal_errorf(1, "exchild: XPIPEI and no last_job - pid %d", (int) procpid); 634 internal_errorf(0, "exchild: execute() returned"); 706 internal_errorf(0, "waitlast: not started"); in waitlast() 1054 internal_errorf(0, "j_async: job not started"); 1068 internal_errorf(0, "j_async: bad nzombie (%d)", nzombie); 1330 internal_errorf(0, "check_job: job started (flags 0x%x)", 1696 internal_errorf(0, "remove_job: job not found (%s)", where);
|
H A D | io.c | 91 internal_errorf(int jump, const char *fmt, ...) in internal_errorf() function 143 internal_errorf(1, "shl_stdout not valid"); in shprintf()
|
H A D | main.c | 468 internal_errorf(1, "include: %d", i); 557 internal_errorf(1, "shell: %d", i); 789 internal_errorf(1, "alloc: %s", msg);
|
H A D | c_ulimit.c | 168 internal_errorf(0, "ulimit: %c", what);
|
H A D | exec.c | 694 internal_errorf(1, "CFUNC %d", i); 780 internal_errorf(1, "shcomexec: %s", *wp); 1301 internal_errorf(1, "herein: yylex"); 1551 internal_errorf(0, "dbteste_error: %s (offset %d)", msg, offset);
|
H A D | proto.h | 109 void internal_errorf ARGS((int, const char *, ...))
|
H A D | trap.c | 436 internal_errorf(1, "setexecsig: unset signal %d(%s)",
|
H A D | tree.c | 586 internal_errorf(0,
|
H A D | c_ksh.c | 1332 internal_errorf(0, "c_getopts: no argv");
|
H A D | vi.c | 1691 internal_errorf(0, "grabhist: bad history array");
|