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

/freebsd-current/contrib/libpcap/
H A Dsavefile.c273 wchar_t *utf16_path; local
290 utf16_path = cp_to_utf_16le(CP_UTF8, path,
292 if (utf16_path == NULL) {
309 free(utf16_path);
315 free(utf16_path);
327 fp = _wfopen(utf16_path, utf16_mode);
334 free(utf16_path);

Completed in 100 milliseconds