Searched refs:opendir_oflags (Results 1 – 1 of 1) sorted by relevance
27 opendir_oflags = O_RDONLY|O_NDELAY|O_DIRECTORY|O_LARGEFILE|O_CLOEXEC enumerator74 return opendir_tail (__openat_nocancel (dfd, name, opendir_oflags)); in __opendirat()86 return opendir_tail (__open_nocancel (name, opendir_oflags)); in __opendir()
Completed in 3 milliseconds