Searched refs:_exit (Results 1 - 25 of 58) sorted by relevance

123

/osnet-11/usr/src/lib/libc/common/sys/
H A Dexit.s32 /* C library -- _exit
34 * void _exit(int status)
40 * _Exit() has been implemented as a weak symbol of _exit().
41 * This is the cheapest way to get a duplicate symbol of _exit()
48 ANSI_PRAGMA_WEAK2(_Exit,_exit,function)
49 ENTRY(_exit) function
51 SET_SIZE(_exit)
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dcloseout.c83 /* Close standard output. On error, issue a diagnostic and _exit
86 Also close standard error. On error, _exit with status 'exit_failure'.
91 once. So it calls '_exit' instead of 'exit'. If close_stdout
93 the other functions can act before this _exit is invoked.
97 _exit will bypass other buffer flushing. Applications should
99 errors. Also, applications should not use tmpfile, since _exit
119 _exit (exit_failure);
123 _exit (exit_failure);
/osnet-11/usr/src/lib/libast/common/comp/
H A Datexit.c61 extern void _exit(int);
100 _exit(code);
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddaemon.c55 _exit(EXIT_SUCCESS);
67 _exit(EXIT_SUCCESS);
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c61 _exit(0);
/osnet-11/usr/src/lib/libmail/common/
H A Dsystemvp.c62 _exit(127);
H A Dpopenvp.c91 _exit(1);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c92 _exit(type);
/osnet-11/usr/src/lib/libwrap/
H A Dshell_cmd.c102 _exit(0);
/osnet-11/usr/src/lib/common/amd64/
H A Dcrt1.s43 .globl _exit
170 call _exit /* if user redefined exit, call _exit */
H A Dgcrt1.s46 .globl _exit
189 call _exit /* if user redefined exit, call _exit */
/osnet-11/usr/src/lib/common/i386/
H A Dcrt1.s41 .globl _exit
176 movl %eax,4(%esp) /* remember it for _exit(), below */
178 movl 4(%esp),%eax /* if user redefined exit, call _exit */
180 call _exit
H A Dgcrt1.s46 .globl _exit
200 pushl %eax /* push it again (for _exit(), below) */
203 call _exit /* if user redefined exit, call _exit */
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_zio.c137 _exit(err);
139 _exit(errno);
141 _exit(err);
164 _exit(err);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c128 _exit(EXIT_NOTFOUND);
264 _exit(EXIT_NOTFOUND);
271 _exit(EXIT_NOTFOUND);
277 _exit(EXIT_NOTFOUND);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c316 _exit(_EVAPORATE);
320 _exit(_EVAPORATE);
325 _exit(127);
327 _exit(_EVAPORATE);
434 _exit(_EVAPORATE);
438 _exit(_EVAPORATE);
495 _exit(127);
497 _exit(_EVAPORATE);
504 _exit(127);
506 _exit(_EVAPORAT
[all...]
H A Dassfail.c48 * to assertion failures and a core dump over _exit().
85 _exit(127);
178 _exit(127);
270 _exit(127);
349 _exit(127);
398 _exit(127);
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c77 _exit(127);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dsubr.c96 _exit(0);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c100 _exit(0);
/osnet-11/usr/src/lib/libgen/common/
H A Dp2open.c94 _exit(1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t16 use POSIX qw(fcntl_h signal_h limits_h _exit getcwd open read strftime write
270 # Check that output is not flushed by _exit. This test should be last
273 print "# TODO - hit VOS bug posix-885 - _exit flushes output buffers.\n";
282 _exit(0);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgexecv.c443 _exit(99);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c106 _exit(0);
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c164 _exit(EXIT_FAILURE);

Completed in 40 milliseconds

123