| /third_party/uapp/dash/src/ |
| A D | memalloc.c | 57 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 D | miscbltin.c | 142 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 D | options.c | 143 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 D | redir.c | 236 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 D | error.h | 124 void sh_error(const char *, ...) __attribute__((__noreturn__));
|
| A D | cd.c | 148 sh_error("can't cd to %s", dest); in cdcmd() 207 sh_error("can't normalize %s", dir); in updatepwd()
|
| A D | eval.c | 501 …sh_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() 877 …sh_error("Cannot create child process: %d (%s): %s", zx_status, zx_status_get_string(zx_status), e… in evalcommand()
|
| A D | jobs.c | 255 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 D | mystring.c | 114 sh_error(illnum, s); in badnum()
|
| A D | error.c | 166 sh_error(const char *msg, ...) in sh_error() function
|
| A D | system.c | 128 sh_error("no sysconf for: %d", name); in sysconf()
|
| A D | var.c | 198 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 D | main.c | 349 sh_error("%s: not found", basename); in find_dot_file()
|
| A D | expand.c | 479 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 D | arith_yacc.c | 81 sh_error("arithmetic expression: %s: \"%s\"", s, arith_startbuf); in yyerror()
|
| A D | output.c | 304 sh_error("xvsnprintf failed"); in xvasprintf()
|
| A D | exec.c | 422 sh_error("%s not defined in %s", name, in find_command()
|
| A D | nodes.c.pat | 169 sh_error("Unable to encode AST");
|
| A D | nodes.c | 362 sh_error("Unable to encode AST"); in writenode()
|
| A D | parser.c | 1492 sh_error("Syntax error: %s", msg); in synerror()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | bltin.h | 69 #define error sh_error
|