Searched refs:exit_on_error (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypinit.sh53 exit_on_error=F
389 y*) exit_on_error=T;;
390 Y*) exit_on_error=T;;
455 if [ $exit_on_error = T ]
497 if [ $exit_on_error = T ]
518 if [ $exit_on_error = T ]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c80 static struct addrinfo *gethostinfo(char const *host, int exit_on_error);
219 gethostinfo(char const *host, int exit_on_error) argument
231 if (exit_on_error)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c316 * is detected in the user input. Currently, exit_on_error is only set false
321 * exit_on_error is false.
323 static int exit_on_error = B_TRUE; variable
368 if (exit_on_error) {
1592 exit_on_error = B_FALSE;
1601 exit_on_error = B_TRUE;
2037 * If exit_on_error is true, this function will cause route to exit on error by
2321 if (!exit_on_error) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c90 static int ldaptool_fortezza_init( int exit_on_error );
2358 ldaptool_fortezza_init( int exit_on_error )
2374 if ( exit_on_error ) {

Completed in 170 milliseconds