Home
last modified time | relevance | path

Searched refs:close2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c388 char *close1, *close2; in i_match_hostorip() local
401 close1 = close2 = NULL; in i_match_hostorip()
485 close2 = strchr(val, (int)']'); in i_match_hostorip()
486 if (close2 == NULL) { in i_match_hostorip()
490 *close2 = '\0'; in i_match_hostorip()
504 val = close2+1; in i_match_hostorip()
646 if (close2 != NULL) in i_match_hostorip()
647 *close2 = ']'; in i_match_hostorip()