Searched refs:strcat (Results 126 - 150 of 264) sorted by relevance

1234567891011

/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c146 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusables.txt");
156 strcat(fileName, U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING "confusablesWholeScript.txt");
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp267 strcat(bidiTestPath, "BidiTest.txt");
436 strcat(bidiTestPath, "BidiCharacterTest.txt");
H A Didnaconf.cpp77 strcat(absolute_name, name);
H A Dtsmthred.cpp1235 strcat(testDataPath, "CollationTest_");
1245 strcat(buffer, type);
1260 strcat(buffer, ext);
1265 strcat(buffer, ext);
/external/libmtp/src/
H A Dplaylist-spl.c226 strcat(f->filename, ".spl"); // append suffix
309 strcat(s,".spl"); // FIXME check for success
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c136 strcat(fullpath, "/");
137 strcat(fullpath, pDirent->d_name);
/external/libxml2/
H A Dxzlib.c115 strcat(state->msg, ": ");
116 strcat(state->msg, msg);
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp181 if (TLI && TLI->has(LibFunc::strcat) &&
182 F->getName() == TLI->getName(LibFunc::strcat)) {
/external/toybox/toys/pending/
H A Dmodprobe.c379 strcat(toybuf, flags);
380 strcat(toybuf, " ");
/external/zlib/src/test/
H A Dinfcover.c530 strcat(prefix, "-late");
556 strcat(prefix, "-back");
H A Dminigzip.c474 strcat(outfile, GZ_SUFFIX);
526 strcat(infile, GZ_SUFFIX);
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc379 INTERCEPT_LIBRARY_FUNCTION(strcat); // NOLINT variable
/external/dnsmasq/src/
H A Dcache.c840 strcat(cache->name.sname, ".");
841 strcat(cache->name.sname, domain_suffix);
981 strcat(path, "/");
982 strcat(path, ent->d_name);
/external/e2fsprogs/util/
H A Dsubst.c353 strcat(newfn, ".new");
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp73 strcat(buffer, filename);
/external/liblzf/
H A Dlzf.c344 strcat (oname, ".lzf");
/external/libvncserver/x11vnc/misc/
H A DXdummy1460 strcat(tmpdir, s);
1461 strcat(tmpdir, "/");
1477 strcat(str1, str2);
1589 strcat(str1, q);
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c98 strcat(str->buffer, text);
/external/svox/pico/lib/
H A Dpicopal.c128 return (picopal_char *)strcat((char *)dest, (const char *)src);
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1516 strcat(test_name, "udp");
1531 strcat(test_name, "adp");
1663 strcat(test_name, "odp");
1675 strcat(test_name, "mdp");
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1516 strcat(test_name, "udp");
1531 strcat(test_name, "adp");
1663 strcat(test_name, "odp");
1675 strcat(test_name, "mdp");
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
163 strcat(c_mode, "b");
/external/zlib/src/contrib/minizip/
H A Dminizip.c334 strcat(filename_try,".zip");
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c714 strcat(NormalizedDeviceNameBuffer, "Floppy0");
718 strcat(NormalizedDeviceNameBuffer, "Harddisk0");
733 strcat(NormalizedDeviceNameBuffer, "\\Partition0");
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c352 strcat(pathToFunction, nodeList[i]->name);
353 strcat(pathToFunction, separatorString);
355 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */

Completed in 885 milliseconds

1234567891011