Searched refs:fpathconf (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | fpathconf.s | 30 .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 D | unistd.h | 124 extern long fpathconf(int, int);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | pathconf.c | 53 * 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 D | Makefile | 52 fpathconf.2 \ 308 pathconf.2 := LINKSRC = fpathconf.2
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 117 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 D | utils.c | 149 * 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 D | unistd.h | 337 long fpathconf(int, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 248 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 D | unistd.h | 321 extern long fpathconf(int, int);
|
/illumos-gate/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 129 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 D | restore.c | 1013 if (fpathconf(fromfd, _PC_XATTR_EXISTS) != 1) {
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 501 vdisable = fpathconf(TTYIN, _PC_VDISABLE);
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 223 fpathconf.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 224 fpathconf.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 196 fpathconf.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 243 fpathconf.o \
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3648 ** 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 113 milliseconds