HomeSort by relevance Sort by last modified time
    Searched defs:argp (Results 51 - 51 of 51) sorted by null

1 23

  /external/elfutils/src/
readelf.c 31 #include <argp.h>
69 /* Definitions of arguments for argp functions. */
115 /* Data structure to communicate with argp functions. */
116 static struct argp argp = variable in typeref:struct:argp
243 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
365 argp_help (&argp, stderr, ARGP_HELP_SEE,
399 argp_help (&argp, stderr, ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR,
    [all...]

Completed in 430 milliseconds

1 23