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

1 2

  /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 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);
253 cp = stpcpy (cp, special)
415 stpcpy (char *dest, const char *src) function
    [all...]
dcigettext.c 142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
158 static char *stpcpy (char *dest, const char *src);
557 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
569 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1166 avoid the non-standard function stpcpy. In GNU C Library this
1171 stpcpy (char *dest, const char *src function
    [all...]
plural.c 588 # define yystpcpy stpcpy
    [all...]
  /external/bison/src/
files.c 96 cp = stpcpy (res, str1);
97 cp = stpcpy (cp, str2);
system.h 75 #include <stpcpy.h>
Makefile 62 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
  /external/elfutils/libebl/
eblopenbackend.c 221 strcpy (stpcpy (stpcpy (dsoname,
229 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
  /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/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...]
ldgeneric.c 218 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
346 memcpy (mempcpy (stpcpy (mempcpy (rfname, path->pname,
369 memcpy (stpcpy (mempcpy (rfname, path->pname, dirlen), "/"),
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 266 cp = stpcpy (cp, dirarray[diridx]->dir);
421 cp = stpcpy (cp, dirarray[diridx]->dir);
  /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...]
yacc.c 773 # define yystpcpy stpcpy
    [all...]
  /external/bison/tests/
Makefile 59 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
  /external/libpcap/
grammar.c     [all...]
  /system/core/sh/
arith.c 756 # define yystpcpy stpcpy
    [all...]
  /external/bison/
Makefile 62 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
  /external/bison/doc/
Makefile 60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \
  /external/bison/examples/
Makefile 60 $(top_srcdir)/m4/stdio-safer.m4 $(top_srcdir)/m4/stpcpy.m4 \

Completed in 384 milliseconds

1 2