Searched refs:fd (Results 1 – 3 of 3) sorted by relevance
67 int fd = open (filename, O_CLOEXEC); in read_file() local69 if (fd >= 0) in read_file()71 if (fstat (fd, &stats) == 0) in read_file()76 if (read (fd, buffer, stats.st_size) == stats.st_size) in read_file()85 close (fd); in read_file()
10390 alloc-fd.c10400 fd-write.c10421 fd-close.c10429 new-fd.c10440 fd.h10465 fd-read.c10470 intern-fd.c
Completed in 17 milliseconds