Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfcntlcmds.h71 #if !(defined(F_SETPIPE_SZ) || (defined(HAVE_DECL_F_SETPIPE_SZ) && HAVE_DECL_F_SETPIPE_SZ))
72 # define F_SETPIPE_SZ (1024 + 7) macro
118 XLAT(F_SETPIPE_SZ),
Dfcntlcmds.in27 F_SETPIPE_SZ (1024 + 7)
/external/toybox/lib/
Dportability.h256 #ifndef F_SETPIPE_SZ
257 #define F_SETPIPE_SZ 1031 macro
/external/kernel-headers/original/uapi/linux/
Dfcntl.h27 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/external/libbrillo/brillo/
Dunittest_utils.cc26 EXPECT_EQ(kPipeSize, fcntl(writer, F_SETPIPE_SZ, kPipeSize)); in ScopedPipe()
/external/strace/
Dfcntl.c96 case F_SETPIPE_SZ: in print_fcntl()
/external/valgrind/
DNEWS1860 278349 F_GETPIPE_SZ and F_SETPIPE_SZ Linux fcntl commands