Searched defs:applet_opts (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/libbb/ |
D | getopt32.c | 325 #define vgetopt32(argv,applet_opts,applet_long_options,p) \ argument 332 vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options, va_list p) 599 getopt32(char **argv, const char *applet_opts, ...) 612 getopt32long(char **argv, const char *applet_opts, const char *longopts, ...)
|