Home
last modified time | relevance | path

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) in catopen() argument
H A Dspawn.cpp35 int oflag; member
116 int fildes, const char *path, int oflag, mode_t mode) in posix_spawn_file_actions_addopen() argument
139 action->action.open_action.oflag = oflag; in posix_spawn_file_actions_addopen()
473 action->action.open_action.oflag, in process_file_actions()
/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; in fts_build() local
696 oflag = DTF_NODUP; in fts_build()
698 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
702 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) { in fts_build()