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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg.c110 char *first_space; local
112 first_space = strchr(arg, ' ');
113 if (first_space == NULL) { /* No host name. Use INADDR_ANY. */
132 if (get_portnum(first_space + 1, &port) == 0) {
135 first_space + 1);

Completed in 1768 milliseconds