Searched refs:ex (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/libbb/ |
D | executable.c | 45 int ex; in find_executable() local 53 ex = file_is_executable(p); in find_executable() 55 if (ex) { in find_executable()
|
/busybox-1.35.0/miscutils/ |
D | time.c | 436 int ex; in time_main() local 474 ex = WEXITSTATUS(res.waitstatus); in time_main() 480 ex = WTERMSIG(res.waitstatus); in time_main() 482 fflush_stdout_and_exit(ex); in time_main()
|
D | devfsd.c | 1330 const regmatch_t *ex, unsigned int numexp) in expand_expression() argument 1350 expand_regexp(output, outsize, temp, devname, ex, numexp); in expand_expression() 1356 const regmatch_t *ex, unsigned int numex) in expand_regexp() argument 1390 const regmatch_t *subexp = ex + (c - '0'); in expand_regexp()
|
/busybox-1.35.0/shell/ |
D | brace.txt | 40 chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
|
D | ash.c | 13408 int ex; in evalstring() local 13427 ex = setjmp(jmploc.loc); in evalstring() 13428 if (ex) in evalstring() 13448 if (ex) in evalstring() 13449 longjmp(exception_handler->loc, ex); in evalstring()
|
D | hush.c | 8922 int ex; in process_wait_result() local 8925 ex = WEXITSTATUS(status); in process_wait_result() 8947 ex = 128 | sig; in process_wait_result() 8949 fg_pipe->cmds[i].cmd_exitcode = ex; in process_wait_result()
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 23 asa, at, batch, bc, c99, command, compress, csplit, ex, fc, file,
|