Home
last modified time | relevance | path

Searched defs:open_flags (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/grep/lib/
H A Dopendirat.c38 int open_flags = (O_RDONLY | O_CLOEXEC | O_DIRECTORY | O_NOCTTY in opendirat() local
H A Dfts.c348 int open_flags = (O_SEARCH | O_CLOEXEC | O_DIRECTORY | O_NOCTTY | O_NONBLOCK in diropen() local
1772 int open_flags = O_SEARCH | O_CLOEXEC; in fd_ring_check() local
/dragonfly/contrib/lvm2/dist/lib/log/
H A Dlog.c69 int open_flags = append ? 0 : O_TRUNC; in init_log_direct() local
/dragonfly/contrib/gdb-7/gdb/
H A Dinf-child.c150 int open_flags = 0; in inf_child_fileio_open_flags_to_host() local
/dragonfly/sys/vfs/fuse/
H A Dfuse_abi.h523 uint32_t open_flags; member