| /freebsd-12.1/contrib/sendmail/test/ |
| H A D | t_pathconf.c | 62 i = fpathconf(fd, _PC_CHOWN_RESTRICTED);
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_kernel.c | 62 value = (int) fpathconf(0, _PC_VDISABLE); in _nc_vdisable()
|
| /freebsd-12.1/bin/mv/ |
| H A D | mv.c | 461 ret = fpathconf(source_fd, _PC_ACL_NFS4); in preserve_fd_acls() 471 ret = fpathconf(source_fd, _PC_ACL_EXTENDED); in preserve_fd_acls()
|
| /freebsd-12.1/lib/libc/posix1e/ |
| H A D | acl_get.c | 108 if (fpathconf(fd, _PC_ACL_NFS4) == 1) in acl_get_fd()
|
| H A D | acl_set.c | 101 if (fpathconf(fd, _PC_ACL_NFS4) == 1) in acl_set_fd()
|
| /freebsd-12.1/bin/cp/ |
| H A D | utils.c | 418 ret = fpathconf(source_fd, _PC_ACL_NFS4); in preserve_fd_acls() 427 ret = fpathconf(source_fd, _PC_ACL_EXTENDED); in preserve_fd_acls()
|
| /freebsd-12.1/sys/kern/ |
| H A D | capabilities.conf | 193 fpathconf
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 70 #define fpathconf _fpathconf macro
|
| H A D | un-namespace.h | 51 #undef fpathconf
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_posix.c | 1495 fpathconf(fd, _PC_REC_INCR_XFER_SIZE); in get_xfer_size() 1497 fpathconf(fd, _PC_REC_MAX_XFER_SIZE); in get_xfer_size() 1499 fpathconf(fd, _PC_REC_MIN_XFER_SIZE); in get_xfer_size() 1501 fpathconf(fd, _PC_REC_XFER_ALIGN); in get_xfer_size() 1643 nm = fpathconf(tree_current_dir_fd(t), _PC_NAME_MAX); in setup_current_filesystem() 1977 nm = fpathconf(tree_current_dir_fd(t), _PC_NAME_MAX); in setup_current_filesystem()
|
| H A D | archive_read_disk_entry_from_file.c | 941 if (fpathconf(*fd, _PC_MIN_HOLE_SIZE) <= 0) in setup_sparse()
|
| /freebsd-12.1/tools/regression/security/cap_test/ |
| H A D | cap_test_capabilities.c | 343 ret = fpathconf(fd_cap, _PC_NAME_MAX); in try_file_ops() 344 CHECK_RESULT(fpathconf, CAP_FPATHCONF, ret >= 0); in try_file_ops()
|
| /freebsd-12.1/include/ |
| H A D | unistd.h | 339 long fpathconf(int, int);
|
| /freebsd-12.1/tests/sys/audit/ |
| H A D | file-attribute-access.c | 817 ATF_REQUIRE(fpathconf(filedesc, _PC_NAME_MAX) != -1); in ATF_TC_BODY() 840 ATF_REQUIRE_EQ(-1, fpathconf(-1, _PC_NAME_MAX)); in ATF_TC_BODY()
|
| /freebsd-12.1/sys/sys/ |
| H A D | syscall.mk | 126 fpathconf.o \
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | Makefile.inc | 437 MLINKS+=pathconf.2 fpathconf.2
|
| H A D | Symbol.map | 90 fpathconf;
|
| /freebsd-12.1/contrib/openbsm/etc/ |
| H A D | audit_event | 326 327:AUE_DARWIN_FPATHCONF:fpathconf(2):fa 382 43019:AUE_FPATHCONF:fpathconf(2):fa
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.init.c | 158 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup()
|
| /freebsd-12.1/tools/regression/security/open_to_operation/ |
| H A D | open_to_operation.c | 391 l = fpathconf(fd, _PC_FILESIZEBITS); in check_fpathconf()
|
| /freebsd-12.1/contrib/pjdfstest/ |
| H A D | pjdfstest.c | 1095 lrval = fpathconf(NUM(0), name); in call_syscall()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | sys-protos.h | 384 extern long int fpathconf(int, int);
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | conf.c | 3725 rval = fpathconf(fd, _PC_CHOWN_RESTRICTED);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 1453 PRE_SYSCALL(fpathconf)(long long fd_, long long name_) { /* Nothing to do */ } 1454 POST_SYSCALL(fpathconf)(long long res, long long fd_, long long name_) {
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 3108 disablec = fpathconf(parse->generic->io.fd, _PC_VDISABLE); in parse_start()
|