Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dfpathconf.S37 ANSI_PRAGMA_WEAK(fpathconf,function)
41 SYSCALL_RVAL1(fpathconf)
43 SET_SIZE(fpathconf)
/illumos-gate/usr/src/uts/common/syscall/
H A Dpathconf.c126 fpathconf(int fdes, int name) in fpathconf() function
H A DSYSCALL.README239 fpathconf vncalls.c common/syscall/pathconf.c
/illumos-gate/usr/src/man/man2/
H A DMakefile55 fpathconf.2 \
318 pathconf.2 := LINKSRC = fpathconf.2
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum114 fpathconf 118
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum112 fpathconf 118
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c119 ace_acl = fpathconf(fd, _PC_ACL_ENABLED); in cacl_get()
267 acl_flavor_target = fpathconf(acl_inp->fd, _PC_ACL_ENABLED); in cacl_set()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c249 long fpathconf(int, int);
577 /* 118 */ SYSENT_CL("fpathconf", fpathconf, 2),
942 /* 118 */ SYSENT_CI("fpathconf", fpathconf, 2),
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c160 if (filesz == 0 || fpathconf(fd, _PC_MIN_HOLE_SIZE) < 0) in get_holes_list()
/illumos-gate/usr/src/boot/include/
H A Dunistd.h337 long fpathconf(int, int);
/illumos-gate/usr/src/head/
H A Dunistd.h327 extern long fpathconf(int, int);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc84 file path=usr/share/man/man2/fpathconf.2
155 link path=usr/share/man/man2/pathconf.2 target=fpathconf.2
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg825 @ MSG_SYS_FPATHCONF "[ fpathconf ]" # 118
826 @ MSG_SYS_FPATHCONF_ALT "fpathconf"
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common307 fpathconf
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys192 extern fpathconf long (int, int)
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c961 if (fpathconf(fromfd, _PC_XATTR_EXISTS) != 1) { in movexattrs()
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c692 candelete = fpathconf(fd, _PC_DEALLOC_PRESENT) == 1; in blockif_open()
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c496 vdisable = fpathconf(TTYIN, _PC_VDISABLE); in main()
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile202 fpathconf.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com229 fpathconf.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com225 fpathconf.o \
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c2257 name_max = fpathconf(fd, _PC_NAME_MAX); in fs_statfs()
3166 if (fpathconf(rootfd, _PC_XATTR_ENABLED) > 0) in l9p_backend_fs_init()
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com243 fpathconf.o \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3717 rval = fpathconf(fd, _PC_CHOWN_RESTRICTED);
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2625 fpathconf;