Home
last modified time | relevance | path

Searched defs:oflags (Results 1 – 21 of 21) sorted by relevance

/external/ltp/include/
Dtst_safe_posix_ipc.h12 #define SAFE_MQ_OPEN(pathname, oflags, ...) \ argument
16 const char *pathname, int oflags, ...) in safe_mq_open()
Dtst_safe_macros.h96 #define SAFE_OPEN(pathname, oflags, ...) \ argument
/external/openssh/openbsd-compat/
Dbsd-misc.c133 int ret, oflags = O_WRONLY; in utimensat() local
170 int ret, oflags = O_WRONLY; in fchownat() local
201 int ret, oflags = O_WRONLY; in fchmodat() local
/external/iproute2/ip/
Dlink_gre.c83 __u16 oflags = 0; in gre_parse_opt() local
396 unsigned int oflags = 0; in gre_print_direct_opt() local
Dlink_gre6.c93 __u16 oflags = 0; in gre_parse_opt() local
405 unsigned int oflags = 0; in gre_print_opt() local
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c1184 char *format_oflags(int oflags) in format_oflags()
1406 int fd, offset, nbytes, oflags, rval; in do_read() local
1601 int fd, nbytes, oflags, signo; in do_write() local
2082 int fd, oflags, signo, nb, i; in do_listio() local
3058 int fd, offset, nbytes, nstrides, nents, oflags; in do_rw() local
3498 int fd, oflags, offset, nbytes; in do_fcntl() local
3602 int fd, oflags; in do_sync() local
4258 int alloc_fd(char *file, int oflags) in alloc_fd()
4270 struct fd_cache *alloc_fdcache(char *file, int oflags) in alloc_fdcache()
Dwrite_log.c116 int omask, oflags; in wlog_open() local
/external/libnl/lib/route/link/
Dipgre.c52 uint16_t oflags; member
556 int rtnl_link_ipgre_set_oflags(struct rtnl_link *link, uint16_t oflags) in rtnl_link_ipgre_set_oflags()
/external/toybox/toys/pending/
Dstty.c100 static const struct flag oflags[] = { variable
/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp137 NonLoc oflags = V.castAs<NonLoc>(); in CheckOpen() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp238 NonLoc oflags = V.castAs<NonLoc>(); in CheckOpenVariant() local
/external/mksh/src/
Dshf.c51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dwasm32-wasi-vfs.c414 int oflags = 0; /* flags to pass to open() call */ in demoOpen() local
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c349 int oflags = O_NONBLOCK; in scsi_pt_open_device() local
/external/ltp/include/old/
Dsafe_macros.h62 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \ argument
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1491 int oflags = O_RDWR | O_NONBLOCK; in show_scsi_logs() local
2738 int oflags = O_RDONLY | O_NONBLOCK; in do_scsi_inquiry() local
3674 int oflags = O_RDONLY | O_NONBLOCK; in show_scsi_modes() local
4436 int oflags = O_RDWR; in do_scsi_send_diagnostics() local
/external/blktrace/btreplay/
Dbtreplay.c1340 int oflags; in replay_sub() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc445 Regexp::ParseFlags oflags = flags_; in PushDollar() local
/external/ltp/lib/
Dsafe_macros.c206 const char *pathname, int oflags, ...) in safe_open()
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h326 __u32 oflags; member
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h2624 #define __sanitizer_syscall_pre_openat(fd, path, oflags, mode) \ argument
2627 #define __sanitizer_syscall_post_openat(res, fd, path, oflags, mode) \ argument