Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/man/man2/ !
H A DMakefile49 fchflags.2 \
/xnu-10063.121.3/bsd/sys/ !
H A Dstat.h594 int fchflags(int, __uint32_t);
/xnu-10063.121.3/tests/ !
H A Dfile_leases.c530 err = fchflags(fd, 0);
/xnu-10063.121.3/bsd/vfs/ !
H A Dvfs_syscalls.c7483 fchflags(__unused proc_t p, struct fchflags_args *uap, __unused int32_t *retval) in fchflags() function