HomeSort by relevance Sort by last modified time
    Searched full:strcat (Results 301 - 325 of 1035) sorted by null

<<11121314151617181920>>

  /external/oprofile/libop/
op_events.c 720 strcat(ev_map_file, "/");
722 strcat(ev_map_file, cpu_name);
723 strcat(ev_map_file, "/");
724 strcat(ev_map_file, "event_mappings");
  /external/oprofile/libpopt/
poptconfig.c 176 strcat(fn, "/.popt");
  /frameworks/av/media/libmedia/
MediaScanner.cpp 222 strcat(fileSpot, "/");
  /hardware/broadcom/libbt/src/
hardware.c 415 strcat(p_chip_id_str, "/");
417 strcat(p_chip_id_str, fw_patchfile_name);
459 strcat(p_chip_id_str, "/");
461 strcat(p_chip_id_str, dp->d_name);
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 381 strcat(mixer_path, " bt-sco");
383 strcat(mixer_path, " bt-sco");
385 strcat(mixer_path, " hdmi");
387 strcat(mixer_path, " speaker-and-hdmi");
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 364 strcat(mixer_path, " bt-sco");
366 strcat(mixer_path, " bt-sco");
368 strcat(mixer_path, " hdmi");
370 strcat(mixer_path, " speaker-and-hdmi");
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 148 return strcat(dest, src);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 1079 if(strcat(dir_path,dir_name) == NULL)
1080 printf("Strcat error")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 30 static_assert((std::is_same<decltype(std::strcat(cp, cpc)), char*>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.a 521   B"-stpcpy-chk.c__stpcpy_chkstrlen__chk_failmemcpy 9   " / 5 @DH Q m ? ?strcat-chk.o/ 1316764869 28587 5000 100640 2588 `
547  I &I?k+z?,,?z?&,??src,??-!?s1/??ds20??hc1??o?f? ???? /tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libssp/tmp/gcc32/build/1/gcc/./gcc/includestrcat-chk.cstddef.h.fgk?Y?hKN?Y??h=????| zAB v? ttyuyzt?3__strcat_chkzslenunsigned intsize_t__strcat_chkdest/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libssp/strcat-chk.ccharGNU C 4.4.3GCC: (GNU) 4.4.3.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack4z d %?+?0??B0?> t xR??N ? b?4^ ? 
558   zstrcat-chk.c__strcat_chk__chk_fail"Q   " / 5 @DH Q m ? ?strcpy-chk.o/ 1316764869 28587 5000 100640 2548 `
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /system/vold/
Process.cpp 106 strcat(path, de->d_name);
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 62 20030 STRCAT
237 /*---------------------- strcat ----------------------*/
239 #define STRCAT(soname, fnname) \
251 /* This is a bit redundant, I think; any overlap and the strcat will */ \
257 RECORD_OVERLAP_ERROR("strcat", dst_orig, src_orig, 0); \
263 STRCAT(VG_Z_LIBC_SONAME, strcat)
264 STRCAT(VG_Z_LIBC_SONAME, __GI_strcat)
267 //STRCAT(VG_Z_LIBC_SONAME, strcat)
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 284 strcat(tmp,"_");
285 FN = strcat(tmp,N);
324 strcat(tmp,"_");
325 strcat(tmp,N);
530 void AddFormat(char* str){strcat(m_pElemFormat,str);}
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 69 strcat(fname, "/qtrace");
70 strcat(fname, ext);
977 strcat(name, ".");
978 strcat(name, method);
979 strcat(name, sig);
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 584 { "strcat", benchmarkStrcat, reinterpret_cast<void_func_t>(strcat) },
585 { "strcat_cold", benchmarkStrcatCold, reinterpret_cast<void_func_t>(strcat) },
647 printf(" micro_bench [--src_align ALIGN] [--src_or_mask OR_MASK] [--dst_align ALIGN] [--dst_or_mask] [--dst_str_size SIZE] strcat NUM_BYTES [ITERS]\n");
652 printf(" In addition, memcpy/memcpy/memset/strcat/strcpy/strlen have _cold versions\n");
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 288 it = "strcat";
290 check (strcat (one, "lmn") == one, 1); /* Returned value. */
294 (void) strcat (one, "yz");
300 (void) strcat (one, two);
305 (void) strcat (one, "");
308 (void) strcat (one, "");
311 (void) strcat (one, "cd");
318 /* First test it as strcat, with big counts, then test the count
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp 845 strcat(buffer, note);
878 if (i != 0) strcat(buffer, ",");
986 if (i != 0) strcat(buffer, ",");
998 strcat(buffer, ",");
1067 strcat(buffer, "<- ");
1077 strcat(buffer, "...");
    [all...]

Completed in 421 milliseconds

<<11121314151617181920>>