Searched defs:exit_on_error (Results 1 - 2 of 2) sorted by relevance

/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) {

Completed in 63 milliseconds