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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/INPUTS/
stpcpy-test.c 4 #define stpcpy(dest, src) __stpcpy (dest, src) macro
15 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
16 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
17 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e
    [all...]
  /external/syslinux/com32/lib/
stpcpy.c 2 * stpcpy.c
4 * stpcpy()
9 char *stpcpy(char *dst, const char *src) function
  /external/elfutils/backends/
tilegx_regs.c 75 return stpcpy (name, "tp") + 1 - name;
79 return stpcpy (name, "sp") + 1 - name;
83 return stpcpy (name, "lr") + 1 - name;
87 return stpcpy (name, "sn") + 1 - name;
91 return stpcpy (name, "idn0") + 1 - name;
95 return stpcpy (name, "idn1") + 1 - name;
99 return stpcpy (name, "udn0") + 1 - name;
103 return stpcpy (name, "udn1") + 1 - name;
107 return stpcpy (name, "udn2") + 1 - name;
111 return stpcpy (name, "udn3") + 1 - name
    [all...]
alpha_regs.c 103 return stpcpy (name, "ra") + 1 - name;
106 return stpcpy (name, "t12") + 1 - name;
109 return stpcpy (name, "at") + 1 - name;
113 return stpcpy (name, "gp") + 1 - name;
117 return stpcpy (name, "sp") + 1 - name;
120 return stpcpy (name, "zero") + 1 - name;
143 return stpcpy (name, "f30") + 1 - name;
147 return stpcpy (name, "fpcr") + 1 - name;
151 return stpcpy (name, "pc") + 1 - name;
155 return stpcpy (name, "unique") + 1 - name
    [all...]
ppc_regs.c 101 return stpcpy (name, "cr") + 1 - name;
103 return stpcpy (name, "fpscr") + 1 - name;
105 return stpcpy (name, "msr") + 1 - name;
107 return stpcpy (name, "vscr") + 1 - name;
125 return stpcpy (name, "xer") + 1 - name;
127 return stpcpy (name, "lr") + 1 - name;
129 return stpcpy (name, "ctr") + 1 - name;
131 return stpcpy (name, "dsisr") + 1 - name;
133 return stpcpy (name, "dar") + 1 - name;
135 return stpcpy (name, "dec") + 1 - name
    [all...]
i386_regs.c 104 return stpcpy (name, "eflags") + 1 - name;
106 return stpcpy (name, "trapno") + 1 - name;
132 return stpcpy (name, "fctrl") + 1 - name;
135 return stpcpy (name, "fstat") + 1 - name;
137 return stpcpy (name, "mxcsr") + 1 - name;
  /external/clang/test/Sema/
builtins-gnu-mode.c 6 int stpcpy; variable
  /external/llvm/test/Transforms/InstCombine/
stpcpy-2.ll 1 ; Test that the stpcpy library call simplifier works correctly.
11 declare i16* @stpcpy(i8*, i8*)
19 call i16* @stpcpy(i8* %dst, i8* %src)
20 ; CHECK: call i16* @stpcpy
stpcpy-1.ll 1 ; Test that the stpcpy library call simplifier works correctly.
12 declare i8* @stpcpy(i8*, i8*)
20 %ret = call i8* @stpcpy(i8* %dst, i8* %src)
31 %ret = call i8* @stpcpy(i8* %dst, i8* %dst)
43 %ret = call i8* @stpcpy(i8* %dst, i8* %src)
44 ; CHECK: call i8* @stpcpy
  /bionic/libc/upstream-openbsd/lib/libc/string/
stpcpy.c 1 /* $OpenBSD: stpcpy.c,v 1.2 2014/07/09 17:08:21 naddy Exp $ */
35 __warn_references(stpcpy,
36 "warning: stpcpy() is dangerous; do not use it");
40 stpcpy(char *to, const char *from) function
  /external/llvm/test/CodeGen/SystemZ/
strcpy-nobuiltin.ll 7 declare i8 *@stpcpy(i8 *%dest, i8 *%src)
19 ; Check stpcpy.
23 ; CHECK: brasl %r14, stpcpy
25 %res = call i8 *@stpcpy(i8 *%dest, i8 *%src) nobuiltin
strcpy-01.ll 6 declare i8 *@stpcpy(i8 *%dest, i8 *%src)
22 ; Check stpcpy.
31 %res = call i8 *@stpcpy(i8 *%dest, i8 *%src)
  /external/syslinux/bios/com32/modules/
gpxecmd.c32 
sanboot.c32 
  /external/syslinux/efi32/com32/modules/
gpxecmd.c32 
sanboot.c32 
  /toolchain/binutils/binutils-2.27/libiberty/
stpcpy.c 1 /* Implement the stpcpy function.
23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src})
39 stpcpy (char *dst, const char *src) function
  /bionic/libc/arch-arm64/generic/bionic/
string_copy.S 62 #if !defined(STPCPY) && !defined(STRCPY)
63 #error "Either STPCPY or STRCPY must be defined."
69 #if defined(STPCPY)
99 #if defined(STPCPY)
100 ENTRY(stpcpy) function
137 #if defined(STPCPY)
154 #if defined(STPCPY)
158 #if defined(STPCPY)
171 #if defined(STPCPY)
188 #if defined(STPCPY)
    [all...]
  /external/strace/
poll.c 99 outptr = stpcpy(outptr, ", ");
108 outptr = stpcpy(outptr, ", ");
110 outptr = stpcpy(outptr, "...");
123 outptr = stpcpy(outptr, "...");
126 outptr = stpcpy(outptr, fdstr);
127 outptr = stpcpy(outptr, flagstr);
140 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
141 outptr = stpcpy(outptr, str);
143 outptr = stpcpy(outptr, ", ...");
  /bionic/libc/arch-arm/cortex-a9/bionic/
string_copy.S 56 #if !defined(STPCPY) && !defined(STRCPY)
57 #error "Either STPCPY or STRCPY must be defined."
67 #if defined(STPCPY)
86 #if defined(STPCPY)
102 #if defined(STPCPY)
103 ENTRY(stpcpy) function
119 #if defined(STPCPY)
160 #if defined(STPCPY)
168 #if defined(STPCPY)
187 #if defined(STPCPY)
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/
str-nobuiltin.ll 11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
  /external/llvm/test/Instrumentation/EfficiencySanitizer/
str-nobuiltin.ll 11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
  /external/llvm/test/Instrumentation/MemorySanitizer/
str-nobuiltin.ll 11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
  /external/llvm/test/Instrumentation/ThreadSanitizer/
str-nobuiltin.ll 11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
  /external/e2fsprogs/intl/
l10nflist.c 19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 #define stpcpy(dest, src) my_stpcpy(dest, src) macro
62 static char *stpcpy (char *dest, const char *src);
226 cp = stpcpy (cp, language);
231 cp = stpcpy (cp, territory);
236 cp = stpcpy (cp, codeset);
241 cp = stpcpy (cp, normalized_codeset);
248 cp = stpcpy (cp, modifier)
416 stpcpy (char *dest, const char *src) function
    [all...]

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 91011>>