Searched refs:oflag (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/ |
H A D | fcntl.h | 9 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 D | cat.cpp | 11 catopen(const char *name, int oflag) in catopen() argument
|
H A D | spawn.cpp | 35 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 D | nl_types.h | 20 extern nl_catd catopen(const char *name, int oflag);
|
H A D | spawn.h | 53 int fildes, const char *path, int oflag, mode_t mode);
|
/haiku/src/libs/bsd/ |
H A D | fts.c | 681 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()
|