Searched refs:wbuf (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/locale/windows/ |
A D | SDL_syslocale.c | 64 WCHAR *wbuf = NULL; in SDL_SYS_GetPreferredLocales_vista() local 71 wbuf = SDL_small_alloc(WCHAR, wbuflen, &isstack); in SDL_SYS_GetPreferredLocales_vista() 72 if (!wbuf) { in SDL_SYS_GetPreferredLocales_vista() 77 if (!pGetUserPreferredUILanguages(MUI_LANGUAGE_NAME, &numlangs, wbuf, &wbuflen)) { in SDL_SYS_GetPreferredLocales_vista() 84 const char ch = (char) wbuf[i]; /* these should all be low-ASCII, safe to cast */ in SDL_SYS_GetPreferredLocales_vista() 97 SDL_small_free(wbuf, isstack); in SDL_SYS_GetPreferredLocales_vista()
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 382 wchar_t wbuf[256]; in get_usb_string() local 419 outptr = (char*) wbuf; in get_usb_string() 420 outbytes = sizeof(wbuf); in get_usb_string() 428 wbuf[sizeof(wbuf)/sizeof(wbuf[0])-1] = 0x00000000; in get_usb_string() 429 if (outbytes >= sizeof(wbuf[0])) in get_usb_string() 433 str = wcsdup(wbuf); in get_usb_string()
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_device.c | 465 static void u_device_loglevel_cmd(char *wbuf, int len, int argc, char **argv) { in u_device_loglevel_cmd() argument
|
A D | u_bus.c | 671 static void u_bus_dump_cmd(char *wbuf, int len, int argc, char **argv) { in u_bus_dump_cmd() argument
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | bt.c | 2193 static void cmd_ble_func(char *wbuf, int wbuf_len, int argc, char **argv) in cmd_ble_func() argument
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | bt.c | 3239 static void cmd_ble_func(char *wbuf, int wbuf_len, int argc, char **argv) in cmd_ble_func() argument
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 3590 static void cmd_blemesh_func(char *wbuf, int wbuf_len, int argc, char **argv) in cmd_blemesh_func() argument
|
Completed in 22 milliseconds