/third_party/icu/icu4c/as_is/os400/ |
H A D | iculd.c | 108 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(lib in main() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | cpuinfo.c | 66 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/backends/backend/ |
H A D | plustek-usbio.c | 196 strcat( buf, " "); in dumpregs() 200 strcat( buf, "XX "); in dumpregs() 204 strcat( buf, b2 ); in dumpregs() 225 strcat( buf, " "); in dumpregs() 228 strcat( buf, "XX "); in dumpregs() 231 strcat( buf, b2 ); in dumpregs() 303 case 4: strcat( buf, "LM9832/3" ); break; in usbio_DetectLM983x() 304 case 3: strcat( buf, "LM9831" ); break; in usbio_DetectLM983x() 305 case 2: strcat( buf, "LM9830 --> unsupported!!!" ); in usbio_DetectLM983x()
|
H A D | hp3900_debug.c | 303 strcat (sline, sdata); in dbg_motorcurves() 309 strcat (sline, "ACC, "); in dbg_motorcurves() 311 strcat (sline, "DEC, "); in dbg_motorcurves() 316 strcat (sline, "NORMALSCAN, "); in dbg_motorcurves() 319 strcat (sline, "PARKHOME , "); in dbg_motorcurves() 322 strcat (sline, "SMEARING , "); in dbg_motorcurves() 325 strcat (sline, "BUFFERFULL, "); in dbg_motorcurves() 330 strcat (sline, sdata); in dbg_motorcurves() 336 strcat (sline, sdata); in dbg_motorcurves() 345 strcat (slin in dbg_motorcurves() [all...] |
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | reiser_fract_tree.c | 86 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()
|
H A D | mongo_compare.c | 76 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/mesa3d/src/egl/main/ |
H A D | eglconfigdebug.c | 118 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/testcases/kernel/fs/doio/ |
H A D | open_flags.c | 104 #include <string.h> /* strcat */ 256 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/ltp/lib/ |
H A D | tst_mkfs.c | 66 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/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 159 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(icuDataFilePat in TestUDataOpen() [all...] |
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 74 strcat(x, "|DESC"); in hint_list_add() 75 strcat(x, description); in hint_list_add() 190 strcat(res, ", "); in get_dev_name() 191 strcat(res, str2); in get_dev_name() 197 strcat(res, ", "); in get_dev_name() 198 strcat(res, str2); in get_dev_name() 199 strcat(res, " / "); in get_dev_name() 200 strcat(res, str1); in get_dev_name() 219 strcat(res, ", "); in get_dev_name() 220 strcat(re in get_dev_name() [all...] |
/third_party/toybox/toys/pending/ |
H A D | groupadd.c | 83 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/libunwind/libunwind/src/ia64/ |
H A D | Grbs.c | 55 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/provider/ |
H A D | colldiff.cpp | 61 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/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 497 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(diffNam in getFileNames() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | normconf.cpp | 80 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(unidataPat in openNormalizationTestFile() [all...] |
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | testxml.cpp | 87 // strcat(tmp, "\""); in _getCLDRVersionDirect() 113 // strcat(tmp, "\""); in _getCLDRVersionOld() 127 strcat(comments, tmp); in could_open() 132 strcat(comments, tmp); in could_open() 143 /*strcat(comments, tmp); */ in col_could_open() 148 /* strcat(comments, tmp); */ in col_could_open() 313 strcat(comments, tmp); in date() 320 strcat(comments,tmp); in date() 332 strcat(tmp, " "); in writeOkComments() 359 strcat(comment in could_fmt_dow() [all...] |
H A D | xmlout.cpp | 58 strcat(outs, "/>"); in XMLElement() 60 strcat(outs, ">"); in XMLElement()
|
/third_party/elfutils/backends/ |
H A D | sparc_attrs.c | 94 s = strcat (s, ","); in sparc_check_object_attribute() 95 s = strcat (s, caps[cap]); in sparc_check_object_attribute()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_fqn.c | 65 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/libunwind/libunwind/src/ |
H A D | elfxx.c | 448 strcat (newname, "/"); in load_debuglink() 449 strcat (newname, linkbuf); in load_debuglink() 455 strcat (newname, "/.debug/"); in load_debuglink() 456 strcat (newname, linkbuf); in load_debuglink() 463 strcat (newname, basedir); in load_debuglink() 464 strcat (newname, "/"); in load_debuglink() 465 strcat (newname, linkbuf); in load_debuglink()
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen-demo.c | 135 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/ltp/testcases/kernel/fs/fs_di/ |
H A D | frag.c | 62 strcat(frag_file1, "/frag1"); in main() 65 strcat(frag_file2, "/frag2"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create04.c | 52 strcat(pattern, "hugepages-"); in check_hugepage_support() 53 strcat(pattern, test_flags->h_size); in check_hugepage_support()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
H A D | 9-1.c | 66 strcat(path, "/"); in main() 67 strcat(path, argv[0]); in main()
|