Home
last modified time | relevance | path

Searched refs:F_GETPIPE_SZ (Results 1 – 25 of 25) sorted by relevance

/third_party/glib/gio/tests/
Dunix-streams.c469 #ifndef F_GETPIPE_SZ in test_write_wouldblock()
486 pipe_capacity = fcntl (fd[0], F_GETPIPE_SZ, &pipe_capacity, NULL); in test_write_wouldblock()
547 #ifndef F_GETPIPE_SZ in test_writev_wouldblock()
566 pipe_capacity = fcntl (fd[0], F_GETPIPE_SZ, &pipe_capacity, NULL); in test_writev_wouldblock()
631 #ifdef F_GETPIPE_SZ
663 #ifndef F_GETPIPE_SZ in test_write_async_wouldblock()
688 pipe_capacity = fcntl (fd[0], F_GETPIPE_SZ, &pipe_capacity, NULL); in test_write_async_wouldblock()
730 #ifdef F_GETPIPE_SZ
750 #ifndef F_GETPIPE_SZ in test_writev_async_wouldblock()
776 pipe_capacity = fcntl (fd[0], F_GETPIPE_SZ, &pipe_capacity, NULL); in test_writev_async_wouldblock()
/third_party/ltp/include/lapi/
Dfcntl.h41 #ifndef F_GETPIPE_SZ
42 # define F_GETPIPE_SZ 1032 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl30.c60 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
74 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
Dfcntl35.c76 get_size = fcntl(fds[1], F_GETPIPE_SZ); in verify_pipe_size()
Dfcntl37.c62 TEST(fcntl(fds[1], F_GETPIPE_SZ)); in setup()
/third_party/toybox/lib/
Dportability.h248 #ifndef F_GETPIPE_SZ
249 #define F_GETPIPE_SZ 1032 macro
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice04.c74 pipe_max_size = SAFE_FCNTL(pipes[1], F_GETPIPE_SZ); in setup()
/third_party/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_04.c80 pipe_size = SAFE_FCNTL(fds[1], F_GETPIPE_SZ); in setup()
/third_party/toybox/toys/posix/
Dulimit.c92 sprintf(toybuf, "%d\n", fcntl(*pp, F_GETPIPE_SZ)); in ulimit_main()
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe12.c97 max_size = SAFE_FCNTL(fds[1], F_GETPIPE_SZ); in setup()
/third_party/python/Lib/test/
Dtest_fcntl.py200 pipesize_default = fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ)
206 self.assertEqual(fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ),
Dtest_subprocess.py698 pipesize_default = fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ)
715 fcntl.fcntl(fifo.fileno(), fcntl.F_GETPIPE_SZ),
738 default_pipesize = fcntl.fcntl(fp_w, fcntl.F_GETPIPE_SZ)
741 fcntl.fcntl(fifo.fileno(), fcntl.F_GETPIPE_SZ),
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice02.c126 max_pipe_size = SAFE_FCNTL(pipe_fd[1], F_GETPIPE_SZ); in run()
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h132 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h130 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/musl/include/
Dfcntl.h129 #define F_GETPIPE_SZ 1032 macro
/third_party/python/Modules/
Dfcntlmodule.c572 #ifdef F_GETPIPE_SZ in all_ins()
573 if (PyModule_AddIntMacro(m, F_GETPIPE_SZ)) return -1; in all_ins()
/third_party/python/Doc/library/
Dfcntl.rst43 On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst547 Add F_SETPIPE_SZ and F_GETPIPE_SZ to fcntl module. Allow setting pipesize on
/third_party/glib/gio/
Dgfile.c48 #ifndef F_GETPIPE_SZ
49 #define F_GETPIPE_SZ 1032 macro
3037 buffer_size = fcntl (buffer[1], F_GETPIPE_SZ); in splice_stream_with_progress()