Home
last modified time | relevance | path

Searched refs:EX_OK (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/features/
H A Deaccess8 #ifdef EX_OK
9 <<"#define EX_OK">> EX_OK
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c30 # ifdef EX_OK
31 # undef EX_OK /* for SVr4.2 SMP */
117 err = EX_OK;
120 if (err == EX_OK)
296 return EX_OK;
356 return EX_OK;
470 return EX_OK;
604 ret = EX_OK;
753 if (ret == EX_OK)
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dpraliases.c29 #ifdef EX_OK
30 # undef EX_OK /* unistd.h may have another use for this */
113 exit(EX_OK);
226 exit(EX_OK);
228 return EX_OK;
H A Dmailstats.c33 #ifdef EX_OK
34 # undef EX_OK /* unistd.h may have another use for this */
367 exit(EX_OK);
369 return EX_OK;
H A Dvacation.c200 exit(EX_OK);
239 exit(EX_OK);
277 return (EX_OK);
1109 exit(EX_OK); in AutoInstall()
1114 exit(EX_OK); in AutoInstall()
1121 exit(EX_OK); in AutoInstall()
1135 exit(EX_OK); in AutoInstall()
H A Dmakemap.c35 #ifdef EX_OK
36 # undef EX_OK /* unistd.h may have another use for this */
176 exit(EX_OK);
359 exitstat = EX_OK;
H A Deditmap.c38 #ifdef EX_OK
39 # undef EX_OK /* unistd.h may have another use for this */
321 exitstat = EX_OK;
H A Dmail.local.c91 static int eval = EX_OK; /* sysexits.h error value. */
365 exit(EX_OK);
369 exit(EX_OK);
457 exit(EX_OK);
676 exit(EX_OK);
/titanic_41/usr/src/cmd/sendmail/src/
H A Dudb.c154 return EX_OK;
166 return EX_OK;
174 return EX_OK;
178 return EX_OK;
184 return EX_OK;
276 return EX_OK;
459 return EX_OK;
514 return EX_OK;
551 return EX_OK;
906 return EX_OK;
[all …]
H A Dmain.c308 ExitStat = EX_OK;
554 finis(false, true, EX_OK);
1204 if ((ExitStat != EX_OK && OpMode != MD_TEST && OpMode != MD_CHECKCONFIG) ||
1350 if (i != EX_OK)
1364 if (dp != EX_OK)
1375 if (dp == EX_OK && UseMSP && (geteuid() == 0 || getuid() == 0))
1565 if (dp != EX_OK)
1950 if (OpMode == MD_CHECKCONFIG || (ExitStat != EX_OK && OpMode != MD_TEST))
1987 finis(false, true, EX_OK);
1991 finis(false, true, EX_OK);
[all …]
H A Dusersmtp.c818 return EX_OK;
855 if (r != EX_OK)
860 return EX_OK;
871 ret = EX_OK; /* default return value */
977 return EX_OK;
1801 return EX_OK;
1908 if (result == EX_OK && mci->mci_sai[SASL_AUTHID] == NULL)
1910 if (result != EX_OK)
1918 if (result != EX_OK)
1967 if (result == EX_OK)
[all …]
H A Ddeliver.c704 exit(EX_OK);
1306 SM_NONVOLATILE int lmtp_rcode = EX_OK;
1387 rcode = EX_OK;
1603 if (rcode == EX_OK)
1612 if (rcode != EX_OK)
1718 if (rcode == EX_OK)
2098 if (mci->mci_exitstat != EX_OK)
2112 if (mci_lock_host(mci) != EX_OK)
2179 if (i == EX_OK)
2947 rcode = EX_OK;
[all …]
H A Dsysexits.h75 # define EX_OK 0 /* successful termination */ macro
H A Ddomain.c238 *rcode = EX_OK;
823 *statp = EX_OK;
922 if (*statp == EX_OK)
1144 if (*statp == EX_OK)
1161 *statp = EX_OK;
H A Dmci.c244 mci->mci_exitstat = EX_OK;
372 mci->mci_exitstat = EX_OK;
395 mci->mci_exitstat = EX_OK;
707 return EX_OK;
711 return EX_OK;
721 int retVal = EX_OK;
725 return EX_OK;
H A Dsysexits.c38 return EX_OK;
/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c71 #define EX_OK 0 macro
230 exitcode = EX_OK; in main()
283 exitcode = EX_OK; in main()
359 exitcode = EX_OK; in main()
H A Ddevfree.c71 #define EX_OK 0 macro
212 exitcd = EX_OK; in main()
268 exitcode = EX_OK; in main()
H A Dlistdgrp.c87 #define EX_OK 0 macro
219 exitcode = EX_OK; in main()
H A Ddevattr.c114 #define EX_OK 0 macro
269 exitcode = EX_OK; in main()
H A Dgetdgrp.c69 #define EX_OK 0 macro
294 exitcode = EX_OK; in main()
H A Dputdgrp.c72 #define EX_OK 0 macro
218 exitcd = EX_OK; in main()
/titanic_41/usr/src/head/
H A Dsysexits.h102 #define EX_OK 0 /* successful termination */ macro
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dsysexits.h83 # define EX_OK 0 /* successful termination */ macro
/titanic_41/usr/src/cmd/mail/
H A Ddone.c47 rc = EX_OK;

12