bin/ksh/c_sh.c
529
warningf(true, "%s: bad number", arg);
bin/ksh/c_sh.c
594
warningf(true, "%s: cannot %s", wp[0], wp[0]);
bin/ksh/c_sh.c
603
warningf(true, "%s: can only %s %d level(s)",
bin/ksh/eval.c
912
warningf(!Flag(FTALKING),
bin/ksh/exec.c
1109
warningf(true, "%s: %s",
bin/ksh/exec.c
1121
warningf(true, "%s: restricted", cp);
bin/ksh/exec.c
1129
warningf(true, "cannot %s %s: %s",
bin/ksh/exec.c
1154
warningf(true,
bin/ksh/exec.c
1194
warningf(true, "here document missing");
bin/ksh/exec.c
1203
warningf(true, "can't %s temporary file %s: %s",
bin/ksh/exec.c
1236
warningf(true, "error writing %s: %s", h->name,
bin/ksh/exec.c
477
warningf(true,
bin/ksh/exec.c
534
warningf(true, "%s: restricted", cp);
bin/ksh/exec.c
556
warningf(true,
bin/ksh/exec.c
562
warningf(true,
bin/ksh/exec.c
570
warningf(true,
bin/ksh/exec.c
578
warningf(true,
bin/ksh/exec.c
663
warningf(true, "%s: cannot execute - %s", cp,
bin/ksh/exec.c
667
warningf(true, "%s: not found", cp);
bin/ksh/expr.c
251
warningf(true, "%s: unexpected `%s'", es->expression, s);
bin/ksh/expr.c
255
warningf(true, "%s: bad number `%s'", es->expression, str);
bin/ksh/expr.c
259
warningf(true, "%s: expression recurses on parameter `%s'",
bin/ksh/expr.c
264
warningf(true, "%s: %s requires lvalue",
bin/ksh/expr.c
269
warningf(true, "%s: %s applied to read only variable",
bin/ksh/expr.c
275
warningf(true, "%s: %s", es->expression, str);
bin/ksh/history.c
575
warningf(false, "resizing history storage: %s",
bin/ksh/jobs.c
1037
warningf(true,
bin/ksh/jobs.c
203
warningf(false, "%s: tcsetpgrp() failed: %s",
bin/ksh/jobs.c
207
warningf(false,
bin/ksh/jobs.c
227
warningf(false, "%s: setpgid() failed: %s",
bin/ksh/jobs.c
232
warningf(false,
bin/ksh/jobs.c
311
warningf(false, "%s: getpgrp() failed: %s",
bin/ksh/jobs.c
323
warningf(false,
bin/ksh/jobs.c
339
warningf(false, "%s: setpgid() failed: %s",
bin/ksh/jobs.c
344
warningf(false,
bin/ksh/jobs.c
355
warningf(false,
bin/ksh/jobs.c
591
warningf(true, "%s: no last job", __func__);
bin/ksh/jobs.c
771
warningf(true,
bin/ksh/main.c
405
warningf(false, "Cannot determine current working directory");
bin/ksh/misc.c
908
warningf(false, "%s%s-%c: unknown option",
bin/ksh/misc.c
934
warningf(false, "%s%s-`%c' requires argument",
bin/ksh/sh.h
466
void warningf(bool, const char *, ...)
bin/ksh/trap.c
188
warningf(false, "timed out waiting for input");
bin/ksh/tty.c
39
warningf(false, "No controlling tty (open /dev/tty: %s)",
bin/ksh/tty.c
48
warningf(false, "Can't find tty file descriptor");
bin/ksh/tty.c
53
warningf(false, "%s: dup of tty fd failed: %s",
bin/ksh/var.c
368
warningf(true, "%s: is read only", vq->name);