Searched refs:cp_string (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | charconv.c | 44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) in cp_to_utf_16le() argument 53 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le() 78 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le() 99 char *cp_string; in utf_16le_to_cp() local 120 cp_string = malloc(cp_len * sizeof (char)); in utf_16le_to_cp() 121 if (cp_string == NULL) { in utf_16le_to_cp() 133 utf16le_string, -1, cp_string, cp_len, NULL, NULL); in utf_16le_to_cp() 142 free(cp_string); in utf_16le_to_cp() 146 return (cp_string); in utf_16le_to_cp()
|
| D | charconv.h | 39 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | winduni.c | 544 char cp_string [max_cp_string_len]; in codepage_from_langid() local 547 memset (cp_string, 0, max_cp_string_len); in codepage_from_langid() 552 cp_string, max_cp_string_len); in codepage_from_langid() 558 return strtoul (cp_string, 0, 10); in codepage_from_langid() 564 char cp_string [max_cp_string_len]; in wincodepage_from_langid() local 567 memset (cp_string, 0, max_cp_string_len); in wincodepage_from_langid() 572 cp_string, max_cp_string_len); in wincodepage_from_langid() 578 return strtoul (cp_string, 0, 10); in wincodepage_from_langid() 584 char cp_string[261]; in lang_from_langid() local 587 memset (cp_string, 0, 261); in lang_from_langid() [all …]
|