Searched refs:O_NOFOLLOW (Results 1 – 6 of 6) sorted by relevance
22 #define O_NOFOLLOW 0100000 macro
50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
238 #ifdef O_NOFOLLOW in getentropy_urandom()239 flags |= O_NOFOLLOW; in getentropy_urandom()
229 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()318 int fd = open(filename, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in map_prop_area()
69 #ifndef O_NOFOLLOW70 #define O_NOFOLLOW 00400000 macro