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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2103 char *instr1 = NULL; local
2120 instr1 = strstr(in->ldap_u.servername, DOORLINESEP);
2121 if (instr1 == NULL)
2123 *instr1 = '\0';
2124 instr1 += strlen(DOORLINESEP);
2125 if (*instr1 == '\0')
2127 instr2 = strstr(instr1, DOORLINESEP);
2136 instr1, &instr2);

Completed in 264 milliseconds