HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 1 - 25 of 984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
object-size.c 3 #define strcpy(dest, src) \ macro
19 strcpy(&gbuf[4], "Hi there");
25 strcpy(gbuf, "Hi there");
31 strcpy(&gbuf[100], "Hi there");
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
44 strcpy(gp, "Hi there");
52 strcpy(&buf[4], "Hi there");
59 strcpy((++i, gbuf), "Hi there");
67 strcpy(buf[++gi], "Hi there");
74 strcpy((char *)((++gi) + gj), "Hi there")
    [all...]
stack-protector.c 12 strcpy(a, msg);
2002-05-24-Alloca.c 5 char *strcpy(char *restrict s1, const char *restrict s2);
9 strcpy(C, argv[0]);
  /bootable/bootloader/legacy/libc/
strcpy.c 29 char *strcpy(char *dst, const char *src) function