Searched refs:allowed_flags (Results 1 – 1 of 1) sorted by relevance
1740 const int allowed_flags = O_NONBLOCK | O_CLOEXEC; in pipe2() local1741 if (flags & ~allowed_flags) { in pipe2()1797 const int allowed_flags = AT_EACCESS; in faccessat() local1798 if (flag & (~allowed_flags)) { in faccessat()
Completed in 7 milliseconds