Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Drename_excl.c87 case_sensitive_vol = pathconf(TEST_DIR, _PC_CASE_SENSITIVE);
/xnu-8020.121.3/bsd/sys/
H A Dunistd.h154 #define _PC_CASE_SENSITIVE 11 macro
/xnu-8020.121.3/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1512 case _PC_CASE_SENSITIVE: in devs_vnop_pathconf()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_vnops.c7367 case _PC_CASE_SENSITIVE: in nfs_vnop_pathconf()
7475 case _PC_CASE_SENSITIVE: in nfs_vnop_pathconf()
H A Dnfs_serv.c5054 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx); in nfsrv_pathconf()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c8451 err = VNOP_PATHCONF(tvp, _PC_CASE_SENSITIVE, &pval, ctx); in renameat_internal()
8560 if (VNOP_PATHCONF(fvp, _PC_CASE_SENSITIVE, &pathconf_val, ctx) != 0 || in renameat_internal()