Searched defs:tempval (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c150 char *tempval=NULL, *save_ptr=NULL; local
292 KRB5_CONF_LDAP_SERVERS, NULL, &tempval)) != 0) {
297 if (tempval == NULL) {
311 item = strtok_r(tempval,delims,&save_ptr);
329 profile_release_string(tempval);

Completed in 27 milliseconds