HomeSort by relevance Sort by last modified time
    Searched refs:stpcpy (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /bionic/libc/arch-arm64/
arm64.mk 13 arch-arm64/generic/bionic/stpcpy.S \
33 upstream-openbsd/lib/libc/string/stpcpy.c \
  /bionic/libc/arch-x86_64/
x86_64.mk 9 upstream-openbsd/lib/libc/string/stpcpy.c \
39 arch-x86_64/string/sse2-stpcpy-slm.S \
  /external/clang/test/Analysis/
taint-generic.c 23 char *stpcpy(char *restrict s1, const char *restrict s2);
88 stpcpy(*(++p), s); // this generates __inline.
92 stpcpy(spcpy, s);
96 spcpyret = stpcpy(spcpy, s);
  /external/elfutils/backends/
arm_regs.c 92 return stpcpy (name, "spsr") + 1 - name;
  /external/toybox/toys/pending/
groupdel.c 44 s = stpcpy(s, grp->gr_mem[i]);
  /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/selinux/libselinux/src/
context.c 136 cp = stpcpy(cp, n->component[0]);
140 cp = stpcpy(cp, n->component[i]);
  /external/toybox/lib/
portability.h 90 char *stpcpy(char *dest, const char *src);
125 char *stpcpy(char *dest, const char *src);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 39 # undef stpcpy macro
112 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h 39 # undef stpcpy macro
110 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h 39 # undef stpcpy macro
110 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /toolchain/binutils/binutils-2.25/libiberty/
makefile.vms 16 lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj,\
  /external/vixl/src/vixl/
code-buffer.cc 68 char* null_char = stpcpy(dst, string);
  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 83 extern char *stpcpy (char *, const char *);
  /external/e2fsprogs/intl/
dcigettext.c 142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
158 #define stpcpy(dest, src) my_stpcpy(dest, src) macro
159 static char *stpcpy (char *dest, const char *src);
558 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1167 avoid the non-standard function stpcpy. In GNU C Library thi
1172 stpcpy (char *dest, const char *src) function
    [all...]
  /bionic/tests/
fortify_compilation_test.cpp 111 stpcpy(buf, "foobar");
  /external/bison/src/
print-xml.c 474 case '&': p = stpcpy (p, "&" ); break;
475 case '<': p = stpcpy (p, "&lt;" ); break;
476 case '>': p = stpcpy (p, "&gt;" ); break;
477 case '"': p = stpcpy (p, "&quot;"); break;
files.c 97 cp = stpcpy (res, str1);
98 cp = stpcpy (cp, str2);
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 142 extern char *stpcpy (char *__dest, const char *__src);
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
154 static char *stpcpy PARAMS ((char *dest, const char *src));
562 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
574 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1178 avoid the non-standard function stpcpy. In GNU C Library this
1183 stpcpy (dest, src function
    [all...]
  /external/bison/lib/
string.in.h 247 _GL_FUNCDECL_SYS (stpcpy, char *,
251 _GL_CXXALIAS_SYS (stpcpy, char *,
253 _GL_CXXALIASWARN (stpcpy); variable
255 # undef stpcpy macro
257 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
258 "use gnulib module stpcpy for portability");
    [all...]
  /external/elfutils/src/
objdump.c 313 cp = stpcpy (cp, prefix);
314 cp = stpcpy (cp, fname);
315 stpcpy (cp, "[");
319 cp = stpcpy (cp, suffix);
320 stpcpy (cp, "]");

Completed in 874 milliseconds

12 3 4 5 6