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

1 2 3 4 5 67 8 91011>>

  /external/qemu/telephony/
test2.c 80 strcat( temp+mm, "<LF>" );
84 strcat( temp+mm, "<CR>" );
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 49 strcat(input_sysfs_path, input_name);
50 strcat(input_sysfs_path, "/device/device/");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
string.h 46 #undef strcat macro
144 #define strcat(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string3.h 33 # undef strcat macro
144 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 46 #undef strcat macro
144 #define strcat(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 33 # undef strcat macro
144 __NTH (strcat (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 46 #undef strcat macro
144 #define strcat(dest, src) \ macro
  /system/core/toolbox/
notify.c 110 strcat(filename, "/");
111 strcat(filename, event->name);
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 65 strcat(sysfs, "enable_ps_sensor");
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_string.h 63 #define OI_Strcat(dest, src) strcat((dest),(src))
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
realpath.c 44 strcat(out, "/");
  /external/openssl/crypto/bio/
bss_file.c 385 strcat(p,"b");
387 strcat(p,"t");
391 strcat(p,"b");
393 strcat(p,"t");
  /external/stlport/test/unit/
cstring_test.cpp 30 //For deprecated symbols like strcat, strtok...
55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
  /external/valgrind/main/coregrind/
launcher-darwin.c 119 strcat(fullname, "/");
120 strcat(fullname, clientname);
363 strcat(launcher_name, "/");
367 strcat(launcher_name, envp[i+1]);
launcher-linux.c 113 strcat(fullname, "/");
114 strcat(fullname, clientname);
371 strcat(new_line, "=");
372 strcat(new_line, launcher_name);
m_options.c 260 VG_(strcat)(absout, "/");
261 VG_(strcat)(absout, out);
273 VG_(strcat)(opt, "=");
274 VG_(strcat)(opt, format);
  /external/valgrind/main/memcheck/tests/
overlap.c 93 strcat(b, a);
108 /* Nb: can't actually get strcat warning -- if any overlap occurs, it will
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 99 strcat(cwd, "/");
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 30 //For deprecated symbols like strcat, strtok...
55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 30 //For deprecated symbols like strcat, strtok...
55 CPPUNIT_CHECK( std::strcat((char*)buf, foo) == (char*)buf ); // buf <- foo
  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 287 strcat(localeID, ";");
289 strcat(localeID, "@");
292 strcat(localeID, "compat=host");
  /external/icu/icu4c/source/test/intltest/
winnmtst.cpp 287 strcat(localeID, ";");
289 strcat(localeID, "@");
292 strcat(localeID, "compat=host");
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 393 strcat(str,".");
394 strcat(str,ext);
403 strcat(str,ext);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 393 strcat(str,".");
394 strcat(str,ext);
403 strcat(str,ext);
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 396 strcat(str,".");
397 strcat(str,ext);
406 strcat(str,ext);

Completed in 2697 milliseconds

1 2 3 4 5 67 8 91011>>