Home
last modified time | relevance | path

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

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