Searched refs:file_fd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddirfile.c65 int file_fd, local in function:FontFileReadDirectory
97 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW);
98 if (file_fd >= 0) {
99 file = fdopen(file_fd, "rt");
273 int file_fd; local in function:ReadFontAlias
294 file_fd = open(alias_file, O_RDONLY | O_NOFOLLOW);
295 if (file_fd >= 0) {
296 file = fdopen(file_fd, "rt");
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddirfile.c71 int file_fd, local in function:FontFileReadDirectory
103 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
104 if (file_fd >= 0) {
105 file = fdopen(file_fd, "rt");
279 int file_fd; local in function:ReadFontAlias
300 file_fd = open(alias_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
301 if (file_fd >= 0) {
302 file = fdopen(file_fd, "rt");

Completed in 4 milliseconds