Home
last modified time | relevance | path

Searched refs:temp_str (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c128 char *temp_str; in acpi_os_get_next_filename() local
143 temp_str = calloc(str_len, 1); in acpi_os_get_next_filename()
144 if (!temp_str) { in acpi_os_get_next_filename()
150 strcpy(temp_str, external_info->dir_pathname); in acpi_os_get_next_filename()
151 strcat(temp_str, "/"); in acpi_os_get_next_filename()
152 strcat(temp_str, dir_entry->d_name); in acpi_os_get_next_filename()
154 err = stat(temp_str, &temp_stat); in acpi_os_get_next_filename()
158 temp_str); in acpi_os_get_next_filename()
159 free(temp_str); in acpi_os_get_next_filename()
163 free(temp_str); in acpi_os_get_next_filename()
/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c133 char temp_str[256]; in get_trip_point_data() local
140 sysfs_get_string(tz_path, filename, temp_str); in get_trip_point_data()
141 trip_type = str_to_trip_type(temp_str); in get_trip_point_data()
143 syslog(LOG_ERR, "%s:%s no matching type\n", __func__, temp_str); in get_trip_point_data()
148 tpid, temp_str, trip_type); in get_trip_point_data()
318 char *temp_str; in scan_tzones() local
323 temp_str = strstr(namelist[n]->d_name, "cdev"); in scan_tzones()
324 if (!temp_str) { in scan_tzones()