Searched refs:_PC_CASE_SENSITIVE (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | rename_excl.c | 87 case_sensitive_vol = pathconf(TEST_DIR, _PC_CASE_SENSITIVE);
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | unistd.h | 154 #define _PC_CASE_SENSITIVE 11 macro
|
| /xnu-8019.80.24/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1512 case _PC_CASE_SENSITIVE: in devs_vnop_pathconf()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 7378 case _PC_CASE_SENSITIVE: in nfs_vnop_pathconf() 7486 case _PC_CASE_SENSITIVE: in nfs_vnop_pathconf()
|
| H A D | nfs_serv.c | 5029 error = VNOP_PATHCONF(vp, _PC_CASE_SENSITIVE, &case_sensitive, ctx); in nfsrv_pathconf()
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_syscalls.c | 8396 err = VNOP_PATHCONF(tvp, _PC_CASE_SENSITIVE, &pval, ctx); in renameat_internal() 8505 if (VNOP_PATHCONF(fvp, _PC_CASE_SENSITIVE, &pathconf_val, ctx) != 0 || in renameat_internal()
|