Searched refs:EXIT_SUCCESS (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c55 _exit(EXIT_SUCCESS);
67 _exit(EXIT_SUCCESS);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h41 #define EXIT_SUCCESS 0 macro
/illumos-gate/usr/src/cmd/amt/
H A Damt.c148 } else if (status == EXIT_SUCCESS)
152 if (data_boundary_test() != EXIT_SUCCESS) {
159 if (text_area_not_writeable() != EXIT_SUCCESS) {
166 if (memory_not_shared_after_use() != EXIT_SUCCESS) {
173 if (memory_allocation_not_shared() != EXIT_SUCCESS) {
197 int exit_status = EXIT_SUCCESS;
280 exit(EXIT_SUCCESS);
291 int exit_status = EXIT_SUCCESS;
351 int exit_status = EXIT_SUCCESS;
372 exit(EXIT_SUCCESS);
[all...]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_pname.c49 int uu_exit_ok_value = EXIT_SUCCESS;
76 uu_exit_ok_value = EXIT_SUCCESS;
81 uu_exit_ok_value = EXIT_SUCCESS;
/illumos-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c136 exit(EXIT_SUCCESS);
183 return (EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c196 return (EXIT_SUCCESS);
213 return (EXIT_SUCCESS);
258 return (EXIT_SUCCESS);
297 return (EXIT_SUCCESS);
316 return (EXIT_SUCCESS);
H A Dndd.c393 return (EXIT_SUCCESS);
425 return (EXIT_SUCCESS);
447 return (EXIT_SUCCESS);
534 exit(EXIT_SUCCESS);
H A Dipaddrsel.c333 * socket. Returns EXIT_FAILURE or EXIT_SUCCESS.
343 return (EXIT_SUCCESS);
351 * if the table cannot be obtained, or EXIT_SUCCESS if the table is
411 return (EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c136 exit(EXIT_SUCCESS);
252 exit(EXIT_SUCCESS);
258 exit(EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c273 Exit(EXIT_SUCCESS);
275 return (EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c165 exit(EXIT_SUCCESS);
180 exit(EXIT_SUCCESS);
H A Dmain.c149 exit(EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/lms/tools/
H A Ddaemonize.cpp58 exit(EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c208 exit(EXIT_SUCCESS);
356 exit(EXIT_SUCCESS);
379 exit(EXIT_SUCCESS);
418 return (EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c118 _exit(EXIT_SUCCESS);
129 _exit(EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c177 return (EXIT_SUCCESS);
H A Drwho.c174 return (EXIT_SUCCESS);
H A Drsh.c172 exit(EXIT_SUCCESS);
733 return (EXIT_SUCCESS);
784 return (EXIT_SUCCESS);
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c167 return (EXIT_SUCCESS);
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h85 #define EXIT_SUCCESS 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c202 exitval = EXIT_SUCCESS;
277 _exit(EXIT_SUCCESS);
298 _exit(EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/genmsg/
H A Dmain.c359 return (EXIT_SUCCESS);
370 return (EXIT_SUCCESS);
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c69 #ifndef EXIT_SUCCESS
70 #define EXIT_SUCCESS 0 /* No errors */ macro
72 #endif /* EXIT_SUCCESS */
380 int exitcode = EXIT_SUCCESS; /* return code */
717 exitcode = EXIT_SUCCESS;
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h70 #define EXIT_SUCCESS 0 macro
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c208 exit(EXIT_SUCCESS);
337 return (EXIT_SUCCESS);

Completed in 83 milliseconds

123