Searched refs:oflag (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/
H A Dfcntl.h9 extern int __libc_open64 (const char *file, int oflag, ...);
10 extern int __libc_open (const char *file, int oflag, ...);
/haiku/src/system/libroot/posix/
H A Dcat.cpp11 catopen(const char *name, int oflag) argument
H A Dspawn.cpp35 int oflag; member in struct:_file_action::__anon2::__anon3
116 int fildes, const char *path, int oflag, mode_t mode)
139 action->action.open_action.oflag = oflag;
473 action->action.open_action.oflag,
115 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *_actions, int fildes, const char *path, int oflag, mode_t mode) argument
/haiku/headers/posix/
H A Dnl_types.h20 extern nl_catd catopen(const char *name, int oflag);
H A Dspawn.h53 int fildes, const char *path, int oflag, mode_t mode);
/haiku/src/libs/bsd/
H A Dfts.c681 int oflag; local
696 oflag = DTF_NODUP;
698 oflag = DTF_HIDEW | DTF_NODUP;
702 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {

Completed in 39 milliseconds