Home
last modified time | relevance | path

Searched refs:on_off (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dgetopt32.c343 t_complementary *on_off; local
355 on_off = complementary;
356 memset(on_off, 0, sizeof(complementary));
383 on_off->opt_char = *s;
384 on_off->switch_on = (1U << c);
386 on_off->optarg = va_arg(p, void **);
389 on_off->param_type = (s[1] == '+') ?
397 on_off++;
428 for (on_off = complementary; on_off->opt_char; on_off++)
429 if (on_off->opt_char == l_o->val)
[all …]
/busybox-1.35.0/networking/libiproute/
Diplink.c374 return on_off("allmulticast", *argv); in do_set()
383 return on_off("trailers", *argv); in do_set()
416 return on_off("dynamic", *argv); in do_set()
/busybox-1.35.0/miscutils/
Dhdparm.c521 static void on_off(int value) in on_off() function
530 on_off(arg); in print_flag_on_off()
537 on_off(argp != 0); in print_value_on_off()
1567 on_off(1);
1569 on_off(0);
1872 on_off(multcount != 0);
1903 on_off(parm != 0);