Searched refs:exit (Results 1 - 25 of 119) sorted by relevance

12345

/ast/src/lib/libast/comp/
H A Dsetsid.c78 exit(1);
82 exit(0);
H A Datexit.c26 * arrange for func to be called LIFO on exit()
94 exit(int code)
H A Dexecve.c67 exit(status);
/ast/src/cmd/vczip/tests/
H A Dtvcqsort.c42 exit(0);
H A Dtvcbwt.c53 exit(0);
H A Dtvcsum.c56 exit(0);
H A Dtvctranspose.c48 exit(0);
H A Dtvcdelta.c51 exit(0);
H A Dterror.h41 extern void exit _ARG_((int));
110 #define TSTEXIT(v) { tstcleanup(); exit(v); }
195 exit(1);
220 exit(0);
H A Dtvchuffgroup.c66 exit(0);
/ast/src/lib/libast/vmalloc/
H A Dvmexit.c77 void exit(int type) function
79 void exit(type)
/ast/src/cmd/ksh93/
H A Dmamstate.c52 exit(1);
72 exit(0);
/ast/src/cmd/cs/
H A D6263.c78 error(ERROR_SYSTEM|3, "%s: interrupt exit", fmtsignal(arg));
81 error(2, "dormant exit");
82 exit(0);
103 exit(1);
106 exit(1);
H A Dnam.c113 exit(0);
155 * exit if inactive on timeout
166 exit(0);
180 exit(1);
H A Drsh.c65 exit(1);
H A Dtst-old.c60 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t)))) exit(1);
108 if (state->active == 1) exit(0);
135 exit(0);
146 exit(1);
H A Dtst.c101 exit(0);
124 error(ERROR_SYSTEM|3, "%s: interrupt exit", fmtsignal(arg));
127 error(2, "dormant exit");
128 exit(0);
154 exit(1);
157 exit(1);
/ast/src/lib/libz/
H A Dexample.c25 exit(1); \
76 exit(1);
101 exit(1);
106 exit(1);
110 exit(1);
118 exit(1);
124 exit(1);
128 exit(1);
137 exit(1);
142 exit(
[all...]
H A Dminigzip.c85 * Display error message and exit
91 exit(1);
116 exit(1);
207 exit(1);
212 exit(1);
246 exit(1);
251 exit(1);
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c285 exit(126);
410 exit(0);
413 exit(1);
423 exit(1);
425 exit(1);
427 exit(1);
434 exit(1);
438 exit(1);
439 exit(m);
/ast/src/lib/libexpr/
H A Dexerror.c57 exit(1);
/ast/src/lib/libtk/compat/
H A Dstdlib.h31 extern void exit _ANSI_ARGS_((int status));
/ast/src/cmd/bzip/
H A Dbzip2recover.c91 exit ( 1 );
104 exit ( 1 );
116 exit ( 1 );
290 exit(1);
298 exit(1);
358 exit(1);
366 exit(1);
416 exit(1);
/ast/src/cmd/builtin/
H A Duudecode.c124 exit(0);
136 exit(0);
H A Duuencode.c122 exit(0);
134 exit(0);

Completed in 520 milliseconds

12345