/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | io.c | 443 struct ubifs_wbuf *wbuf = container_of(timer, struct ubifs_wbuf, timer); in wbuf_timer_callback_nolock() local 456 static void new_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in new_wbuf_timer_nolock() 476 static void cancel_wbuf_timer_nolock(struct ubifs_wbuf *wbuf) in cancel_wbuf_timer_nolock() 499 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf) in ubifs_wbuf_sync_nolock() 574 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock() 626 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local 657 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync() local 682 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 905 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 1036 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf) in ubifs_wbuf_init() [all …]
|
D | gc.c | 74 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head() local 312 struct ubifs_scan_node *snod, struct ubifs_wbuf *wbuf) in move_node() 343 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes() local 463 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb() local 642 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect() local 911 struct ubifs_wbuf *wbuf; in ubifs_gc_end_commit() local
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write04.c | 31 char wbuf[8 * page_size]; in verify_write() local 53 char wbuf[17 * page_size]; in setup() local
|
D | write03.c | 25 static char wbuf[BUFSIZ], rbuf[BUFSIZ]; variable
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 70 char *wbuf[NBUFS]; in main() local 222 void init_buffers(char *wbuf[]) in init_buffers()
|
/third_party/glib/glib/ |
D | win_iconv.c | 816 ushort wbuf[MB_CHAR_MAX]; /* enough room for one character */ in win_iconv() local 1062 utf16_to_ucs4(const ushort *wbuf) in utf16_to_ucs4() 1071 ucs4_to_utf16(uint wc, ushort *wbuf, int *wbufsize) in ucs4_to_utf16() 1386 kernel_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in kernel_mbtowc() 1407 kernel_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in kernel_wctomb() 1448 mlang_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in mlang_mbtowc() 1466 mlang_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in mlang_wctomb() 1486 utf16_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in utf16_mbtowc() 1537 utf16_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in utf16_wctomb() 1589 utf32_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in utf32_mbtowc() [all …]
|
/third_party/musl/src/multibyte/ |
D | mbsnrtowcs.c | 6 wchar_t *ws, wbuf[256]; in mbsnrtowcs() local
|
/third_party/python/Parser/ |
D | myreadline.c | 122 wchar_t *wbuf; in _PyOS_WindowsConsoleReadline() local 261 wchar_t *wbuf; in PyOS_StdioReadline() local
|
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | mingw_vfscanf.c | 210 release_ptrs (struct gcollect **pt, char **wbuf) in release_ptrs() 237 cleanup_return (int rval, struct gcollect **pfree, char **strp, char **wbuf) in cleanup_return() 283 char *wbuf; in resize_wbuf() local 309 char *str = NULL, **pstr = NULL, *wbuf = NULL; in __mingw_sformat() local
|
D | mingw_wvfscanf.c | 219 release_ptrs (struct gcollect **pt, wchar_t **wbuf) in release_ptrs() 246 cleanup_return (int rval, struct gcollect **pfree, char **strp, wchar_t **wbuf) in cleanup_return() 292 wchar_t *wbuf; in resize_wbuf() local 319 wchar_t *wstr = NULL, *wbuf = NULL; in __mingw_swformat() local
|
/third_party/musl/src/time/ |
D | wcsftime.c | 11 wchar_t wbuf[100]; in __wcsftime_l() local
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | ld9040.c | 64 static void ld9040_spi_write(const unsigned char *wbuf, unsigned int size_cmd) in ld9040_spi_write()
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
D | create-files.c | 15 char wbuf[MAXFSIZE]; variable
|
D | random-access-del-create.c | 98 char wbuf[MAXFSIZE]; in create_file() local
|
D | random-del-create.c | 96 char wbuf[MAXFSIZE]; in create_file() local
|
/third_party/ejdb/src/jbr/ |
D | jbr.c | 46 IWXSTR *wbuf; member 112 IWXSTR *wbuf = rctx->wbuf; in _jbr_flush_chunk() local 158 IWXSTR *wbuf = rctx->wbuf; in _jbr_query_visitor() local 888 IWXSTR *wbuf; member 896 IWXSTR *wbuf = qctx->wbuf; in _jbr_ws_query_visitor() local 961 IWXSTR *wbuf = iwxstr_new(); in _jbr_ws_query() local
|
/third_party/optimized-routines/string/test/ |
D | memcpy.c | 43 static unsigned char wbuf[LEN + 2 * A]; variable
|
D | strcpy.c | 44 static char wbuf[LEN + 3 * ALIGN]; variable
|
D | stpcpy.c | 46 static char wbuf[LEN + 3 * ALIGN]; variable
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wllinuxdmabuf.c | 38 struct wl_buffer *wbuf; member
|
/third_party/python/Modules/_io/ |
D | winconsoleio.c | 157 wchar_t wbuf; member 687 wchar_t *wbuf = read_console_w(self->handle, wlen, &n); in readinto() local 966 wchar_t *wbuf; in _io__WindowsConsoleIO_write_impl() local
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate06.c | 52 static char *wbuf, *rbuf; variable
|
/third_party/glib/gio/tests/ |
D | stream-rw_all.c | 161 gchar wbuf[100] = { 0, }; in test_read_write_all_async_pipe() local
|
/third_party/curl/lib/ |
D | strerror.c | 661 wchar_t wbuf[256]; in get_winapi_error() local
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 197 char wbuf[WLOG_REC_MAX_SIZE + 2]; in wlog_record_write() local
|