/external/clang/test/Analysis/Inputs/ |
system-header-simulator.h | 34 char *strcpy(char *restrict, const char *restrict);
|
/external/compiler-rt/SDKs/darwin/usr/include/ |
string.h | 26 char *strcpy(char *, const char *);
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
strncpy-overflow.cc | 14 strcpy(hello, "hello");
|
/external/e2fsprogs/intl/ |
log.c | 78 strcpy (last_logfilename, logfilename);
|
os2compat.c | 97 strcpy (libintl_nl_default_dirname, _nlos2_localedir);
|
/external/e2fsprogs/lib/ext2fs/ |
dupfs.c | 50 strcpy(fs->device_name, src->device_name);
|
/external/e2fsprogs/lib/ |
fpopen.c | 72 strcpy(buf, cmd);
|
/external/e2fsprogs/lib/ss/ |
get_readline.c | 62 strcpy(tmp, libpath);
|
invocation.c | 59 strcpy(new_table->prompt, subsystem_name);
|
/external/e2fsprogs/resize/ |
sim_progress.c | 95 strcpy(prog->label, label);
|
/external/freetype/include/freetype/config/ |
ftstdlib.h | 86 #define ft_strcpy strcpy
|
/external/icu4c/samples/udata/ |
reader.c | 94 strcpy(curPathBuffer, currdir);
|
/external/icu4c/test/cintltst/ |
cintltst.c | 277 strcpy(newPath, oldPath); 278 strcpy(newPath+oldLen, U_PATH_SEP_STRING); 279 strcpy(newPath+oldLen+1, toAppend); 323 strcpy(p, __FILE__); 337 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING ); 390 strcpy(p, __FILE__); 404 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING); 453 strcpy(retStr, dataDir); 554 strcpy(tdpath, directory);
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 156 strcpy(locale, loc); 250 strcpy(locale, loc); 379 strcpy(locale, loc); 457 strcpy(locale, loc);
|
/external/iproute2/tc/ |
emp_ematch.l | 25 strcpy(buf, *ematch_argv); \
|
/external/openfst/src/include/fst/extensions/far/ |
create.h | 73 strcpy(filename, inputs[i].c_str());
|
/external/openssl/crypto/dso/ |
dso_dl.c | 269 strcpy(merged, filespec1); 281 strcpy(merged, filespec2); 307 strcpy(merged, filespec2); 309 strcpy(&merged[spec2len + 1], filespec1);
|
/external/oprofile/libop/ |
op_mangle.c | 69 strcpy(mangled, op_samples_current_dir);
|
/external/oprofile/libop/tests/ |
mangle_tests.c | 55 strcpy(expect, op_samples_current_dir);
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 496 strcpy(cpupath, OP_DRIVER_BASE"/stats/"); 499 strcpy(fullname, cpupath); 504 strcpy(fullname, cpupath); 509 strcpy(fullname, cpupath); 514 strcpy(fullname, cpupath); 564 strcpy(vmlinux, "--no-vmlinux"); 565 strcpy(kernel_range, ""); 675 strcpy(command, argv[0]); 677 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR);
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 111 strcpy(ttyname, "/dev/");
|
dict.c | 95 strcpy(vdict->vendorname, namestr); 190 strcpy (attr->name, namestr); 257 strcpy (dval->attrname, attrstr); 258 strcpy (dval->name, namestr);
|
/external/stlport/test/unit/ |
cstring_test.cpp | 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 354 strcpy(ifc, CONTROL_IFACE_PATH); 481 strcpy(supplicant_name, P2P_SUPPLICANT_NAME); 482 strcpy(supplicant_prop_name, P2P_PROP_NAME); 491 strcpy(supplicant_name, SUPPLICANT_NAME); 492 strcpy(supplicant_prop_name, SUPP_PROP_NAME); 566 strcpy(supplicant_name, P2P_SUPPLICANT_NAME); 567 strcpy(supplicant_prop_name, P2P_PROP_NAME); 569 strcpy(supplicant_name, SUPPLICANT_NAME); 570 strcpy(supplicant_prop_name, SUPP_PROP_NAME);
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 44 strcpy(mi->name, line + 49);
|