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

  /src/bin/sh/bltin/
bltin.h 86 #define warnx sh_warnx
  /src/bin/sh/
error.h 109 void sh_warnx(const char *, ...) __printflike(1, 2);
cd.c 243 sh_warnx("Unable to determine new working directory");
421 sh_warnx("Cannot determine current working directory");
jobs.c 1015 sh_warnx("subshell environment");
1017 sh_warnx("job control disabled");
1019 sh_warnx("login shell");
1021 sh_warnx("not possible??");
1063 sh_warnx("Cannot (yet) suspend kernel (%s)",
1069 sh_warnx("Unknown job: %s", target);
1080 sh_warnx("Don't be funny");
error.c 282 sh_warnx(const char *fmt, ...) function in typeref:typename:void

Completed in 13 milliseconds