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

/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c1282 char *hostdelim; local
1327 hostdelim = strrchr(arg, ':');
1328 if (hostdelim) {
1329 *hostdelim = '\0';
1330 if (arg[0] == '[' && hostdelim > arg && hostdelim[-1] == ']') {
1331 hostdelim[-1] = '\0';
1335 arg = hostdelim + 1;

Completed in 61 milliseconds