Searched refs:_PC_CASE_SENSITIVE (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dunistd.h154 #define _PC_CASE_SENSITIVE 11 macro
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1460 case _PC_CASE_SENSITIVE:
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vnops.c6527 case _PC_CASE_SENSITIVE:
6615 case _PC_CASE_SENSITIVE:
H A Dnfs_serv.c2800 * Only file systems that support pathconf selectors _PC_CASE_SENSITIVE
4657 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c5880 case _PC_CASE_SENSITIVE:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c6696 * Note: if _PC_CASE_SENSITIVE selector isn't supported,
6699 if (VNOP_PATHCONF(fvp, _PC_CASE_SENSITIVE, &pathconf_val, ctx) != 0 ||
6752 * Only file systems that support pathconf selectors _PC_CASE_SENSITIVE

Completed in 195 milliseconds