Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.c64 char *chr, *portStr = NULL; in separatePort() local
83 portStr = chr + 1; in separatePort()
98 portStr = chr; in separatePort()
111 if (portStr && sscanf(portStr, "%hu", port) != 1) { in separatePort()