Searched refs:fpathconf (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dfpathconf.s30 .file "fpathconf.s"
32 /* C library -- fpathconf */
33 /* int fpathconf(int fd, int name) */
37 ANSI_PRAGMA_WEAK(fpathconf,function)
41 SYSCALL_RVAL1(fpathconf)
43 SET_SIZE(fpathconf)
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h124 extern long fpathconf(int, int);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpathconf.c53 * Common code for pathconf(), fpathconf() system calls
125 /* fpathconf/pathconf interfaces */
128 fpathconf(int fdes, int name) function
/illumos-gate/usr/src/man/man2/
H A DMakefile52 fpathconf.2 \
308 pathconf.2 := LINKSRC = fpathconf.2
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c117 ace_acl = fpathconf(fd, _PC_ACL_ENABLED);
265 acl_flavor_target = fpathconf(acl_inp->fd, _PC_ACL_ENABLED);
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c149 * fpathconf(_PC_MIN_HOLE_SIZE) support SEEK_HOLE. For filesystems
160 if (filesz == 0 || fpathconf(fd, _PC_MIN_HOLE_SIZE) < 0)
/illumos-gate/usr/src/boot/include/
H A Dunistd.h337 long fpathconf(int, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c248 long fpathconf(int, int);
579 /* 118 */ SYSENT_CL("fpathconf", fpathconf, 2),
944 /* 118 */ SYSENT_CI("fpathconf", fpathconf, 2),
/illumos-gate/usr/src/head/
H A Dunistd.h321 extern long fpathconf(int, int);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile129 fdlist.o flock.o fpathconf.o fsync.o ftruncate.o getdents.o \
186 fpathconf.s getitimer.s getpid.s \
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c1013 if (fpathconf(fromfd, _PC_XATTR_EXISTS) != 1) {
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c501 vdisable = fpathconf(TTYIN, _PC_VDISABLE);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com223 fpathconf.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com224 fpathconf.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile196 fpathconf.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com243 fpathconf.o \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3648 ** fpathconf() routine. According to IEEE 1003.1-1990, if
3654 ** Also, some systems (e.g., IRIX 6.2) return 1 from fpathconf()
3672 ** to the root) then we can relax slightly and trust fpathconf
3716 rval = fpathconf(fd, _PC_CHOWN_RESTRICTED);

Completed in 91 milliseconds