/third_party/glib/gio/tests/ |
D | unix-streams.c | 469 #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/ |
D | fcntl.h | 41 #ifndef F_GETPIPE_SZ 42 # define F_GETPIPE_SZ 1032 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl30.c | 60 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main() 74 TEST(fcntl(test_fd, F_GETPIPE_SZ)); in main()
|
D | fcntl35.c | 76 get_size = fcntl(fds[1], F_GETPIPE_SZ); in verify_pipe_size()
|
D | fcntl37.c | 62 TEST(fcntl(fds[1], F_GETPIPE_SZ)); in setup()
|
/third_party/toybox/lib/ |
D | portability.h | 248 #ifndef F_GETPIPE_SZ 249 #define F_GETPIPE_SZ 1032 macro
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice04.c | 74 pipe_max_size = SAFE_FCNTL(pipes[1], F_GETPIPE_SZ); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_04.c | 80 pipe_size = SAFE_FCNTL(fds[1], F_GETPIPE_SZ); in setup()
|
/third_party/toybox/toys/posix/ |
D | ulimit.c | 92 sprintf(toybuf, "%d\n", fcntl(*pp, F_GETPIPE_SZ)); in ulimit_main()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe12.c | 97 max_size = SAFE_FCNTL(fds[1], F_GETPIPE_SZ); in setup()
|
/third_party/python/Lib/test/ |
D | test_fcntl.py | 200 pipesize_default = fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ) 206 self.assertEqual(fcntl.fcntl(test_pipe_w, fcntl.F_GETPIPE_SZ),
|
D | test_subprocess.py | 698 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/ |
D | splice02.c | 126 max_pipe_size = SAFE_FCNTL(pipe_fd[1], F_GETPIPE_SZ); in run()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 132 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 130 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/musl/include/ |
D | fcntl.h | 129 #define F_GETPIPE_SZ 1032 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 572 #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/ |
D | fcntl.rst | 43 On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a2.rst | 547 Add F_SETPIPE_SZ and F_GETPIPE_SZ to fcntl module. Allow setting pipesize on
|
/third_party/glib/gio/ |
D | gfile.c | 48 #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()
|