Lines Matching refs:fd
201 FILE *fd; in batfile_thisversion() local
206 fd = fopen(path, "r"); in batfile_thisversion()
207 if (fd != NULL) in batfile_thisversion()
209 while (fgets(line, sizeof(line), fd) != NULL) in batfile_thisversion()
217 fclose(fd); in batfile_thisversion()
258 FILE *fd; in remove_if_exists() local
262 fd = fopen(buf, "r"); in remove_if_exists()
263 if (fd != NULL) in remove_if_exists()
265 fclose(fd); in remove_if_exists()
317 FILE *fd; in main() local
399 fd = fopen("gvim.exe", "r"); in main()
400 if (fd != NULL) in main()
402 fclose(fd); in main()