/src/bin/ksh/ |
tty.c | 115 warningf(false, 128 warningf(false, "Can't find tty file descriptor"); 133 warningf(false, "j_ttyinit: dup of tty fd failed: %s", 136 warningf(false, "j_ttyinit: can't set close-on-exec flag: %s",
|
exec.c | 522 warningf(true, 579 warningf(true, "%s: restricted", cp); 602 warningf(true, 607 warningf(true, 614 warningf(true, 623 warningf(true, 708 warningf(true, "%s: cannot execute - %s", cp, 712 warningf(true, "%s: not found", cp); 1180 warningf(true, "%s: %s", 1191 warningf(true, "%s: restricted", cp) [all...] |
expr.c | 253 warningf(true, "%s: unexpected `%s'", es->expression, s); 257 warningf(true, "%s: bad number `%s'", es->expression, str); 261 warningf(true, "%s: expression recurses on parameter `%s'", 266 warningf(true, "%s: %s requires lvalue", 271 warningf(true, "%s: %s applied to read only variable", 277 warningf(true, "%s: %s", es->expression, str);
|
jobs.c | 347 warningf(false, "j_init: getpgrp() failed: %s", 359 warningf(false, 375 warningf(false, 381 warningf(false, 395 warningf(false, 401 warningf(false, "warning: won't have full job control"); 704 warningf(true, "waitlast: no last job"); 895 warningf(true, 1167 warningf(true, 1283 warningf(true, "bad process waited for (pid = %d)" [all...] |
c_sh.c | 549 warningf(true, "%s: bad number", arg); 615 warningf(true, "%s: cannot %s", wp[0], wp[0]); 624 warningf(true, "%s: can only %s %d level(s)",
|
proto.h | 105 void warningf ARGS((int, const char *, ...))
|
io.c | 44 warningf(int fileline, const char *fmt, ...) function in typeref:typename:void
|
trap.c | 208 warningf(false, "timed out waiting for input");
|
misc.c | 1013 warningf(true, "%s%s-%c: unknown option", 1039 warningf(true, "%s%s-`%c' requires argument",
|
main.c | 354 warningf(false, "Cannot determine current working directory");
|
var.c | 378 warningf(true, "%s: is read only", vq->name);
|