Home
last modified time | relevance | path

Searched defs:oflag (Results 1 – 25 of 57) sorted by relevance

123

/external/rust/android-crates-io/crates/nix/test/
Dtest_mq.rs98 let oflag = MQ_OFlag::O_CREAT | MQ_OFlag::O_WRONLY; in test_mq_getattr() localVariable
131 let oflag = MQ_OFlag::O_CREAT | MQ_OFlag::O_WRONLY; in test_mq_setattr() localVariable
189 let oflag = MQ_OFlag::O_CREAT | MQ_OFlag::O_WRONLY; in test_mq_set_nonblocking() localVariable
215 let oflag = MQ_OFlag::O_CREAT | MQ_OFlag::O_WRONLY; in test_mq_unlink() localVariable
/external/trusty/musl/src/locale/
Dcatopen.c4 nl_catd catopen (const char *name, int oflag) in catopen()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D5-1-buildonly.c14 int oflag = O_RDONLY; in test_mq_open_prototype() local
/external/v4l-utils/lib/libv4l1/
Dv4l1compat.c41 LIBV4L_PUBLIC int open(const char *file, int oflag, ...) in open()
62 LIBV4L_PUBLIC int open64(const char *file, int oflag, ...) in open64()
/external/v4l-utils/lib/libv4l2/
Dv4l2convert.c51 LIBV4L_PUBLIC int open(const char *file, int oflag, ...) in open()
91 LIBV4L_PUBLIC int open64(const char *file, int oflag, ...) in open64()
/external/ltp/testcases/open_posix_testsuite/functional/mqueues/
Dsend_rev_1.c34 int oflag = O_CREAT | O_RDWR; in main() local
Dsend_rev_2.c113 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; in main() local
/external/v4l-utils/utils/v4l2-tracer/
Dlibv4l2tracer.cpp62 int open(const char *path, int oflag, ...) in open()
113 int open64(const char *path, int oflag, ...) in open64()
/external/cpuinfo/src/linux/
Dmockfile.c38 int CPUINFO_ABI cpuinfo_mock_open(const char* path, int oflag) { in cpuinfo_mock_open()
/external/musl/src/locale/
Dcatopen.c28 nl_catd catopen(const char *name, int oflag) in catopen()
/external/trusty/musl/src/process/
Dfdop.h7 int cmd, fd, srcfd, oflag; member
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/
Dmulti_send_rev_2.c79 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; in main() local
Dmulti_send_rev_1.c90 int oflag = O_CREAT | O_NONBLOCK | O_RDWR; in main() local
/external/v4l-utils/lib/libv4lconvert/
Dlibv4lsyscall-priv.h86 #define SYS_OPEN(file, oflag, mode) \ argument
89 #define SYS_OPEN(file, oflag, mode) \ argument
/external/musl/src/process/
Dfdop.h9 int cmd, fd, srcfd, oflag; member
/external/fmtlib/src/
Dos.cc213 file::file(cstring_view path, int oflag) { in file()
328 file file::open_windows_file(wcstring_view path, int oflag) { in open_windows_file()
/external/llvm-libc/src/spawn/
Dfile_actions.h47 int oflag; member
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/
Dfile_actions.h47 int oflag; member
/external/autotest/utils/named_semaphore/
Dnamedsem.c17 int oflag; in namedsem_sem_open() local
/external/cronet/stable/third_party/llvm-libc/src/src/spawn/
Dfile_actions.h47 int oflag; member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c205 static mqd_t open_queue(char *qname, int oflag, int mode) in open_queue()
/external/curl/lib/
Dcurl_multibyte.c243 int curlx_win32_open(const char *filename, int oflag, ...) in curlx_win32_open()
/external/ltp/include/lapi/
Dfcntl.h167 #define TST_OPEN_NEEDS_MODE(oflag) \ argument
/external/ltp/testcases/kernel/syscalls/mq_open/
Dmq_open01.c33 int oflag; member
/external/toybox/toys/posix/
Ddd.c153 unsigned conv = 0, iflag = 0, oflag = 0; in dd_main() local

123