Searched refs:fpathconf (Results 1 – 7 of 7) sorted by relevance
150 long fpathconf(int fd, int name) { in fpathconf() function
203 long fpathconf(int __fd, int __name);
767 rc = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN); in TEST()769 rc = fpathconf(tf.fd, _PC_REC_MIN_XFER_SIZE); in TEST()771 rc = fpathconf(tf.fd, _PC_REC_XFER_ALIGN); in TEST()
316 FUNCTION(fpathconf, long (*f)(int, int)); in unistd_h()
285 fpathconf
371 fpathconf;