Searched refs:stpcpy (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/INPUTS/
H A Dstpcpy-test.c4 #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 (stpcp
[all...]
/external/bison/lib/
H A Dstpcpy.h23 /* Get stpcpy() declaration. */
33 extern char *stpcpy (char *dst, const char *src);
H A Dstpcpy.c0 /* 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)
H A DMakefile44 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/
H A Dl10nflist.c19 /* 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 (c
416 stpcpy (char *dest, const char *src) function
[all...]
H A Ddcigettext.c142 # 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
1172 stpcpy (char *dest, const char *src) function
[all...]
H A Dplural.c587 # define yystpcpy stpcpy
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c188 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 (on
[all...]
/external/bison/src/
H A Dfiles.c96 cp = stpcpy (res, str1);
97 cp = stpcpy (cp, str2);
H A Dsystem.h75 #include <stpcpy.h>
H A DMakefile62 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
/external/elfutils/libebl/
H A Deblopenbackend.c221 strcpy (stpcpy (stpcpy (dsoname,
229 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
/external/clang/test/Analysis/
H A Dstring.c313 // 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 A Dh_intercepts.c291 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/
H A Dasm_begin.c125 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
H A Dasm_newscn.c59 wp = stpcpy (wp, ", \"");
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.c44 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/
H A Dnm.c431 cp = stpcpy (cp, prefix);
432 cp = stpcpy (cp, fname);
433 stpcpy (cp, "[");
437 cp = stpcpy (cp, suffix);
438 stpcpy (cp, "]");
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c266 cp = stpcpy (cp, dirarray[diridx]->dir);
421 cp = stpcpy (cp, dirarray[diridx]->dir);
/external/valgrind/main/memcheck/
H A Dmc_replace_strmem.c706 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
711 STPCPY(VG_Z_LIBC_SONAME, 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)
896 /* glibc variant of stpcpy that checks the dest is big enough.
/external/bison/build-aux/
H A DMakefile60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
/external/bison/data/
H A DMakefile60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
H A Dglr.c652 # define yystpcpy stpcpy
H A Dyacc.c773 # define yystpcpy stpcpy
/external/bison/tests/
H A DMakefile59 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \

Completed in 466 milliseconds

12