HomeSort by relevance Sort by last modified time
    Searched refs:strcat (Results 26 - 50 of 563) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libstdc++/include/
cstring 49 using ::strcat;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 49 using ::strcat;
  /ndk/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 47 using ::strcat;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 47 using ::strcat;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 49 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 49 using ::strcat;
  /bootable/recovery/applypatch/
freecache.c 31 strcat(path, de->d_name);
32 strcat(path, "/fd/");
45 strcat(fd_path, fdde->d_name);
98 strcat(path, "/");
99 strcat(path, de->d_name);
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 356 // strcat() reads strlen(to) bytes from |to| before concatenating.
363 // Normal strcat calls.
364 strcat(to, from);
365 strcat(to, from);
366 strcat(to + from_size, from + from_size - 2);
369 EXPECT_DEATH(strcat(to - 1, from + from_size - 1), LeftOOBAccessMessage(1));
371 EXPECT_DEATH(strcat(to - 1, from), LeftOOBAccessMessage(1));
372 EXPECT_DEATH(strcat(to, from - 1), LeftOOBReadMessage(1));
373 EXPECT_DEATH(strcat(to + to_size, from), RightOOBWriteMessage(0));
374 EXPECT_DEATH(strcat(to, from + from_size), RightOOBReadMessage(0))
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
289 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
362 strcat((char*)tmpFileName, (const char*)picoInternalTaLingware[langIndex]);
381 strcat((char *) picoTaFileName, (const char *) picoInternalTaLingware[langIndex]);
382 strcat((char *) picoSgFileName, (const char *) picoInternalSgLingware[langIndex]);
383 strcat((char *) picoUtppFileName, (const char *) picoInternalUtppLingware[langIndex]);
560 strcat(data, tmp);
567 strcat(data, tmp)
    [all...]
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 109 strcat(cmdbuf, GDB_TO_PYTHON_REL_DIR);
130 strcat(cmdbuf, PYTHONHOME_REL_DIR);
137 strcat(cmdbuf, GDB_EXECUTABLE_ORIG_FILENAME" ");
  /bionic/libc/arch-x86_64/string/
sse2-strcat-slm.S 31 #ifndef STRCAT
32 # define STRCAT strcat
65 ENTRY (STRCAT)
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.c 183 strcat(optbuf, ", ");
188 strcat(optbuf, optopt);
197 strcat(optbuf, ", ");
200 strcat(optbuf, optopt);
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 139 strcat(ret, parent_name);
140 strcat(ret, "/");
142 strcat(ret, gp.name);
144 strcat(ret, "???");
  /external/e2fsprogs/lib/ss/
help.c 88 (void) strcat(buffer, "/");
89 (void) strcat(buffer, argv[1]);
90 (void) strcat(buffer, ".info");
100 strcat(buf, argv[1]);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
scripts.c 142 strcat(cmd, script_opt);
145 strcat(cmd, " -i ");
146 strcat(cmd, input_name);
149 strcat(cmd, " 2>&1");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 16 #define _fstrcat strcat
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 47 using std::strcat;

Completed in 754 milliseconds

12 3 4 5 6 7 8 91011>>