HomeSort by: relevance | last modified time | path
    Searched defs:hostdelim (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/inetd/
parse.c 391 char *hostdelim; local in function:getconfigent
476 hostdelim = strrchr(arg, ':');
477 if (hostdelim != NULL) {
478 *hostdelim = '\0';
479 if (arg[0] == '[' && hostdelim > arg && hostdelim[-1] == ']') {
480 hostdelim[-1] = '\0';
484 arg = hostdelim + 1;
parse.c 391 char *hostdelim; local in function:getconfigent
476 hostdelim = strrchr(arg, ':');
477 if (hostdelim != NULL) {
478 *hostdelim = '\0';
479 if (arg[0] == '[' && hostdelim > arg && hostdelim[-1] == ']') {
480 hostdelim[-1] = '\0';
484 arg = hostdelim + 1;

Completed in 22 milliseconds