Home
last modified time | relevance | path

Searched refs:argv_utf16 (Results 1 – 11 of 11) sorted by relevance

/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Dwindows_utils.c36 LPWSTR *argv_utf16 = NULL; in win32_get_utf8_args() local
40 argv_utf16 = CommandLineToArgvW(GetCommandLineW(), &nArgs); in win32_get_utf8_args()
41 if (argv_utf16 == NULL ) in win32_get_utf8_args()
55 argv_utf8[i] = mp3splt_win32_utf16_to_utf8((wchar_t *)argv_utf16[i]); in win32_get_utf8_args()
62 LocalFree(argv_utf16); in win32_get_utf8_args()
63 argv_utf16 = NULL; in win32_get_utf8_args()
/dports/lang/scheme48/scheme48-1.9.2/c/win32/
H A Dmain_win32.c16 wmain(int argc, wchar_t *argv_utf16[]) in wmain() argument
27 int size = s48_utf_16_to_utf_8of16(argv_utf16[i], NULL); in wmain()
31 s48_utf_16_to_utf_8of16(argv_utf16[i], argv[i]); in wmain()
/dports/multimedia/x265/source/
H A Dx265.cpp60 wchar_t **argv_utf16 = CommandLineToArgvW(GetCommandLineW(), argc_ptr); in get_argv_utf8() local
61 if (argv_utf16) in get_argv_utf8()
68 size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL); in get_argv_utf8()
76 … offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, argv[i], size - offset, NULL, NULL); in get_argv_utf8()
81 LocalFree(argv_utf16); in get_argv_utf8()
/dports/multimedia/handbrake/x265_3.5/source/
H A Dx265.cpp62 wchar_t **argv_utf16 = CommandLineToArgvW(GetCommandLineW(), argc_ptr); in get_argv_utf8() local
63 if (argv_utf16) in get_argv_utf8()
70 size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL); in get_argv_utf8()
78 … offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, argv[i], size - offset, NULL, NULL); in get_argv_utf8()
83 LocalFree(argv_utf16); in get_argv_utf8()
/dports/textproc/sassc/sassc-3.6.1/
H A Dsassc.c35 wchar_t** argv_utf16 = CommandLineToArgvW(GetCommandLineW(), &argc); in get_argv_utf8() local
40 size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, 0, 0, 0, 0); in get_argv_utf8()
44 offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, in get_argv_utf8()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/plugins/sassc/
H A Dsassc.c50 wchar_t** argv_utf16 = CommandLineToArgvW(GetCommandLineW(), &argc); in get_argv_utf8() local
55 size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, 0, 0, 0, 0); in get_argv_utf8()
59 offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, in get_argv_utf8()
/dports/emulators/vice/vice-3.5/src/lib/libx264/
H A Dx264.c117 wchar_t **argv_utf16 = CommandLineToArgvW( GetCommandLineW(), argc_ptr ); in get_argv_utf8() local
118 if( argv_utf16 ) in get_argv_utf8()
127 size += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL ); in get_argv_utf8()
135 … offset += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, argv[i], size-offset, NULL, NULL ); in get_argv_utf8()
140 LocalFree( argv_utf16 ); in get_argv_utf8()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/
H A Dx264.c91 wchar_t **argv_utf16 = CommandLineToArgvW( GetCommandLineW(), argc_ptr ); in get_argv_utf8() local
92 if( argv_utf16 ) in get_argv_utf8()
99 size += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL ); in get_argv_utf8()
107 … offset += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, argv[i], size-offset, NULL, NULL ); in get_argv_utf8()
112 LocalFree( argv_utf16 ); in get_argv_utf8()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/
H A Dx264.c91 wchar_t **argv_utf16 = CommandLineToArgvW( GetCommandLineW(), argc_ptr ); in get_argv_utf8() local
92 if( argv_utf16 ) in get_argv_utf8()
99 size += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL ); in get_argv_utf8()
107 … offset += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, argv[i], size-offset, NULL, NULL ); in get_argv_utf8()
112 LocalFree( argv_utf16 ); in get_argv_utf8()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/
H A Dx264.c117 wchar_t **argv_utf16 = CommandLineToArgvW( GetCommandLineW(), argc_ptr ); in get_argv_utf8() local
118 if( argv_utf16 ) in get_argv_utf8()
127 size += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL ); in get_argv_utf8()
135 … offset += WideCharToMultiByte( CP_UTF8, 0, argv_utf16[i], -1, argv[i], size-offset, NULL, NULL ); in get_argv_utf8()
140 LocalFree( argv_utf16 ); in get_argv_utf8()
/dports/multimedia/handbrake/HandBrake-1.4.2/test/
H A Dtest.c297 wchar_t **argv_utf16 = CommandLineToArgvW(GetCommandLineW(), &argc); in get_argv_utf8() local
298 if (argv_utf16) in get_argv_utf8()
305 size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL ); in get_argv_utf8()
313 … offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, argv[i], size-offset, NULL, NULL); in get_argv_utf8()
318 LocalFree(argv_utf16); in get_argv_utf8()