HomeSort by: relevance | last modified time | path
    Searched defs:argmatch (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
argmatch.c 0 /* argmatch.c -- find a match for a string in an array
26 #include "argmatch.h"
52 /* Non failing version of argmatch call this function after failing. */
68 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
86 argmatch (const char *arg, const char *const *arglist,
127 /* Error reporting for argmatch.
130 PROBLEM is the return value from argmatch. */
143 /* List the valid arguments for argmatch.
144 ARGLIST is the same as in argmatch.
173 CONTEXT is the context for which argmatch is called (e.g.
85 argmatch (const char *arg, const char *const *arglist, function
    [all...]
argmatch.c 0 /* argmatch.c -- find a match for a string in an array
26 #include "argmatch.h"
52 /* Non failing version of argmatch call this function after failing. */
68 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
86 argmatch (const char *arg, const char *const *arglist,
127 /* Error reporting for argmatch.
130 PROBLEM is the return value from argmatch. */
143 /* List the valid arguments for argmatch.
144 ARGLIST is the same as in argmatch.
173 CONTEXT is the context for which argmatch is called (e.g.
85 argmatch (const char *arg, const char *const *arglist, function
    [all...]
argmatch.c 0 /* argmatch.c -- find a match for a string in an array
26 #include "argmatch.h"
52 /* Non failing version of argmatch call this function after failing. */
68 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
86 argmatch (const char *arg, const char *const *arglist,
127 /* Error reporting for argmatch.
130 PROBLEM is the return value from argmatch. */
143 /* List the valid arguments for argmatch.
144 ARGLIST is the same as in argmatch.
173 CONTEXT is the context for which argmatch is called (e.g.
85 argmatch (const char *arg, const char *const *arglist, function
    [all...]
  /src/usr.bin/patch/
backupfile.c 53 static int argmatch(const char *, const char **);
184 argmatch(const char *arg, const char **optlist) function
214 * Error reporting for argmatch. KIND is a description of the type of entity
216 * is the return value from argmatch.
249 i = argmatch(version, backup_args);
backupfile.c 53 static int argmatch(const char *, const char **);
184 argmatch(const char *arg, const char **optlist) function
214 * Error reporting for argmatch. KIND is a description of the type of entity
216 * is the return value from argmatch.
249 i = argmatch(version, backup_args);
backupfile.c 53 static int argmatch(const char *, const char **);
184 argmatch(const char *arg, const char **optlist) function
214 * Error reporting for argmatch. KIND is a description of the type of entity
216 * is the return value from argmatch.
249 i = argmatch(version, backup_args);

Completed in 61 milliseconds