Home
last modified time | relevance | path

Searched refs:_PC_NAME_MAX (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/lib/libc/gen/
H A Dstatvfs.c61 pcval = _fpathconf(fd, _PC_NAME_MAX); in fstatvfs()
86 pcval = pathconf(path, _PC_NAME_MAX); in statvfs()
H A Dsysconf.c186 lvalue = pathconf(path, _PC_NAME_MAX); in sysconf()
/freebsd/usr.bin/pathchk/
H A Dpathchk.c119 namemax = pathconf(*p == '/' ? "/" : ".", _PC_NAME_MAX); in check()
156 namemax = pathconf(pathd, _PC_NAME_MAX); in check()
/freebsd/contrib/pjdfstest/tests/
H A Dmisc.sh139 name_max=`${fstest} pathconf . _PC_NAME_MAX`
148 name_max=`${fstest} pathconf . _PC_NAME_MAX`
/freebsd/crypto/openssl/crypto/
H A Do_fopen.c86 if (pathconf(filename, _PC_NAME_MAX) <= 12) { /* 8.3 file system? */ in openssl_fopen()
/freebsd/sys/sys/
H A Dunistd.h126 #define _PC_NAME_MAX 4 macro
/freebsd/usr.bin/getconf/
H A Dpathconf.gperf33 NAME_MAX, _PC_NAME_MAX
/freebsd/tests/sys/audit/
H A Dfile-attribute-access.c726 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 Darchive_read_disk_posix.c1654 # 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 Dt_vnops.c539 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 Dpjdfstest.c421 #ifdef _PC_NAME_MAX
422 { _PC_NAME_MAX, "_PC_NAME_MAX" },
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c535 case _PC_NAME_MAX: in dtfs_node_pathconf()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c407 case _PC_NAME_MAX: in fdesc_pathconf()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c340 ret = fpathconf(fd_cap, _PC_NAME_MAX); in try_file_ops()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vnops.c740 case _PC_NAME_MAX: in cd9660_pathconf()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c340 case _PC_NAME_MAX: in nfsvno_pathconf()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c777 case _PC_NAME_MAX: in zfsctl_common_pathconf()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c392 case _PC_NAME_MAX: in udf_pathconf()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vnops.c804 case _PC_NAME_MAX: in smbfs_pathconf()
/freebsd/contrib/capsicum-test/
H A Dcapability-fd.cc579 CHECK_RIGHT_RESULT(fpathconf(cap_fd, _PC_NAME_MAX), rights, CAP_FPATHCONF); in TryFileOps()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1945 case _PC_NAME_MAX: in msdosfs_pathconf()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c4374 ap->a_name == _PC_NAME_MAX || ap->a_name == _PC_CHOWN_RESTRICTED || in nfs_pathconf()
4410 case _PC_NAME_MAX: in nfs_pathconf()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1640 case _PC_NAME_MAX: in tmpfs_pathconf()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c1651 case _PC_NAME_MAX: in ext2_pathconf()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1329 case _PC_NAME_MAX: in devfs_pathconf()

12