Home
last modified time | relevance | path

Searched defs:wbuf (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite04.c31 char wbuf[8 * page_size]; in verify_write() local
53 char wbuf[17 * page_size]; in setup() local
Dwrite03.c25 static char wbuf[BUFSIZ], rbuf[BUFSIZ]; variable
/third_party/rust/crates/nix/test/sys/
Dtest_aio.rs302 let wbuf = vec![0; 4]; in test_accessors() localVariable
328 let wbuf: &[u8] = b"CDEF"; in cancel() localVariable
355 let wbuf = "CDEF".to_string().into_bytes(); in ok() localVariable
385 let wbuf = "CDEF".to_string().into_bytes(); in on_stack() localVariable
418 let wbuf = "CDEF".to_string().into_bytes(); in error() localVariable
550 let wbuf: &[u8] = b"CDEF"; in test_aio_cancel_all() localVariable
/third_party/python/Parser/
Dmyreadline.c122 wchar_t *wbuf; in _PyOS_WindowsConsoleReadline() local
259 wchar_t *wbuf; in PyOS_StdioReadline() local
/third_party/musl/porting/linux/user/src/stdio/
D__stdio_write.c30 unsigned char *wbuf = (unsigned char *)buf; in __stdio_write() local
/third_party/musl/src/multibyte/
Dmbsnrtowcs.c6 wchar_t *ws, wbuf[256]; in mbsnrtowcs() local
/third_party/musl/src/time/
Dwcsftime.c11 wchar_t wbuf[100]; in __wcsftime_l() local
/third_party/ltp/testcases/kernel/fs/fs-bench/
Dcreate-files.c15 char wbuf[MAXFSIZE]; variable
Drandom-access-del-create.c98 char wbuf[MAXFSIZE]; in create_file() local
Drandom-del-create.c96 char wbuf[MAXFSIZE]; in create_file() local
/third_party/optimized-routines/string/test/
Dmemcpy.c43 static unsigned char wbuf[LEN + 2 * A]; variable
Dstrcpy.c44 static char wbuf[LEN + 3 * ALIGN]; variable
Dstpcpy.c46 static char wbuf[LEN + 3 * ALIGN]; variable
Dmemmove.c41 static unsigned char wbuf[LEN + 2 * A]; variable
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwllinuxdmabuf.c38 struct wl_buffer *wbuf; member
/third_party/python/Modules/_io/
Dwinconsoleio.c153 wchar_t wbuf; member
674 wchar_t *wbuf = read_console_w(handle, wlen, &n); in readinto() local
958 wchar_t *wbuf; in _io__WindowsConsoleIO_write_impl() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c61 static char *wbuf, *rbuf; variable
/third_party/ltp/testcases/kernel/fs/doio/
Dwrite_log.c197 char wbuf[WLOG_REC_MAX_SIZE + 2]; in wlog_record_write() local
/third_party/nghttp2/src/
Dshrpx_connection.h61 DefaultMemchunks wbuf; member
/third_party/pulseaudio/src/pulsecore/
Dioline.c50 char *wbuf; member
/third_party/iowow/src/utils/
Diwpool.c150 char *wbuf = iwpool_alloc(size, pool); in _iwpool_printf_va() local
/third_party/openssl/ssl/
Dd1_lib.c446 unsigned char *buf, *wbuf; in DTLSv1_listen() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c36 char wbuf[MAXFSIZE]; variable
/third_party/rust/crates/nix/src/sys/
Daio.rs1212 let wbuf = []; in casting() localVariable
1233 let wbuf = []; in casting_vectored() localVariable
/third_party/node/src/
Ddebug_utils.cc498 std::vector<wchar_t> wbuf(n); in FWrite() local

12