Searched refs:temp_array (Results 1 – 4 of 4) sorted by relevance
204 char **temp_array = NULL; in fileutil_add_string_to_array() local206 temp_array = *string_array; in fileutil_add_string_to_array()211 ret_val[i] = temp_array[i]; in fileutil_add_string_to_array()216 if (temp_array != NULL) { in fileutil_add_string_to_array()217 free(temp_array); in fileutil_add_string_to_array()
146 char temp_array[9]; in pe_section_name_get() local148 memcpy(temp_array,name_array+1,7); in pe_section_name_get()149 temp_array[7] = 0; in pe_section_name_get()150 v = atoi(temp_array); in pe_section_name_get()
216 int8_t seg_count, temp_array[8]; in psvc_update_thresholds_0() local274 fru_data.buf = (char *)&temp_array; in psvc_update_thresholds_0()275 fru_data.read_size = sizeof (temp_array); in psvc_update_thresholds_0()283 for (j = 0; j < sizeof (temp_array); j++) { in psvc_update_thresholds_0()286 temp = temp_array[j]; in psvc_update_thresholds_0()
335 int8_t seg_count, temp_array[8]; in update_thresholds() local393 fru_data.buf = (char *)&temp_array; in update_thresholds()394 fru_data.read_size = sizeof (temp_array); in update_thresholds()402 for (j = 0; j < sizeof (temp_array); j++) { in update_thresholds()406 temp = temp_array[j]; in update_thresholds()