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