Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c57 int fa_fdflags; member
103 if ((fa->fa_fdflags & O_CREAT) != 0) in fileargs_get_fd_cache()
120 if ((fa->fa_fdflags & O_CLOEXEC) != O_CLOEXEC) { in fileargs_get_fd_cache()
121 if (fcntl(fd, F_SETFD, fa->fa_fdflags) == -1) { in fileargs_get_fd_cache()
206 fa->fa_fdflags = fdflags; in fileargs_create()
476 *flags = fa->fa_fdflags; in fileargs_unwrap()