HomeSort by: relevance | last modified time | path
    Searched refs:warningf (Results 1 - 12 of 12) sorted by relevancy

  /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)",
io.c 44 warningf(int fileline, const char *fmt, ...) function
proto.h 105 void warningf ARGS((int, const char *, ...))
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);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
core.d 624 alias warningf = defaultLogFunctionf!(LogLevel.warning);
1124 alias warningf = memLogFunctions!(LogLevel.warning).logImplf;
2819 mem.warningf("%d", __LINE__); line = __LINE__;
2822 warningf("%d", __LINE__); line = __LINE__;
2825 mem.warningf(cond, "%d", __LINE__); line = __LINE__;
2828 warningf(cond, "%d", __LINE__); line = __LINE__;

Completed in 22 milliseconds