OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmemdup0
(Results
1 - 6
of
6
) sorted by null
/external/bison/lib/
xmemdup0.h
0
/*
xmemdup0
.h -- copy a block of arbitrary bytes, plus a trailing NUL
35
char *
xmemdup0
(void const *p, size_t s);
xmemdup0.c
0
/*
xmemdup0
.c -- copy a block of arbitrary bytes, plus a trailing NUL
20
#include "
xmemdup0
.h"
38
xmemdup0
(void const *p, size_t s)
function
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/bison/
Android.mk
99
lib/
xmemdup0
.c \
/external/bison/src/
parse-gram.y
36
#include "
xmemdup0
.h"
750
char *name =
xmemdup0
(name_start, strspn (name_start, alphanum));
parse-gram.c
112
#include "
xmemdup0
.h"
[
all
...]
Completed in 118 milliseconds