HomeSort by relevance Sort by last modified time
    Searched defs:ARGP_ERR_UNKNOWN (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
argp.h 163 #define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */
166 ARGP_ERR_UNKNOWN should be returned if they aren't understood.
232 none was supplied). If KEY isn't understood, ARGP_ERR_UNKNOWN should be
233 returned. If a non-zero, non-ARGP_ERR_UNKNOWN value is returned, then
383 other than ARGP_ERR_UNKNOWN; if an argument is handled by no one, the
411 unknown option is present, ARGP_ERR_UNKNOWN is returned; if some parser
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 163 #define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */
166 ARGP_ERR_UNKNOWN should be returned if they aren't understood.
232 none was supplied). If KEY isn't understood, ARGP_ERR_UNKNOWN should be
233 returned. If a non-zero, non-ARGP_ERR_UNKNOWN value is returned, then
383 other than ARGP_ERR_UNKNOWN; if an argument is handled by no one, the
411 unknown option is present, ARGP_ERR_UNKNOWN is returned; if some parser

Completed in 27 milliseconds