Home | History | Annotate | Download | only in src

Lines Matching defs:argp

32 #include <argp.h>
71 /* Definitions of arguments for argp functions. */
116 /* Data structure to communicate with argp functions. */
117 static struct argp argp =
226 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);