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

1 2

  /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/bison/lib/
stpcpy.h 23 /* Get stpcpy() declaration. */
33 extern char *stpcpy (char *dst, const char *src);
stpcpy.c 0 /* stpcpy.c -- copy a string and return pointer to end of new string
29 #undef stpcpy macro
32 # define __stpcpy stpcpy
49 weak_alias (__stpcpy, stpcpy)
Makefile 44 quotearg.c quotearg.h stdio--.h stdio-safer.h stpcpy.c \
67 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
271 stripslash.c exit.h gettext.h mbswidth.h mbswidth.c stpcpy.h \
388 include $(DEPDIR)/stpcpy.Po
  /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...]
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...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 188 it = "stpcpy";
189 check ((stpcpy (one, "a") - one) == 1, 1);
192 check ((stpcpy (one, "ab") - one) == 2, 3);
195 check ((stpcpy (one, "abc") - one) == 3, 5);
198 check ((stpcpy (one, "abcd") - one) == 4, 7);
201 check ((stpcpy (one, "abcde") - one) == 5, 9);
204 check ((stpcpy (one, "abcdef") - one) == 6, 11);
207 check ((stpcpy (one, "abcdefg") - one) == 7, 13);
210 check ((stpcpy (one, "abcdefgh") - one) == 8, 15);
213 check ((stpcpy (one, "abcdefghi") - one) == 9, 17)
    [all...]
  /external/bison/src/
files.c 96 cp = stpcpy (res, str1);
97 cp = stpcpy (cp, str2);
system.h 75 #include <stpcpy.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 39 # undef stpcpy macro
111 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /external/elfutils/libebl/
eblopenbackend.c 221 strcpy (stpcpy (stpcpy (dsoname,
229 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 136 extern char *stpcpy (char *restrict __dst, char const *restrict __src);
139 # undef stpcpy macro
140 # define stpcpy(a,b) \ macro
141 (GL_LINK_WARNING ("stpcpy is unportable - " \
142 "use gnulib module stpcpy for portability"), \
143 stpcpy (a, b))
  /external/clang/test/Analysis/
string.c 313 // stpcpy()
321 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1) macro
325 #define stpcpy BUILTIN(stpcpy) macro
326 char *stpcpy(char *restrict s1, const char *restrict s2);
334 if (stpcpy(x, y) != &x[strlen(y)])
347 stpcpy(x, y); // expected-warning{{String copy function overflows destination buffer}}
353 stpcpy(x, y); // no-warning
  /external/valgrind/main/exp-ptrcheck/
h_intercepts.c 281 #define STPCPY(soname, fnname) \
291 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
293 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
294 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
  /external/elfutils/libasm/
asm_begin.c 125 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
asm_newscn.c 59 wp = stpcpy (wp, ", \"");
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 44 stpcpy (char *dest, const char *src) function
231 strcpy (stpcpy (stpcpy (result, tmp), "\\bin\\"), name);
255 strcpy (stpcpy (stpcpy (result, tmp), "\\"), name);
  /external/elfutils/src/
nm.c 431 cp = stpcpy (cp, prefix);
432 cp = stpcpy (cp, fname);
433 stpcpy (cp, "[");
437 cp = stpcpy (cp, suffix);
438 stpcpy (cp, "]");
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 266 cp = stpcpy (cp, dirarray[diridx]->dir);
421 cp = stpcpy (cp, dirarray[diridx]->dir);
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 690 #define STPCPY(soname, fnname) \
706 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
711 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
713 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)
714 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
715 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
717 STPCPY(VG_Z_DYLD, stpcpy
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 370 extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
  /external/bison/build-aux/
Makefile 60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
  /external/bison/data/
Makefile 60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
glr.c 652 # define yystpcpy stpcpy
    [all...]

Completed in 702 milliseconds

1 2