Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c65 char *temp_ptr; local
67 temp_ptr = s1;
69 if (memcmp(temp_ptr, s2, strlen(s2)) == 0) return(temp_ptr);
70 temp_ptr += 1;
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.c519 char **temp_ptr = NULL; local
691 temp_ptr = (char **) realloc(srvparams->krbhostservers,
693 if (temp_ptr == NULL) {
697 srvparams->krbhostservers = temp_ptr;
862 temp_ptr = (char **) realloc(srvparams->krbrealmreferences,
864 if (temp_ptr == NULL) {
868 srvparams->krbrealmreferences = temp_ptr;
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c3188 char *byte_ptr, *temp_ptr; in l_get_pid_from_path() local
3221 ll_wwn = strtoull(wwn_str, &temp_ptr, L_WWN_LENGTH); in l_get_pid_from_path()
3223 if (errno || (temp_ptr != (wwn_str + (WWN_SIZE * 2)))) { in l_get_pid_from_path()