Searched refs:xstrndup (Results 1 - 13 of 13) sorted by last modified time

/external/ltrace/
H A Dread_config_file.c143 xstrndup(char *str, size_t len) { function
168 return xstrndup(ident, *str - ident);
/external/elfutils/0.153/lib/
H A DMakefile.am33 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
H A Dsystem.h73 extern char *xstrndup (const char *, size_t) __attribute__ ((__malloc__));
H A Dxstrndup.c36 xstrndup (string, n) function
/external/elfutils/0.153/libcpu/
H A Di386_lex.c903 { i386_lval.str = xstrndup (i386_text + 1,
916 { i386_lval.str = xstrndup (i386_text, i386_leng);
H A Di386_lex.l72 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
79 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
/external/elfutils/0.153/src/
H A Dstrings.c395 *unprinted = xstrndup ((const char *) start, curlen);
455 *unprinted = xstrndup ((const char *) start, curlen);
/external/bison/src/
H A Dfiles.c30 #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/lib/
H A Dbasename.c25 #include "xstrndup.h"
36 return xstrndup (name, base_len (name));
57 return xstrndup (base, length);
H A Dgnulib.mk24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
2908 ## begin gnulib module xstrndup
2910 libbison_a_SOURCES += xstrndup.h xstrndup.c
2912 ## end gnulib module xstrndup
H A Dxstrndup.c21 #include "xstrndup.h"
30 xstrndup (const char *string, size_t n) function
H A Dxstrndup.h23 extern char *xstrndup (const char *string, size_t n);
/external/bison/
H A DAndroid.mk101 lib/xstrndup.c \

Completed in 241 milliseconds