/freebsd/usr.bin/getconf/ |
H A D | Makefile | 5 SRCS= confstr.c getconf.c limits.c pathconf.c progenv.c sysconf.c \ 8 CLEANFILES+= confstr.c limits.c pathconf.c progenv.c sysconf.c \ 9 confstr.names limits.names pathconf.names sysconf.names \
|
H A D | getconf.c | 216 value = pathconf(path, key); in do_onepath() 277 value = pathconf(path, key); in do_pathconf()
|
/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() 167 pathmax = pathconf(path, _PC_PATH_MAX); in check()
|
/freebsd/contrib/sendmail/test/ |
H A D | t_pathconf.c | 58 i = pathconf(".", _PC_CHOWN_RESTRICTED); 61 i = pathconf(tbuf, _PC_CHOWN_RESTRICTED);
|
H A D | README | 23 t_pathconf.c test whether pathconf(2) works
|
H A D | Results | 121 are the return value of pathconf, the errno value, and a * if chown 122 disagreed with the result of the pathconf call, and a ? if the test has
|
/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` 150 path_max=`${fstest} pathconf . _PC_PATH_MAX`
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | lseek.cc | 146 EXPECT_EQ(-1, pathconf(FULLPATH, _PC_MIN_HOLE_SIZE)); in TEST_F() 149 EXPECT_EQ(-1, pathconf(FULLPATH, _PC_MIN_HOLE_SIZE)); in TEST_F() 221 TEST_F(LseekPathconf, pathconf) in TEST_F() argument 242 EXPECT_EQ(1, pathconf(FULLPATH, _PC_MIN_HOLE_SIZE)) << strerror(errno); in TEST_F()
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_extended_file_np.c | 47 return (_acl_extended_file(acl_get_file, pathconf, path_p)); in acl_extended_file_np()
|
/freebsd/tools/tools/tionxcl/ |
H A D | tionxcl.c | 67 maxpath = pathconf(DEVPATHNAME, _PC_PATH_MAX); in main()
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 280 pathconf.2 \ 475 MLINKS+=pathconf.2 fpathconf.2 476 MLINKS+=pathconf.2 lpathconf.2
|
H A D | Symbol.sys.map | 175 pathconf;
|
/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/lib/libc/gen/ |
H A D | statvfs.c | 86 pcval = pathconf(path, _PC_NAME_MAX); in statvfs()
|
H A D | sysconf.c | 186 lvalue = pathconf(path, _PC_NAME_MAX); in sysconf()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.c | 61 return (pathconf(filename, _PC_POSIX_PERMISSIONS)); in check_ntsec()
|
/freebsd/bin/getfacl/ |
H A D | getfacl.c | 103 ret = pathconf(path, _PC_ACL_NFS4); in print_acl()
|
/freebsd/bin/chmod/ |
H A D | chmod.c | 240 ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4); in may_have_nfs4acl()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.c | 209 PUFFSOP_SET(pops, dtfs, node, pathconf); in main()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 1495 pathconf(path, _PC_REC_INCR_XFER_SIZE); in get_xfer_size() 1497 pathconf(path, _PC_REC_MAX_XFER_SIZE); in get_xfer_size() 1499 pathconf(path, _PC_REC_MIN_XFER_SIZE); in get_xfer_size() 1501 pathconf(path, _PC_REC_XFER_ALIGN); in get_xfer_size() 1661 nm = pathconf(tree_current_access_path(t), _PC_NAME_MAX); in setup_current_filesystem() 1997 nm = pathconf(tree_current_access_path(t), _PC_NAME_MAX); in setup_current_filesystem()
|
/freebsd/usr.sbin/iovctl/ |
H A D | iovctl.c | 126 path_max = pathconf("/dev", _PC_PATH_MAX); in open_device()
|
/freebsd/include/ |
H A D | unistd.h | 356 long pathconf(const char *, int);
|
/freebsd/bin/setfacl/ |
H A D | setfacl.c | 207 ret = pathconf(file->fts_accpath, _PC_ACL_NFS4); in handle_file()
|
/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()
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 126 pathconf.o \
|