OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xstrndup
(Results
1 - 13
of
13
) sorted by null
/external/bison/lib/
xstrndup.h
23
extern char *
xstrndup
(const char *string, size_t n);
xstrndup.c
21
#include "
xstrndup
.h"
30
xstrndup
(const char *string, size_t n)
function
basename.c
25
#include "
xstrndup
.h"
36
return
xstrndup
(name, base_len (name));
57
return
xstrndup
(base, length);
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
...]
/external/elfutils/0.153/lib/
xstrndup.c
36
xstrndup
(string, n)
function
Makefile.am
33
libeu_a_SOURCES = xstrdup.c
xstrndup
.c xmalloc.c next_prime.c \
system.h
73
extern char *
xstrndup
(const char *, size_t) __attribute__ ((__malloc__));
/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/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);
Completed in 442 milliseconds