Searched refs:xexit (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.bin/xargs/ |
H A D | xargs.c | 65 static void xexit(const char *, const int); 338 xexit(*av, 1); in parse_input() 374 xexit(*av, 1); in parse_input() 394 xexit(*av, 1); in parse_input() 430 xexit(*av, 1); in parse_input() 442 xexit(*av, 1); in parse_input() 447 xexit(*av, 1); in parse_input() 491 xexit(*argv, 1); in prerun() 501 xexit(*argv, 1); in prerun() 517 xexit(*arg in prerun() 643 xexit(const char *name, const int exit_code) { xexit() function [all...] |
/freebsd/contrib/tcsh/ |
H A D | 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()
|
H A D | sh.print.c | 298 xexit(1); in flush()
|
H A D | sh.decls.h | 52 extern void xexit (int) __attribute__((__noreturn__));
|
H A D | sh.err.c | 568 xexit(1); in fixerror()
|
H A D | sh.proc.c | 280 xexit(0); in pchild() 2034 xexit(0); in pgetty()
|
H A D | sh.h | 213 #define xexit(n) done(n) macro
|
H A D | sh.func.c | 313 xexit(1); in dologin() 336 xexit(1); in donewgrp()
|
H A D | sh.dir.c | 121 xexit(1); in dinit()
|
H A D | tc.os.c | 831 xexit(bs2cmdlist(cmd)); in dobs2cmd()
|
H A D | Fixes | 1035 82. Don't let children catclose() in xexit(), because the parent will lose
|