HomeSort by relevance Sort by last modified time
    Searched full:strcpy (Results 276 - 300 of 2026) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 53 using ::strcpy;
  /system/core/adb/
log_service.c 79 strcpy(log_device, LOG_FILE_DIR);
  /system/core/fastboot/
bootimg.c 37 strcpy((char*) h->cmdline, cmdline);
  /system/core/libcutils/
process_name.c 49 strcpy(copy, new_name);
  /system/core/toolbox/
chmod.c 33 strcpy(subpath, path);
  /system/extras/tests/bionic/libstdc++/
test_cstring.cpp 51 using std::strcpy;
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 498 strcpy(action, "getting and testing of string with embeded zero");
514 strcpy(action, "getting and testing of binary type");
527 strcpy(action, "getting and testing of imported binary type");
540 strcpy(action, "getting and testing of integer types");
552 strcpy(action, "getting minusone");
565 strcpy(action, "getting plusone");
606 /* This strcpy fixes compiler warnings about long strings */
607 strcpy(pattern, "[ \\\\u0020 \\\\u00A0 \\\\u1680 \\\\u2000 \\\\u2001 \\\\u2002 \\\\u2003 \\\\u2004 \\\\u2005 \\\\u2006 \\\\u2007 "
679 strcpy(path, sourcePath);
681 strcpy(path, deltaPath)
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 498 strcpy(action, "getting and testing of string with embeded zero");
514 strcpy(action, "getting and testing of binary type");
527 strcpy(action, "getting and testing of imported binary type");
540 strcpy(action, "getting and testing of integer types");
552 strcpy(action, "getting minusone");
565 strcpy(action, "getting plusone");
606 /* This strcpy fixes compiler warnings about long strings */
607 strcpy(pattern, "[ \\\\u0020 \\\\u00A0 \\\\u1680 \\\\u2000 \\\\u2001 \\\\u2002 \\\\u2003 \\\\u2004 \\\\u2005 \\\\u2006 \\\\u2007 "
679 strcpy(path, sourcePath);
681 strcpy(path, deltaPath)
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 319 strcpy(tbuf, "!");
329 strcpy(tbuf, "");
356 strcpy(tbuf, name);
359 strcpy(tbuf, "0000");
398 strcpy(tbuf, cc_names[operand]);
419 strcpy(tbuf, "see above");
431 strcpy(tbuf, "DecodeError1");
448 strcpy(buf, "all");
  /art/compiler/
image_test.cc 189 strcpy(magic, ""); // bad magic
191 strcpy(magic, "art\n000"); // bad version
oat_test.cc 164 strcpy(magic, ""); // bad magic
166 strcpy(magic, "oat\n000"); // bad version
  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcpy_chk.S 38 // instead of a strcpy.
194 .string "strcpy buffer overflow"
  /bionic/libc/tzcode/
asctime.c 88 return strcpy(buf, "??? ??? ?? ??:??:?? ????\n");
113 return strcpy(buf, result);
  /development/tools/elftree/
elftree.c 77 strcpy(s->name, name);
101 strcpy(dir->path, path);
  /external/bison/m4/
strerror_r.m4 95 strcpy (buf, "Unknown");
152 strcpy (copy, str);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 18 #include "string.h" /* for strcpy */
445 (void) strcpy(fakeenv[to++], "TZ=");
455 (void) strcpy(&fakeenv[0][3], argv[i]);
472 strcpy(path, dirarg);
991 strcpy(path, basedir);
1006 strcpy(pzonename, relpath);
1028 strcpy(subpath, relpath);
1032 strcpy(subpath, dir->d_name);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 58 // Behavior of functions like "memcpy" or "strcpy" is undefined
435 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT
437 if (!asan_inited) return REAL(strcpy)(to, from); // NOLINT
439 // strcpy is called from malloc_default_purgeable_zone()
442 return REAL(strcpy)(to, from); // NOLINT
447 CHECK_RANGES_OVERLAP("strcpy", to, from_size, from, from_size);
451 return REAL(strcpy)(to, from); // NOLINT
680 ASAN_INTERCEPT_FUNC(strcpy); // NOLINT
  /external/e2fsprogs/lib/blkid/
dev.c 143 strcpy(new_type, search_type);
144 strcpy(new_value, search_value);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 57 strcpy(dp->name, name);
108 strcpy(cp, path);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 71 strcpy (id_name, "/.build-id/");
82 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2],
  /external/icu4c/tools/tzcode/
zdump.c 18 #include "string.h" /* for strcpy */
445 (void) strcpy(fakeenv[to++], "TZ=");
455 (void) strcpy(&fakeenv[0][3], argv[i]);
472 strcpy(path, dirarg);
991 strcpy(path, basedir);
1006 strcpy(pzonename, relpath);
1028 strcpy(subpath, relpath);
1032 strcpy(subpath, dir->d_name);
  /external/iproute2/lib/
ll_map.c 92 strcpy(im->name, RTA_DATA(tb[IFLA_IFNAME]));
183 strcpy(ncache, name);
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 50 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
54 StringRef Name = "strcpy");
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 103 strcpy(exe_name, mapsfile);
115 strcpy(image_name, exe_name);

Completed in 803 milliseconds

<<11121314151617181920>>