Searched
full:strcpy (Results
776 -
800 of
2026) sorted by null
<<31323334353637383940>>
/external/clang/test/Analysis/ |
malloc.c | 629 strcpy(p, s); 632 // Rely on the CString checker evaluation of the strcpy API to convey that the result of strcpy is equal to p. 635 p = strcpy(p, s);
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 157 // FIXME: Add stricter shadow checks in str* interceptors (ex.: strcpy should 160 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { // NOLINT 163 char *res = REAL(strcpy)(dest, src); // NOLINT [all...] |
/external/dnsmasq/contrib/wrt/ |
dhcp_release.c | 277 strcpy(ifr.ifr_name, argv[1]);
|
/external/e2fsprogs/debugfs/ |
dump.c | 204 strcpy(buf, (char *) inode->i_block);
|
/external/e2fsprogs/ext2ed/ |
blockbitmap_com.c | 66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */
|
/external/e2fsprogs/lib/e2p/ |
feature.c | 279 strcpy(buf, str);
|
/external/e2fsprogs/misc/ |
e2freefrag.c | 192 strcpy(end_str, "max ");
|
e2initrd_helper.c | 161 strcpy(ret, s);
|
util.c | 190 strcpy(buf, opts);
|
/external/elfutils/src/ |
ranlib.c | 245 strcpy (stpcpy (tmpfname, fname), "XXXXXX");
|
/external/harfbuzz_ng/src/ |
hb-buffer-serialize.cc | 82 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END
|
/external/hyphenation/ |
hyphen.c | 332 strcpy(dict[k]->cset, dict[0]->cset); 927 strcpy(prep_word + 2 + i - (*pos)[i], (*rep)[i]); 957 strcpy(prep_word + 1, word); [all...] |
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 240 strcpy(lf.lfFaceName, faceName);
|
/external/icu4c/samples/uresb/ |
uresb.c | 124 strcpy(resPathBuffer, currdir);
|
/external/icu4c/test/cintltst/ |
sprpdata.c | 300 strcpy(filename,srcdatapath);
|
/external/icu4c/test/intltest/ |
winnmtst.cpp | 284 strcpy(localeID, lcidRecords[i].localeID);
|
/external/iproute2/tc/ |
m_xt.c | 89 strcpy(target->t->u.user.name, target->name);
|
tc.c | 150 q->id = strcpy(malloc(strlen(str)+1), str);
|
/external/iptables/extensions/ |
libipt_icmp.c | 147 strcpy(buffer, icmptype);
|
/external/kernel-headers/original/asm-x86/ |
string_32.h | 9 extern char *strcpy(char *dest, const char *src);
|
/external/libmtp/src/ |
playlist-spl.c | 225 strcpy(f->filename, pl->name); 308 strcpy(s, newlist->name); 691 strcpy(iw,files->filename); 702 strcpy(iw, f);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 118 'bsearch', 'qsort', 'rand', 'srand', 'strcpy', 'strncpy', 'strcat', 'strncat',
|
klonec.php | 59 'strdup', 'strcpy', 'strcmp', 'strncpy', 'strcasecmp', 'cat', 'strcat', 'strstr',
|
/external/libxslt/libxslt/ |
extra.c | 266 strcpy(result+20, "???"); /* tzname doesn't work, fake it */
|
/external/linux-tools-perf/util/ |
color.c | 57 strcpy(dst, PERF_COLOR_RESET);
|
Completed in 667 milliseconds
<<31323334353637383940>>