Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/icu/icu4c/as_is/os400/
Diculd.c108 strcat(opt,argv[i]+9); in main()
150 strcat(objs,outputdir); in main()
151 strcat(objs,"/"); in main()
153 strcat(objs, " "); in main()
184 strcat(bnddirs,outputdir); in main()
185 strcat(bnddirs,"/"); in main()
187 strcat(bnddirs, " "); in main()
196 strcat(libs,outputdir); in main()
197 strcat(libs,"/"); in main()
199 strcat(libs," "); in main()
/third_party/mesa3d/src/mesa/main/
Dcpuinfo.c66 strcat(buffer, "x86"); in _mesa_get_cpu_string()
71 strcat(buffer, (cpu_has_mmxext) ? "/MMX+" : "/MMX"); in _mesa_get_cpu_string()
76 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!"); in _mesa_get_cpu_string()
81 strcat(buffer, (cpu_has_xmm2) ? "/SSE2" : "/SSE"); in _mesa_get_cpu_string()
87 strcat(buffer, "SPARC"); in _mesa_get_cpu_string()
/third_party/popt/src/
Dpoptparse.c192 strcat(argstr, " --"); in poptConfigFileToString()
193 strcat(argstr, p); in poptConfigFileToString()
221 strcat(argstr, " --"); in poptConfigFileToString()
222 strcat(argstr, p); in poptConfigFileToString()
223 strcat(argstr, "=\""); in poptConfigFileToString()
224 strcat(argstr, q); in poptConfigFileToString()
225 strcat(argstr, "\""); in poptConfigFileToString()
/third_party/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c86 strcat(path, "/"); in chngdir()
87 strcat(path, name); in chngdir()
172 strcat(fname, "/"); in make_file()
173 strcat(fname, str); in make_file()
300 strcat(tdir, "/"); in make_directory()
301 strcat(tdir, dirname); in make_directory()
321 strcat(tdir, "/"); in make_directory()
322 strcat(tdir, dirname); in make_directory()
Dmongo_compare.c76 strcat(out1, ".txt"); in main()
79 strcat(out2, ".html"); in main()
115 strcat(line3, " "); in main()
162 strcat(line2, " "); in main()
165 strcat(line3, line2); in main()
168 strcat(out_line, "\n"); in main()
/third_party/ltp/testcases/kernel/fs/doio/
Dopen_flags.c256 strcat(Open_symbols, "O_RDONLY"); in openflags2symbols()
267 strcat(Open_symbols, sep); in openflags2symbols()
269 strcat(Open_symbols, Open_flags[ind].symbol); in openflags2symbols()
283 strcat(Open_symbols, sep); in openflags2symbols()
284 strcat(Open_symbols, UNKNOWN_SYMBOL); in openflags2symbols()
/third_party/mesa3d/src/egl/main/
Deglconfigdebug.c118 strcat(surfString, "win,"); in _eglPrintConfig()
120 strcat(surfString, "pb,"); in _eglPrintConfig()
122 strcat(surfString, "pix,"); in _eglPrintConfig()
124 strcat(surfString, "str,"); in _eglPrintConfig()
126 strcat(surfString, "prsv"); in _eglPrintConfig()
/third_party/ltp/lib/
Dtst_mkfs.c66 strcat(fs_opts_str, " "); in tst_mkfs_()
67 strcat(fs_opts_str, fs_opts[i]); in tst_mkfs_()
84 strcat(extra_opts_str, " "); in tst_mkfs_()
85 strcat(extra_opts_str, extra_opts[i]); in tst_mkfs_()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c26 strcat(buffer, in PrintHelp()
35 strcat(buffer, "\nError: "); in PrintError()
36 strcat(buffer, message); in PrintError()
37 strcat(buffer, "\n"); in PrintError()
43 strcat(buffer, "\nError: "); in PrintError_WRes()
44 strcat(buffer, message); in PrintError_WRes()
53 strcat(buffer, "\n"); in PrintError_WRes()
/third_party/icu/icu4c/source/test/cintltst/
Dudatatst.c159 strcat(strcpy(path, ctest_dataOutDir()), U_ICUDATA_NAME); in TestUDataOpen()
168 strcat(icuDataFilePath, ".dat"); in TestUDataOpen()
197 strcat(path, "tmp"); in TestUDataOpen()
198 strcat(path, dirSepString); in TestUDataOpen()
199 strcat(path, U_ICUDATA_NAME); in TestUDataOpen()
208 strcat(icuDataFilePath, ".dat"); in TestUDataOpen()
249 strcat(icuDataFilePath, "build"); in TestUDataOpen()
250 strcat(icuDataFilePath, dirSepString); in TestUDataOpen()
251 strcat(icuDataFilePath, U_ICUDATA_NAME); in TestUDataOpen()
252 strcat(icuDataFilePath, dirSepString); in TestUDataOpen()
[all …]
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp497 strcat(tailoringName, "/"); in getFileNames()
498 strcat(tailoringName, name); in getFileNames()
499 strcat(tailoringName, "_raw."); in getFileNames()
500 strcat(tailoringName, outExtension); in getFileNames()
504 strcat(tailoringDumpName, "/"); in getFileNames()
505 strcat(tailoringDumpName, name); in getFileNames()
506 strcat(tailoringDumpName, ".dump"); in getFileNames()
511 strcat(diffName, "/"); in getFileNames()
512 strcat(diffName, name); in getFileNames()
513 strcat(diffName, "_collation."); in getFileNames()
[all …]
/third_party/alsa-lib/src/control/
Dnamehint.c73 strcat(x, "|DESC"); in hint_list_add()
74 strcat(x, description); in hint_list_add()
189 strcat(res, ", "); in get_dev_name()
190 strcat(res, str2); in get_dev_name()
196 strcat(res, ", "); in get_dev_name()
197 strcat(res, str2); in get_dev_name()
198 strcat(res, " / "); in get_dev_name()
199 strcat(res, str1); in get_dev_name()
218 strcat(res, ", "); in get_dev_name()
219 strcat(res, str1); in get_dev_name()
[all …]
/third_party/libunwind/src/ia64/
DGrbs.c55 strcat (buf, "memstk_nat("); in ia64_strloc()
57 strcat (buf, "uc("); in ia64_strloc()
59 strcat (buf, "fp("); in ia64_strloc()
68 strcat (buf, ")"); in ia64_strloc()
70 strcat (buf, ")"); in ia64_strloc()
72 strcat (buf, ")"); in ia64_strloc()
/third_party/icu/tools/multi/proj/icu4cscan/
Dtestxml.cpp127 strcat(comments, tmp); in could_open()
132 strcat(comments, tmp); in could_open()
313 strcat(comments, tmp); in date()
320 strcat(comments,tmp); in date()
332 strcat(tmp, " "); in writeOkComments()
359 strcat(comments, tmp); in could_fmt_dow()
363 strcat(comments, tmp); in could_fmt_dow()
512 strcat(tmp, "\""); in main()
/third_party/icu/icu4c/source/test/intltest/
Dnormconf.cpp80 strcat(unidataPath, "unidata" U_FILE_SEP_STRING); in openNormalizationTestFile()
81 strcat(unidataPath, filename); in openNormalizationTestFile()
93 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." in openNormalizationTestFile()
96 strcat(unidataPath, filename); in openNormalizationTestFile()
108 strcat(unidataPath, U_FILE_SEP_STRING); in openNormalizationTestFile()
109 strcat(unidataPath, filename); in openNormalizationTestFile()
121 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING); in openNormalizationTestFile()
122 strcat(unidataPath, filename); in openNormalizationTestFile()
132 strcat(unidataPath, filename); in openNormalizationTestFile()
139 strcat(unidataPath, filename); in openNormalizationTestFile()
/third_party/icu/tools/multi/proj/provider/
Dcolldiff.cpp61 strcat(locID, "@sp=icu"); in main()
62 strcat(locID, provider_version[v]); in main()
83 strcat(xbuf2,locID); in main()
84 strcat(xbuf2,"/"); in main()
/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp81 strcat (InputWelsEncCfgPath, "welsenc.cfg"); in Encode()
84 strcat (InputYUVPath, "CiscoVT2people_160x96_6fps.yuv"); in Encode()
88 strcat (InputCfgPath, "layer2.cfg"); in Encode()
99 strcat (Output264Path, "WP8_Test_CiscoVT2people_160x96_6fps.264"); in Encode()
/third_party/toybox/toys/pending/
Dgroupadd.c83 strcat(entry, grp->gr_mem[i]); in groupadd_main()
84 strcat(entry, ","); in groupadd_main()
87 strcat(entry, *toys.optargs); in groupadd_main()
/third_party/selinux/libsepol/cil/src/
Dcil_fqn.c65 strcat(prefix, datum->name); in __cil_fqn_qualify_decls()
97 strcat(child_args.prefix, datum->name); in __cil_fqn_qualify_blocks()
98 strcat(child_args.prefix, "."); in __cil_fqn_qualify_blocks()
/third_party/qrcodegen/c/
Dqrcodegen-demo.c135 strcat(concat, silver0); in doSegmentDemo()
136 strcat(concat, silver1); in doSegmentDemo()
175 strcat(concat, golden0); in doSegmentDemo()
176 strcat(concat, golden1); in doSegmentDemo()
177 strcat(concat, golden2); in doSegmentDemo()
/third_party/elfutils/backends/
Dsparc_attrs.c94 s = strcat (s, ","); in sparc_check_object_attribute()
95 s = strcat (s, caps[cap]); in sparc_check_object_attribute()
/third_party/ntfs-3g/libntfs-3g/
Dreparse.c409 strcat(defines,drive); in ntfs_drive_letter()
410 strcat(defines,":"); in ntfs_drive_letter()
606 strcat(fulltarget,"/"); in ntfs_get_fulllink()
607 strcat(fulltarget,target); in ntfs_get_fulllink()
637 strcat(fulltarget,"/"); in ntfs_get_fulllink()
638 strcat(fulltarget,mappingdir); in ntfs_get_fulllink()
639 strcat(fulltarget,target); in ntfs_get_fulllink()
715 strcat(fulltarget,"/"); in ntfs_get_abslink()
716 strcat(fulltarget,target); in ntfs_get_abslink()
744 strcat(fulltarget,"/"); in ntfs_get_abslink()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
D9-1.c66 strcat(path, "/"); in main()
67 strcat(path, argv[0]); in main()
/third_party/libunwind/src/
Delfxx.c516 strcat (newname, "/"); in elf_w()
517 strcat (newname, linkbuf); in elf_w()
523 strcat (newname, "/.debug/"); in elf_w()
524 strcat (newname, linkbuf); in elf_w()
531 strcat (newname, basedir); in elf_w()
532 strcat (newname, "/"); in elf_w()
533 strcat (newname, linkbuf); in elf_w()
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h34 char *strcat (char *__restrict, const char *__restrict);
116 #define strcat(dst, src) __strcat(dst, src) macro
127 #define strcat(dst, src) __strcat(dst, src) macro

12345678910>>...14