Searched defs:longopts (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | getopt.c | 207 #define generate_output(argv,argc,optstr,longopts) \ argument 210 static int generate_output(char **argv, int argc, const char *optstr, const struct option *longopts) in generate_output()
|
/busybox-1.35.0/libbb/ |
D | getopt32.c | 612 getopt32long(char **argv, const char *applet_opts, const char *longopts, ...)
|
/busybox-1.35.0/include/ |
D | libbb.h | 1350 #define getopt32long(argv,optstring,longopts,...) \ argument
|