Searched refs:fpathconf (Results 1 – 7 of 7) sorted by relevance
145 long fpathconf(int fd, int name) { in fpathconf() function
251 long fpathconf(int __fd, int __name);
783 l = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN); in TEST()785 l = fpathconf(tf.fd, _PC_REC_MIN_XFER_SIZE); in TEST()787 l = fpathconf(tf.fd, _PC_REC_XFER_ALIGN); in TEST()799 ASSERT_EQ(-1, fpathconf(tf.fd, names[i])) << names[i]; in TEST()
334 FUNCTION(fpathconf, long (*f)(int, int)); in unistd_h()
285 fpathconf
371 fpathconf;