Home
last modified time | relevance | path

Searched defs:argp_state (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dargp.h308 struct argp_state struct
311 const struct argp *root_argp;
314 int argc;
315 char **argv;
318 int next;
321 unsigned flags;
327 unsigned arg_num;
332 int quoted;
335 void *input;
338 void **child_inputs;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/android/
H A Dargp.h43 struct argp_state { struct
53 error_t (*parser)(int key, char *arg, struct argp_state *state); argument