/busybox-1.35.0/networking/ |
D | ifconfig.c | 232 struct options { struct 233 const char *name; 235 const unsigned int flags:6; 236 const unsigned int arg_flags:10; 238 const unsigned char flags; 239 const unsigned char arg_flags; 241 const unsigned short selector;
|
D | arp.c | 93 static const char options[] ALIGN1 = variable
|
D | nslookup.c | 866 const char *options = in nslookup_main() local
|
/busybox-1.35.0/modutils/ |
D | modprobe.c | 372 static char *parse_and_add_kcmdline_module_options(char *options, const char *modulename) in parse_and_add_kcmdline_module_options() 443 char *fn, *options; in do_modprobe() local 669 char *options; in modprobe_main() local
|
D | modutils.c | 120 char *options; in parse_cmdline_module_options() local 194 int FAST_FUNC bb_init_module(const char *filename, const char *options) in bb_init_module()
|
D | modprobe-small.c | 252 static int load_module(const char *fname, const char *options) in load_module() 690 char *s, *deps, *options; in process_module() local
|
D | modutils-24.c | 2415 new_process_module_arguments(struct obj_file *f, const char *options) in new_process_module_arguments() 3805 int FAST_FUNC bb_init_module_24(const char *m_filename, const char *options) in bb_init_module_24()
|
/busybox-1.35.0/coreutils/ |
D | uname.c | 112 #define options "snrvmpioa" macro
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpc.h | 20 struct option_set *options; /* list of DHCP options to send to server */ member
|
D | dhcpd.h | 34 struct option_set *options; /* list of DHCP options loaded from the config file */ member
|
D | common.h | 62 uint8_t options[DHCP_OPTIONS_BUFSIZE + CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS]; member
|
/busybox-1.35.0/util-linux/ |
D | getopt.c | 274 static struct option *add_long_options(struct option *long_options, char *options) in add_long_options()
|
D | mount.c | 592 static unsigned long parse_mount_options(char *options, char **unrecognized, uint32_t *opt) in parse_mount_options() 1381 static const char options[] ALIGN1 = in nfsmount() local 1492 static const char options[] ALIGN1 = in nfsmount() local
|
D | fbset.c | 448 unsigned options = 0; in fbset_main() local
|
/busybox-1.35.0/miscutils/ |
D | time.c | 37 static pid_t wait3(int *status, int options, struct rusage *rusage) in wait3()
|
D | devfsd.c | 572 static const char options[] ALIGN1 = in process_config_line() local
|
/busybox-1.35.0/libbb/ |
D | xfuncs.c | 393 pid_t FAST_FUNC safe_waitpid(pid_t pid, int *wstat, int options) in safe_waitpid()
|
/busybox-1.35.0/e2fsprogs/ |
D | fsck.c | 971 char *options; in fsck_main() local
|
/busybox-1.35.0/networking/libiproute/ |
D | iproute.c | 972 static const char options[] ALIGN1 = in iproute_get() local
|
/busybox-1.35.0/procps/ |
D | mpstat.c | 91 unsigned options; member
|
D | nmeter.c | 840 static const char options[] ALIGN1 = "ncmsfixptTbr"; variable
|
/busybox-1.35.0/shell/ |
D | ash.c | 11355 options(int *login_sh) in options() function
|