Searched refs:_PC_CASE_SENSITIVE (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/tests/ |
| H A D | rename_excl.c | 87 case_sensitive_vol = pathconf(TEST_DIR, _PC_CASE_SENSITIVE);
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | unistd.h | 154 #define _PC_CASE_SENSITIVE 11 macro
|
| /xnu-10002.1.13/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1512 case _PC_CASE_SENSITIVE: in devs_vnop_pathconf()
|
| /xnu-10002.1.13/bsd/nfs/ |
| H A D | nfs_serv.c | 5072 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx); in nfsrv_pathconf()
|
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9030 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()
|