Searched refs:setting_handle (Results 1 – 1 of 1) sorted by relevance
355 FILE *setting_handle, *config_handle; in getGlobalStatus() local359 setting_handle = fopen(path, "r"); in getGlobalStatus()360 if(setting_handle == NULL) { in getGlobalStatus()395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) { in getGlobalStatus()397 fclose(setting_handle); in getGlobalStatus()408 fclose(setting_handle); in getGlobalStatus()