Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/write/
Dwrite04.c29 char wbuf[8 * page_size]; in verify_write() local
38 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/musl/porting/linux/user/src/stdio/
D__stdio_write.c30 unsigned char *wbuf = (unsigned char *)buf; in __stdio_write() local
/third_party/musl/src/stdio/
D__stdio_write.c30 unsigned char *wbuf = (unsigned char *)buf; in __stdio_write() local
/third_party/python/Parser/
Dmyreadline.c123 wchar_t *wbuf; in _PyOS_WindowsConsoleReadline() local
260 wchar_t *wbuf; in PyOS_StdioReadline() 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/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/python/Modules/_io/
Dwinconsoleio.c154 wchar_t wbuf; member
672 wchar_t *wbuf = read_console_w(handle, wlen, &n); in readinto() local
956 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/curl/lib/
Dstrerror.c782 wchar_t wbuf[256]; in get_winapi_error() local
/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/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c36 char wbuf[MAXFSIZE]; variable
/third_party/openssl/ssl/
Dd1_lib.c446 unsigned char *buf, *wbuf; in DTLSv1_listen() local
/third_party/node/deps/openssl/openssl/ssl/
Dd1_lib.c463 unsigned char *buf, *wbuf; in DTLSv1_listen() local
/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.cc500 std::vector<wchar_t> wbuf(n); in FWrite() local
/third_party/node/deps/openssl/openssl/ssl/record/
Drecord.h146 SSL3_BUFFER wbuf[SSL_MAX_PIPELINES]; member
/third_party/openssl/ssl/record/
Drecord.h146 SSL3_BUFFER wbuf[SSL_MAX_PIPELINES]; member

12