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

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libop/
op_config.c 49 strcpy(op_session_dir, session_dir);
51 strcpy(op_samples_dir, op_session_dir);
54 strcpy(op_samples_current_dir, op_samples_dir);
57 strcpy(op_lock_file, op_session_dir);
60 strcpy(op_pipe_file, op_session_dir);
63 strcpy(op_log_file, op_samples_dir);
66 strcpy(op_dump_status, op_session_dir);
69 strcpy(op_device, op_session_dir);
72 strcpy(op_note_device, op_session_dir);
75 strcpy(op_hash_device, op_session_dir)
    [all...]
  /external/clang/test/CodeGen/
alloca.c 5 char *strcpy(char *restrict s1, const char *restrict s2);
9 strcpy(C, argv[0]);
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");
62 strcpy((++i, gbuf), "Hi there");
70 strcpy(buf[++gi], "Hi there");
77 strcpy((char *)((++gi) + gj), "Hi there")
    [all...]
nobuiltin.c 5 // make sure we don't optimize this call to strcpy()
  /external/llvm/test/Transforms/FunctionAttrs/
2009-01-04-Annotate.ll 13 declare i32 @strcpy(...)
15 ; CHECK-NOT: strcpy{{.*}}noalias
16 ; CHECK-NOT: strcpy{{.*}}nocapture
17 ; CHECK-NOT: strcpy{{.*}}nounwind
18 ; CHECK-NOT: strcpy{{.*}}readonly
  /ndk/sources/android/support/src/musl-locale/
strxfrm.c 7 if (n > l) strcpy(dest, src);
  /external/valgrind/main/memcheck/tests/
overlap.c 18 strcpy(b, "ABCDEFG");
27 /* testing memcpy/strcpy overlap */
33 // because of the errors, the strcpy's will overrun, so put some
50 strcpy(x, x+20); // ok
54 strcpy(x, x+20); // overlap
57 strcpy(x+20, x); // ok
62 strcpy(x+20, x); // overlap, but runs forever (or until it seg faults)
65 /* testing strcpy, strncpy() */
70 strcpy(b, a);
120 strcpy( src, "short" )
    [all...]
memcmptest.c 11 s1 = malloc(10); strcpy(s1,"fooble");
12 s2 = malloc(10); strcpy(s2,"fooble");
str_tester.c 135 it = "strcpy";
136 check (strcpy (one, "abcd") == one, 1); /* Returned value. */
139 (void) strcpy (one, "x");
143 (void) strcpy (two, "hi there");
144 (void) strcpy (one, two);
148 (void) strcpy (one, "");
153 (void) strcpy (one + i, "hi there"); /* Unaligned destination. */
155 (void) strcpy (two, one + i); /* Unaligned source. */
159 SIMPLE_COPY(strcpy, 0, "", 41);
160 SIMPLE_COPY(strcpy, 1, "1", 42)
    [all...]
  /external/clang/test/Driver/
arm-darwin-builtin.c 4 // RUX: grep -- "-fno-builtin-strcpy" %t &&
7 // RUX: clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t &&
9 // RUX: not grep -- "-fno-builtin-strcpy" %t &&
11 // RUN: %clang -target x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t
13 // RUN: not grep -- "-fno-builtin-strcpy" %t
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
buffer-security.cc 10 strcpy(stuff, "blah");
  /external/libogg/macos/compat/
strdup.c 17 strcpy(outStr, inStr);
  /external/libvorbis/macos/compat/
strdup.c 17 strcpy(outStr, inStr);
  /external/llvm/test/Transforms/InstCombine/
strcpy-2.ll 1 ; Test that the strcpy library call simplifier works correctly.
11 declare i16* @strcpy(i8*, i8*)
19 call i16* @strcpy(i8* %dst, i8* %src)
20 ; CHECK: call i16* @strcpy
strcpy-1.ll 1 ; Test that the strcpy library call simplifier works correctly.
13 declare i8* @strcpy(i8*, i8*)
21 call i8* @strcpy(i8* %dst, i8* %src)
31 %ret = call i8* @strcpy(i8* %dst, i8* %dst)
42 %ret = call i8* @strcpy(i8* %dst, i8* %src)
43 ; CHECK: call i8* @strcpy
  /bionic/libc/arch-arm/generic/
generic.mk 5 $(call libc-add-cpu-variant-src,STRCPY,arch-arm/generic/bionic/strcpy.S)
  /bionic/libc/arch-arm/krait/
krait.mk 6 # Use cortex-a15 versions of strcat/strcpy/strlen.
8 $(call libc-add-cpu-variant-src,STRCPY,arch-arm/cortex-a15/bionic/strcpy.S)
  /external/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
cstring 46 # if !defined (strcpy) || !defined (__BORLANDC__)
47 using _STLP_VENDOR_CSTD::strcpy;
49 using ::strcpy;
  /external/llvm/test/Transforms/DeadStoreElimination/
libcalls.ll 3 declare i8* @strcpy(i8* %dest, i8* %src) nounwind
8 ; CHECK-NOT: @strcpy
9 %call = call i8* @strcpy(i8* %dest, i8* %src)
51 %call = call i8* @strcpy(i8* %arraydecay, i8* %src)
52 ; CHECK: %call = call i8* @strcpy
63 ; CHECK: @strcpy
64 %call = call i8* @strcpy(i8* %dest, i8* %src)

Completed in 789 milliseconds

1 2 3 4 5 6 7 8 91011>>