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

1 2 3

  /external/bison/m4/
xstrndup.m4 0 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
gnulib-comp.m4 239 # Code from module xstrndup:
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
xstrndup.m4 0 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
gnulib-comp.m4 354 lib/xstrndup.c
355 lib/xstrndup.h
447 m4/xstrndup.m4
  /external/bison/lib/
basename.c 25 #include "xstrndup.h"
36 return xstrndup (name, base_len (name));
57 return xstrndup (base, length);
xstrndup.c 21 #include "xstrndup.h"
30 xstrndup (const char *string, size_t n) function
xstrndup.h 23 extern char *xstrndup (const char *string, size_t n);
  /ndk/sources/host-tools/sed-4.2.1/lib/
xstrndup.c 21 #include "xstrndup.h"
30 xstrndup (const char *string, size_t n) function
basename.c 25 #include "xstrndup.h"
82 return xstrndup (name, base_len (name));
103 return xstrndup (base, length);
xstrndup.h 23 extern char *xstrndup (const char *string, size_t n);
gnulib.mk     [all...]
Makefile.in 92 $(top_srcdir)/m4/xstrndup.m4 $(top_srcdir)/configure.ac
105 localcharset.$(OBJEXT) xalloc-die.$(OBJEXT) xstrndup.$(OBJEXT)
640 xstrndup.h xstrndup.c
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
    [all...]
  /external/elfutils/0.153/po/
POTFILES.in 7 lib/xstrndup.c
  /external/elfutils/0.153/libcpu/
i386_lex.l 72 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
79 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
i386_lex.c 903 { i386_lval.str = xstrndup (i386_text + 1,
916 { i386_lval.str = xstrndup (i386_text, i386_leng);
    [all...]
  /external/elfutils/0.153/lib/
Makefile.am 33 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
xstrndup.c 36 xstrndup (string, n) function
system.h 73 extern char *xstrndup (const char *, size_t) __attribute__ ((__malloc__));
Makefile.in 57 am_libeu_a_OBJECTS = xstrdup.$(OBJEXT) xstrndup.$(OBJEXT) \
205 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
  /external/bison/src/
files.c 30 #include <xstrndup.h>
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
246 xstrndup (spec_outfile,
251 xstrndup (spec_outfile,
266 xstrndup (spec_file_prefix,
282 xstrndup (base, (strlen (base) - (ext ? strlen (ext) : 0)));
  /external/bison/
Android.mk 101 lib/xstrndup.c \
  /external/elfutils/0.153/src/
strings.c 395 *unprinted = xstrndup ((const char *) start, curlen);
455 *unprinted = xstrndup ((const char *) start, curlen);
  /external/ltrace/
read_config_file.c 143 xstrndup(char *str, size_t len) { function
168 return xstrndup(ident, *str - ident);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 320 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC;
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 788 milliseconds

1 2 3