Searched refs:temp_ptr (Results 1 – 3 of 3) sorted by relevance
67 char *temp_ptr; local69 temp_ptr = s1;71 if (memcmp(temp_ptr, s2, strlen(s2)) == 0) return(temp_ptr);72 temp_ptr += 1;
519 char **temp_ptr = NULL; local691 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;
3187 char *byte_ptr, *temp_ptr; in l_get_pid_from_path() local3220 ll_wwn = strtoull(wwn_str, &temp_ptr, L_WWN_LENGTH); in l_get_pid_from_path()3222 if (errno || (temp_ptr != (wwn_str + (WWN_SIZE * 2)))) { in l_get_pid_from_path()