Home
last modified time | relevance | path

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

/src/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c56 int fa_fdflags; member
102 if ((fa->fa_fdflags & O_CREAT) != 0) in fileargs_get_fd_cache()
119 if ((fa->fa_fdflags & O_CLOEXEC) != O_CLOEXEC) { in fileargs_get_fd_cache()
120 if (fcntl(fd, F_SETFD, fa->fa_fdflags) == -1) { in fileargs_get_fd_cache()
205 fa->fa_fdflags = fdflags; in fileargs_create()
475 *flags = fa->fa_fdflags; in fileargs_unwrap()