Home
last modified time | relevance | path

Searched refs:xstrndup (Results 1 – 25 of 33) sorted by relevance

12

/external/bison/src/
Dfiles.c240 dir_prefix = xstrndup (spec_outfile, base - spec_outfile); in compute_file_name_parts()
244 xstrndup (spec_outfile, in compute_file_name_parts()
249 xstrndup (spec_outfile, in compute_file_name_parts()
264 xstrndup (spec_file_prefix, in compute_file_name_parts()
280 xstrndup (base, (strlen (base) - (ext ? strlen (ext) : 0))); in compute_file_name_parts()
/external/bison/lib/
Dbasename.c36 return xstrndup (name, base_len (name)); in base_name()
57 return xstrndup (base, length); in base_name()
Dxstrndup.h23 extern char *xstrndup (const char *string, size_t n);
Dxstrndup.c30 xstrndup (const char *string, size_t n) in xstrndup() function
Dgnulib.mk2910 libbison_a_SOURCES += xstrndup.h xstrndup.c
DMakefile.in191 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
248 xalloc-die.c xsize.h xsize.c xstrndup.h xstrndup.c get-errno.h \
279 xalloc-die.$(OBJEXT) xsize.$(OBJEXT) xstrndup.$(OBJEXT) \
1593 xalloc-die.c xsize.h xsize.c xstrndup.h xstrndup.c get-errno.h \
1891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@
/external/bison/m4/
Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
Dgnulib-comp.m4239 # Code from module xstrndup:
1143 lib/xstrndup.c
1144 lib/xstrndup.h
1313 m4/xstrndup.m4
/external/elfutils/libcpu/
Di386_lex.l75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
/external/elfutils/lib/
Dxstrndup.c39 xstrndup (const char *string, size_t n) in xstrndup() function
DMakefile.am36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
Dsystem.h58 extern char *xstrndup (const char *, size_t) __attribute__ ((__malloc__));
DChangeLog13 * xstrndup.c: Likewise.
/external/toybox/lib/
Dgetmountlist.c113 char *opt = comma_iterate(&scanlist, &i), *s = xstrndup(opt, i); in comma_scanall()
Dxwrap.c68 char *xstrndup(char *s, size_t n) in xstrndup() function
81 return xstrndup(s, strlen(s)); in xstrdup()
Dlib.h102 char *xstrndup(char *s, size_t n);
/external/toybox/toys/pending/
Dsh.c223 (*cmd)->argv[(*cmd)->argc++] = xstrndup(start, end-start); in parse_word()
/external/elfutils/src/
Dstrings.c401 *unprinted = xstrndup ((const char *) start, curlen); in process_chunk_mb()
464 *unprinted = xstrndup ((const char *) start, curlen); in process_chunk()
/external/bison/
DAndroid.mk101 lib/xstrndup.c \
/external/toybox/toys/posix/
Dsort.c145 str = xstrndup(str+start, end-start); in get_key_data()
/external/ltrace/
Dread_config_file.c143 xstrndup(char *str, size_t len) { in xstrndup() function
168 return xstrndup(ident, *str - ident); in parse_ident()
/external/bison/etc/
DMakefile.in161 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
/external/bison/build-aux/
DMakefile.in161 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
/external/bison/tests/
DMakefile.in160 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
/external/bison/data/
DMakefile.in161 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \

12