Searched refs:O_NOFOLLOW (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfileio.c42 #ifndef O_NOFOLLOW
43 #define O_NOFOLLOW 0 macro
53 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
H A Ddirfile.c97 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW);
294 file_fd = open(alias_file, O_RDONLY | O_NOFOLLOW);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfileio.c43 #ifndef O_NOFOLLOW
44 #define O_NOFOLLOW 0 macro
54 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
H A Ddirfile.c103 file_fd = open(dir_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
300 file_fd = open(alias_file, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSrc.c1231 /* O_NOFOLLOW was a FreeBSD & Linux extension, now adopted by POSIX */
1232 #ifdef O_NOFOLLOW
1233 open_mode = O_RDWR | O_NOFOLLOW | O_CLOEXEC;
H A DAsciiSrc.c1464 /* O_NOFOLLOW was a FreeBSD & Linux extension, now adopted by POSIX */
1465 #ifdef O_NOFOLLOW
1466 open_mode = O_RDWR | O_NOFOLLOW | O_CLOEXEC;
1469 #endif /* O_NOFOLLOW */
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dutils.c330 lfd = open(LockFile, O_RDONLY|O_NOFOLLOW);
/xsrc/external/mit/xorg-server/dist/os/
H A Dutils.c340 lfd = open(LockFile, O_RDONLY | O_NOFOLLOW);

Completed in 11 milliseconds