Searched refs:state_fp (Results 1 – 1 of 1) sorted by relevance
1327 FILE *state_fp = fopen_for_read(IFSTATE_FILE_PATH); in read_iface_state() local1329 if (state_fp) { in read_iface_state()1331 while ((start = xmalloc_fgets(state_fp)) != NULL) { in read_iface_state()1337 fclose(state_fp); in read_iface_state()