Searched refs:applet_opts (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/libbb/ |
D | getopt32.c | 325 #define vgetopt32(argv,applet_opts,applet_long_options,p) \ argument 326 vgetopt32(argv,applet_opts,p) 332 vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options, va_list p) argument 358 len = strlen(applet_opts); 362 if (applet_opts[0] == '^') { 363 applet_opts++; 365 opt_complementary = applet_opts + len; 369 dont_die_flag = applet_opts[0]; 371 applet_opts++; 373 applet_opts = strcpy(alloca(len + 1), applet_opts); [all …]
|
/busybox-1.35.0/include/ |
D | libbb.h | 1343 uint32_t getopt32(char **argv, const char *applet_opts, ...) FAST_FUNC;
|