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

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_kernel.c62 value = fpathconf(0, _PC_VDISABLE);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile57 fpathconf.2 \
/macosx-10.10/file_cmds-242/cp/
H A Dutils.c426 if (fpathconf(source_fd, _PC_ACL_EXTENDED) != 1 ||
427 fpathconf(dest_fd, _PC_ACL_EXTENDED) != 1)
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 faccessat fcntl fdatasync fpathconf fstat fstatat fsync
/macosx-10.10/Libc-1044.1.2/include/
H A Dunistd.h450 long fpathconf(int, int);
/macosx-10.10/tcsh-65/tcsh/
H A Ded.init.c158 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L)
/macosx-10.10/nano-12/src/
H A Dtext.c2038 if ((pipe_buff_size = fpathconf(uniq_fd[0], _PC_PIPE_BUF)) < 1) {
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c446 * Test close, fpathconf, fstat, open, pathconf system calls.
484 /* test pathconf and fpathconf */
497 my_pconf_result = fpathconf( my_fd, _PC_NAME_MAX );
499 printf( "fpathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
505 printf( "fpathconf - _PC_NAME_MAX - looks like wrong results \n" );
5422 * Test close, fpathconf, fstat, open, pathconf system calls.
5542 my_pconf_result = fpathconf( my_fd, _PC_NAME_MAX );
5544 printf( "fpathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
5550 printf( "fpathconf - _PC_NAME_MAX - looks like wrong results \n" );
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_parse.c2922 disablec = fpathconf(parse->generic->io.fd, _PC_VDISABLE);
2925 msyslog(LOG_ERR, "PARSE receiver #%d: parse_start: fpathconf(fd, _PC_VDISABLE): %m", CLK_UNIT(parse->peer));
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c3047 * fpathconf
3066 fpathconf(proc_t p, struct fpathconf_args *uap, int32_t *retval) function
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c5528 pty_max_bytes = fpathconf (XFASTINT (p->outfd), _PC_MAX_CANON);
/macosx-10.10/emacs-93/emacs/
H A Dconfigure15304 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \

Completed in 382 milliseconds