/freebsd/lib/libc/gen/ |
H A D | statvfs.c | 61 pcval = _fpathconf(fd, _PC_NAME_MAX); in fstatvfs() 86 pcval = pathconf(path, _PC_NAME_MAX); in statvfs()
|
H A D | sysconf.c | 186 lvalue = pathconf(path, _PC_NAME_MAX); in sysconf()
|
/freebsd/usr.bin/pathchk/ |
H A D | pathchk.c | 119 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check() 156 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
|
/freebsd/contrib/pjdfstest/tests/ |
H A D | misc.sh | 139 name_max=`${fstest} pathconf . _PC_NAME_MAX` 148 name_max=`${fstest} pathconf . _PC_NAME_MAX`
|
/freebsd/crypto/openssl/crypto/ |
H A D | o_fopen.c | 86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
|
/freebsd/sys/sys/ |
H A D | unistd.h | 126 #define _PC_NAME_MAX 4 macro
|
/freebsd/usr.bin/getconf/ |
H A D | pathconf.gperf | 33 NAME_MAX, _PC_NAME_MAX
|
/freebsd/tests/sys/audit/ |
H A D | file-attribute-access.c | 726 ATF_REQUIRE(pathconf(path, _PC_NAME_MAX) != -1); in ATF_TC_BODY() 748 ATF_REQUIRE_ERRNO(ENOENT, pathconf(errpath, _PC_NAME_MAX) == -1); in ATF_TC_BODY() 818 ATF_REQUIRE(fpathconf(filedesc, _PC_NAME_MAX) != -1); in ATF_TC_BODY() 841 ATF_REQUIRE_ERRNO(EBADF, fpathconf(-1, _PC_NAME_MAX) == -1); in ATF_TC_BODY()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 1654 # if defined(_PC_NAME_MAX) in setup_current_filesystem() 1661 nm = pathconf(tree_current_access_path(t), _PC_NAME_MAX); in setup_current_filesystem() 1663 nm = fpathconf(tree_current_dir_fd(t), _PC_NAME_MAX); in setup_current_filesystem() 1977 #if defined(_PC_NAME_MAX) && defined(USE_READDIR_R) in setup_current_filesystem() 1991 # if defined(_PC_NAME_MAX) in setup_current_filesystem() 1997 nm = pathconf(tree_current_access_path(t), _PC_NAME_MAX); in setup_current_filesystem() 1999 nm = fpathconf(tree_current_dir_fd(t), _PC_NAME_MAX); in setup_current_filesystem() 2013 # if defined(_PC_NAME_MAX) in setup_current_filesystem()
|
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_vnops.c | 539 val = rump_sys_pathconf(".", _PC_NAME_MAX); in create_nametoolong() 603 val = rump_sys_pathconf(".", _PC_NAME_MAX); in rename_nametoolong()
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 421 #ifdef _PC_NAME_MAX 422 { _PC_NAME_MAX, "_PC_NAME_MAX" },
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vnops.c | 535 case _PC_NAME_MAX: in dtfs_node_pathconf()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | 407 case _PC_NAME_MAX: in fdesc_pathconf()
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_capabilities.c | 340 ret = fpathconf(fd_cap, _PC_NAME_MAX); in try_file_ops()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vnops.c | 740 case _PC_NAME_MAX: in cd9660_pathconf()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonport.c | 341 case _PC_NAME_MAX: in nfsvno_pathconf()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 777 case _PC_NAME_MAX: in zfsctl_common_pathconf()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vnops.c | 804 case _PC_NAME_MAX: in smbfs_pathconf()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vnops.c | 392 case _PC_NAME_MAX: in udf_pathconf()
|
/freebsd/contrib/capsicum-test/ |
H A D | capability-fd.cc | 579 CHECK_RIGHT_RESULT(fpathconf(cap_fd, _PC_NAME_MAX), rights, CAP_FPATHCONF); in TryFileOps()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 1945 case _PC_NAME_MAX: in msdosfs_pathconf()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 4380 ap->a_name == _PC_NAME_MAX || ap->a_name == _PC_CHOWN_RESTRICTED || in nfs_pathconf() 4416 case _PC_NAME_MAX: in nfs_pathconf()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vnops.c | 1663 case _PC_NAME_MAX: in tmpfs_pathconf()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 1329 case _PC_NAME_MAX: in devfs_pathconf()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_vnops.c | 1651 case _PC_NAME_MAX: in ext2_pathconf()
|