Home
last modified time | relevance | path

Searched refs:fa_fdflags (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c59 int fa_fdflags; member
105 if ((fa->fa_fdflags & O_CREAT) != 0) in fileargs_get_fd_cache()
122 if ((fa->fa_fdflags & O_CLOEXEC) != O_CLOEXEC) { in fileargs_get_fd_cache()
123 if (fcntl(fd, F_SETFD, fa->fa_fdflags) == -1) { in fileargs_get_fd_cache()
208 fa->fa_fdflags = fdflags; in fileargs_create()
479 *flags = fa->fa_fdflags; in fileargs_unwrap()