Searched refs:xexit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/usr.bin/xargs/ |
| HD | xargs.c | 77 static void xexit(const char *, const int); 350 xexit(*av, 1); in parse_input() 386 xexit(*av, 1); in parse_input() 406 xexit(*av, 1); in parse_input() 442 xexit(*av, 1); in parse_input() 454 xexit(*av, 1); in parse_input() 459 xexit(*av, 1); in parse_input() 503 xexit(*argv, 1); in prerun() 513 xexit(*argv, 1); in prerun() 529 xexit(*argv, 1); in prerun() [all …]
|
| /freebsd-13-stable/contrib/tcsh/ |
| HD | sh.c | 890 xexit(0); in main() 895 xexit(0); in main() 925 xexit(0); in main() 1833 xexit(getn(varval(STRstatus))); in exitstat() 1894 xexit(SIGHUP); in phup() 2412 xexit(int i) in done()
|
| HD | sh.print.c | 298 xexit(1); in flush()
|
| HD | sh.decls.h | 52 extern void xexit (int) __attribute__((__noreturn__));
|
| HD | sh.err.c | 568 xexit(1); in fixerror()
|
| HD | sh.proc.c | 280 xexit(0); in pchild() 2034 xexit(0); in pgetty()
|
| HD | sh.h | 213 #define xexit(n) done(n) macro
|
| HD | sh.func.c | 313 xexit(1); in dologin() 336 xexit(1); in donewgrp()
|
| HD | sh.dir.c | 121 xexit(1); in dinit()
|
| HD | tc.os.c | 831 xexit(bs2cmdlist(cmd)); in dobs2cmd()
|
| HD | Fixes | 1035 82. Don't let children catclose() in xexit(), because the parent will lose
|