Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/man/man2/
H A DMakefile32 chflags.2 \
/xnu-8792.61.2/bsd/sys/
H A Dstat.h589 int chflags(const char *, __uint32_t);
/xnu-8792.61.2/tests/
H A Dfile_leases.c525 err = chflags(testfile, 0);
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c7414 chflags(__unused proc_t p, struct chflags_args *uap, __unused int32_t *retval) in chflags() function