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

<<11121314151617181920>>

  /external/valgrind/main/callgrind/
fn.c 445 VG_(strcat)(dir, "/"); // Append '/'
446 VG_(strcat)(dir, file); // Append file to dir
  /external/zlib/src/test/
infcover.c 530 strcat(prefix, "-late");
556 strcat(prefix, "-back");
minigzip.c 474 strcat(outfile, GZ_SUFFIX);
526 strcat(infile, GZ_SUFFIX);
  /frameworks/native/cmds/rawbu/
backup.cpp 83 strcat(nameBuffer, "/");
153 strcat(nameBuffer, "/");
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 431 strcat(dcc_dir[nIndex], "/");
576 strcat(temp, filename);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /system/core/fastboot/
fastboot.c 830 strcat(command,*argv);
833 strcat(command," ");
  /external/jhead/
jhead.c 255 strcat(OutComment, "\n");
270 strcat(OutComment, "\n");
725 strcat(ThumbTempName_in, ".thi");
727 strcat(ThumbTempName_out, ".tho");
778 // Protect against buffer overruns in strcpy / strcat's on filename
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 352 // Verify the "strcat" function prototype.
369 // Handle the simple, do-nothing case: strcat(x, "") -> x
438 // strncat(x, s, c) -> strcat(x, s)
439 // s is constant so the strcat can be optimized further
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 309 strcat(value, buf);
310 //strcat(value, ";");
311 strcat(value, " ");
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 262 strcat(str, " ");
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 175 strcat(buf, TestCases[i].type);
dcfmtest.cpp 176 strcat(buffer, filename);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.h 273 * This appends \p str to \p *dest, similar to \c strcat, using ralloc_resize
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.c 107 strcat(buffer, " DRI2");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 244 strcat(str, ":F1");
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 609 strcat(filename_try,".zip");
  /external/e2fsprogs/debugfs/
set_fields.c 475 strcat(name, idx);
  /external/e2fsprogs/ext2ed/
main.c 118 strcat(buf, argv[optind]);

Completed in 1381 milliseconds

<<11121314151617181920>>