Home
last modified time | relevance | path

Searched refs:do_write (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-pkey.c294 for (int do_write = 0; do_write < 2; ++do_write) in do_test() local
300 if (do_write) in do_test()
310 allowed_key, do_write ? "writing" : "reading"); in do_test()
315 TEST_VERIFY (check_page_access (i, true) == do_write); in do_test()
/glibc-2.36/hurd/
Dvpprintf.c26 do_write (void *cookie, const char *buf, size_t n) in do_write() function
54 (void *) port, (cookie_io_functions_t) { write: do_write }); in vpprintf()
/glibc-2.36/libio/
Doldfileops.c692 size_t block_size, do_write; in _IO_old_file_xsputn() local
700 do_write = to_do - (block_size >= 128 ? to_do % block_size : 0); in _IO_old_file_xsputn()
702 if (do_write) in _IO_old_file_xsputn()
704 count = old_do_write (f, s, do_write); in _IO_old_file_xsputn()
706 if (count < do_write) in _IO_old_file_xsputn()
714 to_do -= _IO_default_xsputn (f, s+do_write, to_do); in _IO_old_file_xsputn()
Diopopen.c118 int do_write = 0; in _IO_new_proc_open() local
127 do_write = 1; in _IO_new_proc_open()
138 if ((do_read ^ do_write) == 0) in _IO_new_proc_open()
Dfileops.c1241 size_t block_size, do_write; in _IO_new_file_xsputn() local
1250 do_write = to_do - (block_size >= 128 ? to_do % block_size : 0); in _IO_new_file_xsputn()
1252 if (do_write) in _IO_new_file_xsputn()
1254 count = new_do_write (f, s, do_write); in _IO_new_file_xsputn()
1256 if (count < do_write) in _IO_new_file_xsputn()
1264 to_do -= _IO_default_xsputn (f, s+do_write, to_do); in _IO_new_file_xsputn()
/glibc-2.36/misc/
Dtst-syscalls.c121 do_write (int fd, void *ptr, struct Array b) in do_write() function
157 if (do_write (fd, array.ptr, array) == -1) in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.116952 (do_write): Renamed from pwrite.