/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...] |
/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);
|
gnulib.mk | 24 # 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 [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
xstrndup.c | 1 /* Implement the xstrndup function. 23 @deftypefn Replacement char* xstrndup (const char *@var{s}, size_t @var{n}) 48 xstrndup (const char *s, size_t n) function
|
Makefile.in | 161 xstrndup.c 194 ./xstrndup.$(objext) [all...] |
/external/elfutils/libcpu/ |
i386_lex.l | 75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1, 82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
|
/external/elfutils/lib/ |
xstrndup.c | 39 xstrndup (const char *string, size_t n) function
|
Makefile.am | 36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
|
system.h | 58 extern char *xstrndup (const char *, size_t) __attribute__ ((__malloc__));
|
ChangeLog | 13 * xstrndup.c: Likewise.
|
/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/toybox/lib/ |
getmountlist.c | 113 char *opt = comma_iterate(&scanlist, &i), *s = xstrndup(opt, i);
|
xwrap.c | 68 char *xstrndup(char *s, size_t n) function 72 if (!ret) error_exit("xstrndup"); 81 return xstrndup(s, strlen(s));
|
lib.h | 102 char *xstrndup(char *s, size_t n);
|
/external/toybox/toys/pending/ |
sh.c | 223 (*cmd)->argv[(*cmd)->argc++] = xstrndup(start, end-start);
|
/external/elfutils/src/ |
strings.c | 401 *unprinted = xstrndup ((const char *) start, curlen); 464 *unprinted = xstrndup ((const char *) start, curlen);
|
/external/toybox/toys/posix/ |
sort.c | 145 str = xstrndup(str+start, end-start);
|
/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 | |
/toolchain/binutils/binutils-2.25/include/ |
libiberty.h | 323 extern char *xstrndup (const char *, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
|