Searched refs:first_space (Results 1 – 1 of 1) sorted by relevance
110 char *first_space; in create_instance_name() local112 first_space = strchr(arg, ' '); in create_instance_name()113 if (first_space == NULL) { /* No host name. Use INADDR_ANY. */ in create_instance_name()132 if (get_portnum(first_space + 1, &port) == 0) { in create_instance_name()135 first_space + 1); in create_instance_name()