Searched refs:sh_error (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmemalloc.c57 sh_error("Out of space");
71 sh_error("Out of space");
85 sh_error("Out of space");
130 sh_error("Out of space");
211 sh_error("Out of space");
H A Derror.h124 void sh_error(const char *, ...) __attribute__((__noreturn__));
H A Dmiscbltin.c142 sh_error("arg count");
250 sh_error(illnum, *argptr);
310 sh_error("Illegal mode: %s", *argptr);
466 sh_error("too many arguments");
479 sh_error("bad number");
499 sh_error("error setting limit (%s)", strerror(errno));
H A Doptions.c143 sh_error("-c requires an argument");
270 sh_error("Illegal option -o %s", name);
292 sh_error("Illegal option -%c", flag);
356 sh_error("can't shift that many");
414 sh_error("Usage: getopts optstring var [arg]");
547 sh_error("Illegal option -%c", c);
553 sh_error("No arg for -%c option", c);
H A Dmystring.c114 sh_error(illnum, s);
H A Dredir.c236 sh_error("cannot create %s: %s", fname, errmsg(errno, E_CREAT));
238 sh_error("cannot open %s: %s", fname, errmsg(errno, E_OPEN));
285 sh_error("%d: %s", f, strerror(err));
303 sh_error("Pipe call failed");
389 * Move a file descriptor to > 10. Invokes sh_error on error unless
404 sh_error("%d: %s", from, strerror(err));
H A Dcd.c148 sh_error("can't cd to %s", dest);
207 sh_error("can't normalize %s", dir);
H A Derror.c166 sh_error(const char *msg, ...) function
H A Dsystem.c128 sh_error("no sysconf for: %d", name);
H A Deval.c500 sh_error("Failed to create subshell: %d (%s): %s", exec_result, zx_status_get_string(exec_result), err_msg);
583 sh_error("Pipe call failed");
600 sh_error("Failed to create shell: %d (%s): %s", status, zx_status_get_string(status), err_msg);
640 sh_error("Pipe call failed");
650 sh_error("Failed to create subshell: %d (%s): %s", status, zx_status_get_string(status), err_msg);
869 sh_error("Cannot create child process: %d (%s)", zx_status, zx_status_get_string(zx_status));
875 sh_error("Cannot create child process: %d (%s): %s", zx_status, zx_status_get_string(zx_status), err_msg);
H A Djobs.c255 sh_error(
278 sh_error(
314 sh_error("invalid signal number or exit status: %s",
740 sh_error(err_msg, name);
784 sh_error("job not created - PTY_SIGNAL_EVENT inactive (%d)\n", rv);
888 sh_error("Can't open %s", _PATH_DEVNULL);
947 sh_error("Cannot fork");
1492 sh_error("Cannot set tty process group (%s)", strerror(errno));
H A Dvar.c198 sh_error("%.*s: bad variable name", namelen, name);
258 sh_error("%.*s: is read only", strchrnul(n, '=') - n,
464 sh_error("not in a function");
H A Darith_yacc.c81 sh_error("arithmetic expression: %s: \"%s\"", s, arith_startbuf);
H A Dmain.c349 sh_error("%s: not found", basename);
H A Dexpand.c479 sh_error("missing CTLARI (shouldn't happen)");
731 sh_error("Bad substitution");
1216 sh_error("Out of space");
1761 sh_error("%.*s: %s%s", end - var - 1, var, msg, tail);
H A Doutput.c304 sh_error("xvsnprintf failed");
H A Dexec.c422 sh_error("%s not defined in %s", name,
H A Dnodes.c362 sh_error("Unable to encode AST");
H A Dparser.c1492 sh_error("Syntax error: %s", msg);
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dbltin.h69 #define error sh_error

Completed in 129 milliseconds