OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16le_string
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
charconv.c
47
wchar_t *
utf16le_string
;
local
66
utf16le_string
= malloc(utf16le_len * sizeof (wchar_t));
67
if (
utf16le_string
== NULL) {
79
utf16le_string
, utf16le_len);
88
free(
utf16le_string
);
92
return (
utf16le_string
);
96
utf_16le_to_cp(UINT codepage, const wchar_t *
utf16le_string
)
108
utf16le_string
, -1, NULL, 0, NULL, NULL);
133
utf16le_string
, -1, cp_string, cp_len, NULL, NULL);
charconv.h
40
extern char *utf_16le_to_cp(UINT codepage, const wchar_t *
utf16le_string
);
Completed in 85 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026