Searched refs:str_w (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Didn_win32.c42 wchar_t *str_w = NULL; local
48 str_w = malloc(str_w_len * sizeof(wchar_t));
49 if(str_w) {
50 if(MultiByteToWideChar(CP_UTF8, 0, str_utf8, -1, str_w,
52 free(str_w);
53 str_w = NULL;
59 return str_w;
62 static const char *_curl_win32_wchar_to_UTF8(const wchar_t *str_w) argument
66 if(str_w) {
67 size_t str_utf8_len = WideCharToMultiByte(CP_UTF8, 0, str_w,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c398 int str_w, str_w_max; local
443 str_w = str_w_max = 0;
464 str_w = width - ci->x - 1;
479 if (str_w > str_w_max)
480 str_w_max = str_w;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c663 char *str_p, *str_s, *str_w; local
700 &str_p, &str_s, &str_w
719 o_wait = xatoi_u(str_w);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c1246 char *str_w = NULL; local
1265 &str_A, &str_N, &str_j, &lst_t, &str_S, &str_w);
1414 if (str_w)
1415 bytes_per_block = xatou(str_w);

Completed in 103 milliseconds