Home
last modified time | relevance | path

Searched refs:UIO_MAXIOV (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/misc/sys/
Duio.h26 # define UIO_MAXIOV __IOV_MAX macro
28 # undef UIO_MAXIOV
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-sysconf-iov_max-uapi.c26 return UIO_MAXIOV; in uio_maxiov_value()
Dtst-sysconf-iov_max.c34 TEST_VERIFY (UIO_MAXIOV == uio_maxiov_value ()); in do_test()
/glibc-2.36/conform/data/sys/
Duio.h-data13 allow UIO_MAXIOV
/glibc-2.36/sysdeps/posix/
Dsysconf.c410 #ifdef UIO_MAXIOV in __sysconf()
411 return UIO_MAXIOV; in __sysconf()
/glibc-2.36/locale/programs/
Dlocfile.c805 #ifdef UIO_MAXIOV in write_locale_data()
806 maxiov = UIO_MAXIOV; in write_locale_data()
/glibc-2.36/ChangeLog.old/
DChangeLog.68818 UIO_MAXIOV.
10437 name `MAX_IOVEC'. Instead use standard name `UIO_MAXIOV'.
DChangeLog.8674 * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.
681 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.
DChangeLog.106357 UIO_MAXIOV is left undefined in sys/uio.h.
DChangeLog.1313682 * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
DChangeLog.1931027 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
DChangeLog.182823 bits/types/struct_iovec.h and bits/uio_lim.h. Set UIO_MAXIOV
/glibc-2.36/posix/
Dtst-regex.input674 * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.
681 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.