Home
last modified time | relevance | path

Searched refs:empty_string (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/ucrt/misc/
H A Ddbgrpt.cpp378 static Character const empty_string[] = { '\0' }; in common_message_window() local
392 short_module_name ? short_module_name : (module_name ? module_name : empty_string), in common_message_window()
394 file_name ? file_name : empty_string, in common_message_window()
396 line_number ? line_number : empty_string, in common_message_window()
399 user_message[0] ? user_message : empty_string, in common_message_window()
/reactos/sdk/lib/ucrt/startup/
H A Dargv_winmain.cpp72 static Character empty_string[] = { '\0' }; in common_wincmdln() local
75 ? empty_string in common_wincmdln()
/reactos/modules/rostests/winetests/shlwapi/
H A Durl.c899 char empty_string[] = ""; in test_UrlEscapeA() local
926 empty_string[0] = 127; in test_UrlEscapeA()
930 ok(empty_string[0] == 127, "String has changed, empty_string[0] = %d\n", empty_string[0]); in test_UrlEscapeA()
933 empty_string[0] = 127; in test_UrlEscapeA()
934 ret = pUrlEscapeA("/woningplan/woonkamer basis.swf", empty_string, &size, URL_ESCAPE_AS_UTF8); in test_UrlEscapeA()
939 ok(empty_string[0] == 127, "String has changed, empty_string[0] = %d\n", empty_string[0]); in test_UrlEscapeA()
961 WCHAR empty_string[] = {0}; in test_UrlEscapeW() local
982 ret = UrlEscapeW(path_test, empty_string, NULL, URL_ESCAPE_SPACES_ONLY); in test_UrlEscapeW()
986 ret = UrlEscapeW(path_test, empty_string, &size, URL_ESCAPE_SPACES_ONLY); in test_UrlEscapeW()
998 ret = UrlEscapeW(path_test, empty_string, NULL, URL_ESCAPE_SPACES_ONLY); in test_UrlEscapeW()
[all …]
/reactos/modules/rostests/winetests/ntdll/
H A Drtlstr.c2091 const WCHAR empty_string[] = { 0 }; in test_RtlUnicodeToUTF8N() local
2107 status = pRtlUnicodeToUTF8N(NULL, 0, bytes_out_array, empty_string, 0); in test_RtlUnicodeToUTF8N()
2116 status = pRtlUnicodeToUTF8N(NULL, 0, NULL, empty_string, 0); in test_RtlUnicodeToUTF8N()
2130 status = pRtlUnicodeToUTF8N(NULL, 0, &bytes_out, empty_string, 0); in test_RtlUnicodeToUTF8N()
2140 status = pRtlUnicodeToUTF8N(NULL, 0, &bytes_out, empty_string, 1); in test_RtlUnicodeToUTF8N()
2145 status = pRtlUnicodeToUTF8N(invalid_pointer, 0, &bytes_out, empty_string, 1); in test_RtlUnicodeToUTF8N()
2393 const char empty_string[] = ""; in test_RtlUTF8ToUnicodeN() local
2410 status = pRtlUTF8ToUnicodeN(NULL, 0, bytes_out_array, empty_string, 0); in test_RtlUTF8ToUnicodeN()
2419 status = pRtlUTF8ToUnicodeN(NULL, 0, NULL, empty_string, 0); in test_RtlUTF8ToUnicodeN()
2433 status = pRtlUTF8ToUnicodeN(NULL, 0, &bytes_out, empty_string, 0); in test_RtlUTF8ToUnicodeN()
[all …]
/reactos/dll/win32/shell32/wine/
H A Dcontrol.c227 WCHAR empty_string[] = {0}; in Control_CreateListView() local
236 empty_string, LISTVIEW_DEFSTYLE | LVS_ICON, in Control_CreateListView()