Searched refs:fnew (Results 1 – 1 of 1) sorted by relevance
132 FILE *fnew = NULL; in settings_custom_save() local137 fnew = fopen(SETTINGS_FILE_TMP, "w"); in settings_custom_save()138 if (fnew == NULL) { in settings_custom_save()153 if (fnew != NULL) { in settings_custom_save()154 if (entry_check_and_copy(fcur, fnew, name) < 0) { in settings_custom_save()163 if (fputs(bufvname, fnew != NULL ? fnew : fcur) < 0) { in settings_custom_save()181 if (fputs(bufval, fnew != NULL ? fnew : fcur) < 0) { in settings_custom_save()186 if (fnew != NULL) { in settings_custom_save()187 entry_check_and_copy(fcur, fnew, name); in settings_custom_save()192 if (fnew != NULL) { in settings_custom_save()[all …]