Searched refs:argmatch (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dargmatch.h0 /* argmatch.h -- definitions and prototypes for argmatch.c
42 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
46 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
54 /* Report on stderr why argmatch failed. Report correct values. */
76 /* Same as argmatch, but upon failure, report an explanation of the
H A Dargmatch.c0 /* argmatch.c -- find a match for a string in an array
25 #include "argmatch.h"
50 /* Non failing version of argmatch call this function after failing. */
66 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
84 argmatch (const char *arg, const char *const *arglist,
125 /* Error reporting for argmatch.
128 PROBLEM is the return value from argmatch. */
141 /* List the valid arguments for argmatch.
142 ARGLIST is the same as in argmatch.
171 CONTEXT is the context for which argmatch i
83 argmatch (const char *arg, const char *const *arglist, function
[all...]
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
66 ## begin gnulib module argmatch
68 libbison_a_SOURCES += argmatch.c
70 EXTRA_DIST += argmatch.h
72 ## end gnulib module argmatch
/external/bison/
H A DAndroid.mk28 lib/argmatch.c \
H A Dmaint.mk578 @h='argmatch.h' \
579 re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \
/external/bison/src/
H A Dgetargs.c25 #include <argmatch.h>

Completed in 147 milliseconds