Home
last modified time | relevance | path

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

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