HomeSort by relevance Sort by last modified time
    Searched full:strcat (Results 76 - 100 of 1036) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 55 strcat(mDebugText, debugText);
76 strcat(mDebugText, debugText);
  /device/lge/hammerhead/libsensors/
LightSensor.cpp 58 strcat(sysfs, "als_poll_delay");
84 strcat(sysfs, "enable_als_sensor");
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 64 %tmp15 = call i8* @strcat( i8* %tmp6, i8* %contents )
71 declare i8* @strcat(i8*, i8*)
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 135 strcat(newPath, "/");
136 strcat(newPath, ent->d_name);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 32 char* strcat (char* restrict s1, const char* restrict s2);
74 using ::strcat;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 56 #undef strcat
81 using ::strcat;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 33 # undef strcat macro
143 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 33 # undef strcat macro
143 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 33 # undef strcat macro
143 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstring 56 #undef strcat
81 using ::strcat;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstring 56 #undef strcat
81 using ::strcat;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstring 56 #undef strcat
81 using ::strcat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstring 56 #undef strcat
81 using ::strcat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstring 55 #undef strcat
82 using ::strcat;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstring 53 #undef strcat
80 using ::strcat;
  /system/core/libcutils/
socket_local_client.c 79 strcat(p_addr->sun_path, name);
92 strcat(p_addr->sun_path, name);
  /system/core/toolbox/
notify.c 110 strcat(filename, "/");
111 strcat(filename, event->name);
wipe.c 98 strcat(nameBuffer, "/");
162 strcat(nameBuffer, "/");
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 25 char *strcat(char *, const char *);
  /external/kernel-headers/original/linux/
string.h 33 extern char * strcat(char *, const char *);

Completed in 906 milliseconds

1 2 34 5 6 7 8 91011>>