Home
last modified time | relevance | path

Searched refs:sh_error (Results 1 – 21 of 21) sorted by relevance

/third_party/uapp/dash/src/
A Dmemalloc.c57 sh_error("Out of space"); in ckmalloc()
71 sh_error("Out of space"); in ckrealloc()
85 sh_error("Out of space"); in savestr()
130 sh_error("Out of space"); in stalloc()
211 sh_error("Out of space"); in growstackblock()
A Dmiscbltin.c142 sh_error("arg count"); in readcmd()
250 sh_error(illnum, *argptr); in umaskcmd()
310 sh_error("Illegal mode: %s", *argptr); in umaskcmd()
466 sh_error("too many arguments"); in ulimitcmd()
479 sh_error("bad number"); in ulimitcmd()
499 sh_error("error setting limit (%s)", strerror(errno)); in ulimitcmd()
A Doptions.c143 sh_error("-c requires an argument"); in procargs()
270 sh_error("Illegal option -o %s", name); in minus_o()
292 sh_error("Illegal option -%c", flag); in setoption()
356 sh_error("can't shift that many"); in shiftcmd()
414 sh_error("Usage: getopts optstring var [arg]"); in getoptscmd()
547 sh_error("Illegal option -%c", c); in nextopt()
553 sh_error("No arg for -%c option", c); in nextopt()
A Dredir.c236 sh_error("cannot create %s: %s", fname, errmsg(errno, E_CREAT)); in openredirect()
238 sh_error("cannot open %s: %s", fname, errmsg(errno, E_OPEN)); in openredirect()
285 sh_error("%d: %s", f, strerror(err));
303 sh_error("Pipe call failed"); in openhere()
404 sh_error("%d: %s", from, strerror(err)); in savefd()
A Derror.h124 void sh_error(const char *, ...) __attribute__((__noreturn__));
A Dcd.c148 sh_error("can't cd to %s", dest); in cdcmd()
207 sh_error("can't normalize %s", dir); in updatepwd()
A Deval.c501sh_error("Failed to create subshell: %d (%s): %s", exec_result, zx_status_get_string(exec_result),… in evalsubshell()
585 sh_error("Pipe call failed"); in evalpipe()
602 sh_error("Failed to create shell: %d (%s): %s", status, zx_status_get_string(status), err_msg); in evalpipe()
642 sh_error("Pipe call failed"); in evalbackcmd()
652 sh_error("Failed to create subshell: %d (%s): %s", status, zx_status_get_string(status), err_msg); in evalbackcmd()
871 sh_error("Cannot create child process: %d (%s)", zx_status, zx_status_get_string(zx_status)); in evalcommand()
877sh_error("Cannot create child process: %d (%s): %s", zx_status, zx_status_get_string(zx_status), e… in evalcommand()
A Djobs.c255 sh_error(
278 sh_error(
314 sh_error("invalid signal number or exit status: %s",
740 sh_error(err_msg, name); in getjob()
784 sh_error("job not created - PTY_SIGNAL_EVENT inactive (%d)\n", rv); in makejob()
888 sh_error("Can't open %s", _PATH_DEVNULL); in forkchild()
947 sh_error("Cannot fork"); in forkshell()
1492 sh_error("Cannot set tty process group (%s)", strerror(errno)); in xtcsetpgrp()
A Dmystring.c114 sh_error(illnum, s); in badnum()
A Derror.c166 sh_error(const char *msg, ...) in sh_error() function
A Dsystem.c128 sh_error("no sysconf for: %d", name); in sysconf()
A Dvar.c198 sh_error("%.*s: bad variable name", namelen, name); in setvar()
258 sh_error("%.*s: is read only", strchrnul(n, '=') - n, in setvareq()
464 sh_error("not in a function"); in localcmd()
A Dmain.c349 sh_error("%s: not found", basename); in find_dot_file()
A Dexpand.c479 sh_error("missing CTLARI (shouldn't happen)"); in expari()
731 sh_error("Bad substitution"); in evalvar()
1216 sh_error("Out of space");
1761 sh_error("%.*s: %s%s", end - var - 1, var, msg, tail); in varunset()
A Darith_yacc.c81 sh_error("arithmetic expression: %s: \"%s\"", s, arith_startbuf); in yyerror()
A Doutput.c304 sh_error("xvsnprintf failed"); in xvasprintf()
A Dexec.c422 sh_error("%s not defined in %s", name, in find_command()
A Dnodes.c.pat169 sh_error("Unable to encode AST");
A Dnodes.c362 sh_error("Unable to encode AST"); in writenode()
A Dparser.c1492 sh_error("Syntax error: %s", msg); in synerror()
/third_party/uapp/dash/src/bltin/
A Dbltin.h69 #define error sh_error

Completed in 27 milliseconds