Searched refs:O_SEARCH (Results 1 – 4 of 4) sorted by relevance
272 #ifndef O_SEARCH273 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH))) in open()
584 #ifndef O_SEARCH585 # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */ macro596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)