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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2148 char *coutstr = NULL; local
2170 (void) getldap_cache_op(CACHE_OP_GETSTAT, NULL, NULL, &coutstr);
2171 if (coutstr == NULL) {
2177 infoSize = strlen(foutstr) + strlen(soutstr) + strlen(coutstr) + 3;
2187 coutstr,
2188 strlen(coutstr) + 1);
2194 free(coutstr);

Completed in 62 milliseconds