/reactos/modules/rostests/apitests/atl/ |
H A D | CPath.inl | 5 CPathX test2(_X("C:\\SomePath\\.\\That\\..\\is.txt.exe.bin")); 177 ok(CStringX(".txt").Compare(empty) == 0, 191 ok(CStringX("C:\\Some Path.txt\\something\\stuff.txt").Compare(test) == 0, 192 … "Expected test to be 'C:\\Some Path.txt\\something\\stuff.txt', was: '%s'\n", dbgstrx(test)); 198 ok(test.MatchSpec(_X("stuff.txt")) == FALSE, "MatchSpec succeeded for 'stuff.txt'\n"); 200 ok(test.MatchSpec(_X(".txt")) == FALSE, "MatchSpec succeeded for '.txt'\n"); 201 ok(test.MatchSpec(_X("txt")) == FALSE, "MatchSpec succeeded for 'txt'\n"); 202 ok(test.MatchSpec(_X("*.txt")), "MatchSpec failed for '*.txt'\n"); 203 ok(test.MatchSpec(_X("C:\\*.txt")), "MatchSpec failed for 'C:\\*.txt'\n"); 204 ok(test.MatchSpec(_X("D:\\*.txt")) == FALSE, "MatchSpec succeeded for 'D:\\*.txt'\n"); [all …]
|
/reactos/base/applications/calc/ |
H A D | convert.c | 575 TCHAR txt[128]; in ConvExecute() local 585 LoadString(calc.hInstance, conv_table[c_cat].category, txt, SIZEOF(txt)); in ConvExecute() 586 if (!_tcscmp(txt_cb, txt)) { in ConvExecute() 596 LoadString(calc.hInstance, item->unit, txt, SIZEOF(txt)); in ConvExecute() 606 LoadString(calc.hInstance, item->unit, txt, SIZEOF(txt)); in ConvExecute() 623 TCHAR txt[128]; in ConvAdjust() local 633 LoadString(calc.hInstance, conv_table[n].category, txt, SIZEOF(txt)); in ConvAdjust() 634 if (!_tcscmp(txt_cat, txt)) in ConvAdjust() 641 LoadString(calc.hInstance, item->unit, txt, SIZEOF(txt)); in ConvAdjust() 653 TCHAR txt[128]; in ConvInit() local [all …]
|
/reactos/base/shell/cmd/ |
H A D | ren.txt | 12 ren c:\ie\hello.txt c:\ie\hi.txt 14 rename command will change the name of hello.txt->hi.txt. We have to be sure that both paths(c:\ie\… 17 ren c:\ie\hello.txt hi.txt 22 ren hello.txt hi.txt 24 So it changes the name of hello.txt in the current directory. 30 -Way #1 with different Subdirectories path: ren c:\ie\hello.txt c:\hi\hi.txt, this is not possible.… 31 -Way #2 semi path in destiny: ren hello.txt c:\ie\hi.txt. This feature isn't available. 38 srcPattern: here is stored Source Argument (C:\ie\hello.txt) 40 srcFILE: here is stored FILE name(hello.txt) 42 dstPattern: here is stored Destiny Argument (C:\ie\hi.txt) [all …]
|
H A D | files.txt | 3 files.txt This file list 4 history.txt History of revisions. Not to date. see svn.reactos.com for more info. 5 license.txt GNU license - applies to all files named here 6 readme.txt General shell info 7 readme2.txt Technical shell info 8 todo.txt Things that need to be implemented or fixed(including bugs)
|
/reactos/modules/rostests/win32/cmd/script_testsuite/tests/ |
H A D | redirect.cmd | 10 call :_test "echo moo > temp\redirect_temp.txt" 11 call :_test "type temp\redirect_temp.txt >nul" 12 call :_test "find "moo" temp\redirect_temp.txt >nul" 15 call :_test "echo moo >> temp\redirect_temp.txt" 21 call :_test "for /f "usebackq" %%%%i in (`findstr moo temp\redirect_temp.txt`) do set /a moo_temp+=… 25 call :_test "echo moo > temp\redirect_temp2.txt > nul" 26 call :_testnot "type temp\redirect_temp2.txt 2>nul"
|
/reactos/base/applications/rapps/ |
H A D | CreateCabFile.bat | 13 echo Converting txt files to utf16 14 for %%f in (%RAPPSDB_PATH%\*.txt) do ( 15 %UTF16LE_CMD% "%RAPPSDB_PATH%\%%~nf.txt" "%RAPPSDB_PATH%\utf16\%%~nf.txt" 19 %CABMAN_CMD% -M mszip -S "%RAPPSDB_PATH%\rappmgr.cab" "%RAPPSDB_PATH%\utf16\*.txt" 22 %CABMAN_CMD% -M mszip -S "%RAPPSDB_PATH%\rappmgr2.cab" "%RAPPSDB_PATH%\utf16\*.txt" -F icons "%RAPP…
|
H A D | CreateCabFile.sh | 14 echo Converting txt files to utf16 15 for filename in $RAPPSDB_PATH/*.txt; do
|
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/lib/ |
H A D | CC.mak | 22 STD_HEADER_LISTS = $(STLPORT_ETC_DIR)/std_headers.txt \ 23 $(STLPORT_ETC_DIR)/std_headers_cpp_runtime_h.txt \ 24 $(STLPORT_ETC_DIR)/std_headers_c.txt \ 25 $(STLPORT_ETC_DIR)/std_headers_c_h.txt \ 26 $(STLPORT_ETC_DIR)/std_headers_classic_iostreams.txt \ 27 $(STLPORT_ETC_DIR)/std_headers_cpp_runtime.txt
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | readme.txt | 9 see xxxreadme.txt for info on a blank empty uiport 11 see qtreadme.txt for info on the Qt/X11 uiport 13 see qtereadme.txt for info on the Qt embeded uiport 15 see svgareadme.txt for info on the svga uiport 17 see nanoxreadme.txt for info on the nanox uiport
|
/reactos/modules/rostests/testdata/ |
H A D | CREDITS.txt | 5 - test.otf : freefont.txt 6 - test.ttf : freefont.txt 7 - test.pfb : 2PRONG.txt 8 - test.pfm : 2PRONG.txt
|
/reactos/media/nls/ |
H A D | CMakeLists.txt | 4 # Except for c_1006.txt c_28600.txt c_28604.txt c_28606.txt c_424.txt which were manually created 126 COMMAND native-txt2nls ${CMAKE_CURRENT_SOURCE_DIR}/src/${NLS}.txt ${NLS}.nls 127 DEPENDS native-txt2nls ${CMAKE_CURRENT_SOURCE_DIR}/src/${NLS}.txt)
|
/reactos/modules/rostests/win32/cmd/ |
H A D | test_goto_call.cmd | 485 call :%%label%% argument > tmp.txt 491 echo Arguments: '%*'>> tmpMsg.txt 497 for /f "delims=" %%x in (tmpMsg.txt) do ( 510 del tmp.txt tmpMsg.txt > NUL 518 echo Arguments: '%*'>> tmpMsg.txt 524 for /f "delims=" %%x in (tmpMsg.txt) do ( 530 del tmpMsg.txt > NUL 552 echo Arguments: '%*'>> tmpMsg.txt 568 del tmp.txt tmpMsg.txt > NUL 576 echo Arguments: '%*'>> tmpMsg.txt [all …]
|
/reactos/media/fonts/doc/PalatinoLinotype/ |
H A D | LICENSE.txt | 6 http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt 8 http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt 23 MANIFEST-<fontid>.txt, where <fontid> is some unique identification 25 we recommend a name of the form README-<fontid>.txt. 28 http://www.latex-project.org/lppl.txt and version 1.3c or later
|
/reactos/drivers/network/tcpip/lwip/doc/ |
H A D | FILES | 4 savannah.txt - How to obtain the current development source code. 5 contrib.txt - How to contribute to lwIP as a developer. 6 ppp.txt - Documentation of the PPP interface for lwIP.
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | debug.c | 181 char txt[17]; in mbedtls_debug_print_buf() local 198 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 208 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf() 212 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 222 txt[i % 16] = ( buf[i] > 31 && buf[i] < 127 ) ? buf[i] : '.' ; in mbedtls_debug_print_buf() 230 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | rdesktop.spec | 29 %doc COPYING doc/AUTHORS doc/keymapping.txt doc/keymap-names.txt doc/ipv6.txt doc/ChangeLog
|
/reactos/modules/wallpapers/ |
H A D | CMakeLists.txt | 1 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt DESTINATION reactos/Web/Wallpaper FOR all) 2 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt DESTINATION reactos/Web/Wallpaper FOR all)
|
/reactos/sdk/tools/create_nls/unicode.org/ReactOS/ |
H A D | ReadMe | 4 to here and rename it to ibmcp861.txt 5 and apply the patch ibm861.patch to ibmcp861.txt
|
H A D | ibmcp861.diff | 1 --- cp861.txt 2001-02-27 00:00:00.000000000 +0100 2 +++ ibmcp861.txt 2005-11-12 19:27:38.578125000 +0100
|
/reactos/modules/rostests/apitests/ws2_32/ |
H A D | WSAIoctl.c | 13 void traceaddr(char* txt, sockaddr_gen a) in traceaddr() argument 15 trace(" %s.AddressIn.sin_family %x\n", txt, a.AddressIn.sin_family); in traceaddr() 16 trace(" %s.AddressIn.sin_port %x\n", txt, a.AddressIn.sin_port); in traceaddr() 17 trace(" %s.AddressIn.sin_addr.s_addr %lx\n", txt, a.AddressIn.sin_addr.s_addr); in traceaddr()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 1417 txt, OK, OK ); in test_menu_iteminfo() 1443 txt, OK, OK ); in test_menu_iteminfo() 1448 txt, OK, OK ); in test_menu_iteminfo() 1476 txt, OK, OK ); in test_menu_iteminfo() 1481 txt, OK, OK ); in test_menu_iteminfo() 1486 txt, OK, OK ); in test_menu_iteminfo() 1491 txt, OK, OK ); in test_menu_iteminfo() 1498 txt, OK, OK ); in test_menu_iteminfo() 1525 txt, OK, OK ); in test_menu_iteminfo() 1612 txt, OK, OK ); in test_menu_iteminfo() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | datetime.c | 726 WCHAR txt[80]; in DATETIME_Refresh() local 728 DATETIME_ReturnTxt (infoPtr, 0, txt, ARRAY_SIZE(txt)); in DATETIME_Refresh() 729 GetTextExtentPoint32W (hdc, txt, lstrlenW(txt), &size); in DATETIME_Refresh() 735 DATETIME_ReturnTxt (infoPtr, i, txt, ARRAY_SIZE(txt)); in DATETIME_Refresh() 736 GetTextExtentPoint32W (hdc, txt, lstrlenW(txt), &size); in DATETIME_Refresh() 755 txt[infoPtr->nCharsEntered] = 0; in DATETIME_Refresh() 756 GetTextExtentPoint32W (hdc, txt, lstrlenW(txt), &size); in DATETIME_Refresh() 772 DrawTextW (hdc, txt, lstrlenW(txt), field, DT_CENTER | DT_VCENTER | DT_SINGLELINE); in DATETIME_Refresh() 1442 WCHAR txt[80]; in DATETIME_GetIdealSize() local 1453 DATETIME_ReturnTxt(infoPtr, 0, txt, ARRAY_SIZE(txt)); in DATETIME_GetIdealSize() [all …]
|
H A D | updown.c | 265 WCHAR txt[20], sep, *src, *dst; in UPDOWN_GetBuddyInt() local 279 if (GetWindowTextW(infoPtr->Buddy, txt, ARRAY_SIZE(txt)) < 0) in UPDOWN_GetBuddyInt() 285 for(src = dst = txt; *src; src++) in UPDOWN_GetBuddyInt() 290 newVal = wcstol(txt, &src, infoPtr->Base); in UPDOWN_GetBuddyInt() 312 WCHAR txt[20], txt_old[20] = { 0 }; in UPDOWN_SetBuddyInt() local 327 len = wsprintfW(txt, fmt, infoPtr->CurVal); in UPDOWN_SetBuddyInt() 332 WCHAR tmp[ARRAY_SIZE(txt)], *src = tmp, *dst = txt; in UPDOWN_SetBuddyInt() 336 memcpy(tmp, txt, sizeof(txt)); in UPDOWN_SetBuddyInt() 349 if (lstrcmpiW(txt_old, txt) == 0) return FALSE; in UPDOWN_SetBuddyInt() 351 return SetWindowTextW(infoPtr->Buddy, txt); in UPDOWN_SetBuddyInt()
|
/reactos/ |
H A D | configure.sh | 50 rm -f CMakeCache.txt host-tools/CMakeCache.txt
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | id3.c | 148 mpg123_init_string(&txt->text); in init_mpg123_text() 149 mpg123_init_string(&txt->description); in init_mpg123_text() 150 txt->id[0] = 0; in init_mpg123_text() 151 txt->id[1] = 0; in init_mpg123_text() 152 txt->id[2] = 0; in init_mpg123_text() 153 txt->id[3] = 0; in init_mpg123_text() 154 txt->lang[0] = 0; in init_mpg123_text() 155 txt->lang[1] = 0; in init_mpg123_text() 156 txt->lang[2] = 0; in init_mpg123_text() 171 mpg123_free_string(&txt->text); in free_mpg123_text() [all …]
|