Searched refs:O_NOFOLLOW (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | fileio.c | 42 #ifndef O_NOFOLLOW 43 #define O_NOFOLLOW 0 macro 53 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
|
| H A D | dirfile.c | 97 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 D | fileio.c | 43 #ifndef O_NOFOLLOW 44 #define O_NOFOLLOW 0 macro 54 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
|
| H A D | dirfile.c | 103 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 D | MultiSrc.c | 1231 /* 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 D | AsciiSrc.c | 1464 /* 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 D | utils.c | 330 lfd = open(LockFile, O_RDONLY|O_NOFOLLOW);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 340 lfd = open(LockFile, O_RDONLY | O_NOFOLLOW);
|
Completed in 11 milliseconds