Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 229) sorted by relevance

12345678910

/reactos/boot/freeldr/freeldr/
H A Doptions.c188 strcat(BootOptions, OptionsMenuList[0]); in DisplayBootTimeOptions()
192 strcat(BootOptions, OptionsMenuList[1]); in DisplayBootTimeOptions()
196 strcat(BootOptions, OptionsMenuList[2]); in DisplayBootTimeOptions()
219 strcat(BootOptions, ", "); in DisplayBootTimeOptions()
230 strcat(BootOptions, ", "); in DisplayBootTimeOptions()
232 strcat(BootOptions, OptionsMenuList[5]); in DisplayBootTimeOptions()
240 strcat(BootOptions, ", "); in DisplayBootTimeOptions()
242 strcat(BootOptions, OptionsMenuList[8]); in DisplayBootTimeOptions()
281 strcat(BootOptions, " /BOOTLOG"); in AppendBootTimeOptions()
284 strcat(BootOptions, " /BASEVIDEO"); in AppendBootTimeOptions()
[all …]
H A Darcname.c188 strcat(ArcPath, tmp); in ConstructArcPath()
197 strcat(ArcPath, tmp); in ConstructArcPath()
202 strcat(ArcPath, SystemFolder); in ConstructArcPath()
206 strcat(ArcPath, "\\"); in ConstructArcPath()
207 strcat(ArcPath, SystemFolder); in ConstructArcPath()
/reactos/modules/rostests/apitests/setupapi/
H A DSetupInstallServicesFromInfSectionEx.c90 strcat(inf, "[Winetest.Services]\n"); in test_SetupInstallServicesFromInfSectionExA()
114 strcat(inf, "[Winetest.Service]\n"); in test_SetupInstallServicesFromInfSectionExA()
138 strcat(inf, "ServiceType=1\n"); in test_SetupInstallServicesFromInfSectionExA()
150 strcat(inf, "StartType=4\n"); in test_SetupInstallServicesFromInfSectionExA()
162 strcat(inf, "ErrorControl=1"); in test_SetupInstallServicesFromInfSectionExA()
194 strcat(inf, "[XSP.InstallPerVer]\n"); in test_SetupInstallServicesFromInfSectionExA()
245 strcat(inf, "[Winetest.Services]\n"); in test_SetupInstallServicesFromInfSectionExW()
269 strcat(inf, "[Winetest.Service]\n"); in test_SetupInstallServicesFromInfSectionExW()
293 strcat(inf, "ServiceType=1\n"); in test_SetupInstallServicesFromInfSectionExW()
305 strcat(inf, "StartType=4\n"); in test_SetupInstallServicesFromInfSectionExW()
[all …]
H A DSetupDiInstallClassExA.c70 strcat(inf, "Class=MySampleClass\n"); in test_SetupDiInstallClassExA()
94 strcat(inf, "[ClassInstall32.NT]\n"); in test_SetupDiInstallClassExA()
112 strcat(inf, "AddReg=SampleClassAddReg\n"); in test_SetupDiInstallClassExA()
130 strcat(inf, "[SampleClassAddReg]\n"); in test_SetupDiInstallClassExA()
166 strcat(inf, "[ClassInstall32.NT.Services]\n"); in test_SetupDiInstallClassExA()
184 strcat(inf, "AddService=Reactostest,,Reactostest.Service\n"); in test_SetupDiInstallClassExA()
196 strcat(inf, "[Reactostest.Service]\n"); in test_SetupDiInstallClassExA()
208 strcat(inf, "ServiceBinary=%12%\\reactostest.sys\n"); in test_SetupDiInstallClassExA()
220 strcat(inf, "ServiceType=1\n"); in test_SetupDiInstallClassExA()
232 strcat(inf, "StartType=4\n"); in test_SetupDiInstallClassExA()
[all …]
/reactos/sdk/tools/rgenstat/
H A Drgenstat.c411 strcat(result, filename); in get_filename()
478 strcat(searchbuf, "*.*"); in process_directory()
490 strcat(buf, f.name); in process_directory()
495 strcat(newcvspath, "/"); in process_directory()
503 strcat(buf, f.name); in process_directory()
561 strcat(buf, path); in process_directory()
575 strcat(newcvspath, "/"); in process_directory()
613 strcat(buf, entry->d_name); in process_directory()
623 strcat(buf, path); in process_directory()
624 strcat(buf, entry->d_name); in process_directory()
[all …]
/reactos/dll/win32/riched20/
H A Dwriter.c616 strcat(props, "\\qr"); in ME_StreamOutRTFParaProps()
619 strcat(props, "\\qc"); in ME_StreamOutRTFParaProps()
622 strcat(props, "\\qj"); in ME_StreamOutRTFParaProps()
653 strcat(props, "\\hyph0"); in ME_StreamOutRTFParaProps()
655 strcat(props, "\\keep"); in ME_StreamOutRTFParaProps()
657 strcat(props, "\\keepn"); in ME_StreamOutRTFParaProps()
659 strcat(props, "\\noline"); in ME_StreamOutRTFParaProps()
667 strcat(props, "\\sbys"); in ME_StreamOutRTFParaProps()
725 strcat(props, " "); in ME_StreamOutRTFParaProps()
809 strcat(props, "\\sub"); in ME_StreamOutRTFCharProps()
[all …]
/reactos/modules/rostests/apitests/kernel32/
H A DFindFiles.c233 strcat(Buffer, exenameA); in Test_FindFirstFileA()
237 strcat(Buffer, exenameA); in Test_FindFirstFileA()
246 strcat(Buffer, "\\"); in Test_FindFirstFileA()
250 strcat(Buffer, "\\\\"); in Test_FindFirstFileA()
254 strcat(Buffer, "\\*"); in Test_FindFirstFileA()
258 strcat(Buffer, "\\.\\*"); in Test_FindFirstFileA()
267 strcat(Buffer, "\\nul"); in Test_FindFirstFileA()
271 strcat(Buffer, "\\nul\\"); in Test_FindFirstFileA()
279 strcat(Buffer, "\\nul\\*"); in Test_FindFirstFileA()
283 strcat(Buffer, "\\toto"); in Test_FindFirstFileA()
[all …]
/reactos/base/applications/network/ftp/
H A Dcmds.c61 (void) strcat(line, " "); in setpeer()
291 (void) strcat(line, " "); in put()
307 (void) strcat(line, " "); in put()
352 (void) strcat(line, " "); in mput()
499 (void) strcat(line, " "); in getit()
515 (void) strcat(line, " "); in getit()
650 (void) strcat(line, " "); in mget()
969 (void) strcat(line, " "); in cd()
1029 (void) strcat(line, " "); in delete()
1502 (void) strcat(buf, " "); in quote()
[all …]
/reactos/base/applications/network/telnet/src/
H A Dtnclass.cpp356 strcat(szTitle, szHost1); in telSetConsoleTitle()
365 strcat(cmd_line, ini.get_exename()); // Thomas Briggs 12/7/98 in NewProcess()
385 strcat(addr, "."); in SetLocalAddress()
386 strcat(addr, ss_b2); in SetLocalAddress()
387 strcat(addr, "."); in SetLocalAddress()
388 strcat(addr, ss_b3); in SetLocalAddress()
389 strcat(addr, "."); in SetLocalAddress()
390 strcat(addr, ss_b4); in SetLocalAddress()
391 strcat(addr, ":0.0"); in SetLocalAddress()
/reactos/sdk/lib/ucrt/string/i386/
H A Dstrcat.asm2 title strcat - concatenate (append) one string to another
4 ;strcat.asm - contains strcat() and strcpy() routines
21 ;char *strcat(dst, src) - concatenate (append) one string to another
28 ; char * strcat (char * dst, char * src)
87 % public strcat, strcpy ; make both functions available
102 strcat proc \
/reactos/sdk/tools/log2lines/
H A Dlog2lines.c53 strcat(s, fileName); in log_file()
156 strcat(fmt, "%s"); in print_offset()
158 strcat(fmt, "[%s]"); in print_offset()
160 strcat(fmt, "%.0s"); in print_offset()
162 strcat(fmt, ":%u"); in print_offset()
164 strcat(fmt, "[%u]"); in print_offset()
166 strcat(fmt, "%.0u"); in print_offset()
168 strcat(fmt, " (%s"); in print_offset()
170 strcat(fmt, "[%s])"); in print_offset()
172 strcat(fmt, "%.0s)"); in print_offset()
[all …]
H A Doptions.c103 strcat(opt_scanned, argv[i]); in optionInit()
104 strcat(opt_scanned, " "); in optionInit()
212 strcat(opt_SourcesPath, PATH_STR); in optionParse()
217 strcat(opt_dir, DEF_OPT_DIR); in optionParse()
H A Dcache.c40 strcat(iso_tmp, "~"); in unpack_iso()
148 strcat(cache_name, ALT_PATH_STR CACHEFILE); in check_directory()
150 strcat(cache_name, PATH_STR CACHEFILE); in check_directory()
152 strcat(tmp_name, "~"); in check_directory()
/reactos/base/applications/cmdutils/dbgprint/
H A Ddbgprint.c47 strcat(cmd, " --list"); in _tmain()
56 strcat(cmd, " "); in _tmain()
57 strcat(cmd, psBuffer+4); in _tmain()
60 strcat(test, cmd); in _tmain()
/reactos/modules/rostests/winetests/msvcrt/
H A Ddir.c372 strcat(teststring,"test"); in test_fullpath()
377 strcat(teststring,"test"); in test_fullpath()
381 strcat(teststring,"test"); in test_fullpath()
388 strcat(teststring,"test"); in test_fullpath()
475 strcat(env1, tmppath); in test_searchenv()
477 strcat(env1, ";"); in test_searchenv()
481 strcat(env2, ";;"); in test_searchenv()
501 strcat(exp, files[0]); in test_searchenv()
526 strcat(exp, files[3]); in test_searchenv()
552 strcat(exp, files[0]); in test_searchenv()
[all …]
/reactos/dll/win32/cabinet/
H A Dcabinet_ros.diff11 strcat(fullpath, "\\");
21 + strcat(fullpath, "\\");
23 strcat(fullpath, cab->mii.nextname);
/reactos/sdk/lib/ucrt/string/amd64/
H A Dstrcat.asm1 title strcat - concatenate (append) one string to another
3 ;strcat.asm - contains strcat() and strcpy() routines
15 ;char *strcat(dst, src) - concatenate (append) one string to another
22 ; char * strcat (char * dst, char * src)
78 LEAF_ENTRY_ARG2 strcat, _TEXT, dst:ptr byte, src:ptr byte
137 LEAF_END strcat, _TEXT
/reactos/sdk/lib/crt/process/
H A D_system.c41 strcat(cmd_exe, "\\cmd.exe"); in system()
53 strcat(szCmdLine, szComSpec); in system()
54 strcat(szCmdLine, "\" /C "); in system()
55 strcat(szCmdLine, command); in system()
/reactos/modules/rosapps/applications/net/roshttpd/
H A Dhttpd.cpp139 strcat(sResource, i->CurrentItem()); in ProcessRequest()
148 strcat(sStr, sResource); in ProcessRequest()
222 strcat(str, str2); in SendFile()
269 strcat(sTmp, lpsCode); in Report()
278 strcat(sTmp, sTmp2); in Report()
280 strcat(sTmp, "0"); in Report()
/reactos/boot/freeldr/tools/
H A Ddeptool.c84 strcat(&NewDependFileData[CurIdx2], argv[1]); in main()
88 strcat(NewDependFileData, &DependFileData[CurIdx]); in main()
101 strcat(NewDependFileData, "\n\n"); in main()
/reactos/modules/rostests/winetests/shell32/
H A Dbrsfolder.c48 strcat(path_search_string, "*"); in get_number_of_folders()
189 strcat(test_folder_path, "\\"); in test_click_make_new_folder_button()
190 strcat(test_folder_path, title); in test_click_make_new_folder_button()
191 strcat(test_folder_path, "\\"); in test_click_make_new_folder_button()
228 strcat(new_folder_path, new_folder_name); in test_click_make_new_folder_button()
/reactos/modules/rostests/winetests/setupapi/
H A Dinstall.c240 strcat(inf, "[Winetest.Services]\n"); in test_install_svc_from()
252 strcat(inf, "AddService=Winetest,,Winetest.Service\n"); in test_install_svc_from()
264 strcat(inf, "[Winetest.Service]\n"); in test_install_svc_from()
276 strcat(inf, "ServiceBinary=%12%\\winetest.sys\n"); in test_install_svc_from()
288 strcat(inf, "ServiceType=1\n"); in test_install_svc_from()
300 strcat(inf, "StartType=4\n"); in test_install_svc_from()
312 strcat(inf, "ErrorControl=1"); in test_install_svc_from()
344 strcat(inf, "[XSP.InstallPerVer]\n"); in test_install_svc_from()
345 strcat(inf, "AddReg=AspEventlogMsg.Reg,Perf.Reg,AspVersions.Reg,FreeADO.Reg,IndexServer.Reg\n"); in test_install_svc_from()
760 strcat(expected, "\\unknown"); in test_dirid()
/reactos/dll/win32/ws2_32/src/
H A Daddrconv.c207 strcat(p, "."); in inet_ntoa()
208 strcat(p, b); in inet_ntoa()
210 strcat(p, "."); in inet_ntoa()
211 strcat(p, b); in inet_ntoa()
213 strcat(p, "."); in inet_ntoa()
214 strcat(p, b); in inet_ntoa()
/reactos/sdk/tools/mkhive/
H A Dmkhive.c179 strcat(FileName, DIR_SEPARATOR_STRING); in main()
183 strcat(FileName, RegistryHives[i].HiveName); in main()
188 strcat(FileName, ".HIV"); in main()
/reactos/sdk/lib/ucrt/string/
H A Dstrcat.c17 #pragma function(strcat, strcpy)
38 char * __cdecl strcat ( in strcat() function

12345678910