Home
last modified time | relevance | path

Searched refs:cmdopts (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/
Dtest971.pl95 my @cmdopts = cmdfiles($cmddir);
101 for my $c (sort @cmdopts) {
/external/kmod/tools/
Dinsmod.c33 static const struct option cmdopts[] = { variable
78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
Drmmod.c40 static const struct option cmdopts[] = { variable
116 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
Dstatic-nodes.c55 static const struct option cmdopts[] = { variable
168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
Dmodinfo.c340 static const struct option cmdopts[] = { variable
400 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
Dmodprobe.c63 static const struct option cmdopts[] = { variable
854 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
Ddepmod.c63 static const struct option cmdopts[] = { variable
2926 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_depmod()
2991 cmdopts[idx].name); in do_depmod()
/external/toybox/toys/pending/
Dmodprobe.c35 char *cmdopts;
431 if (m == m2) options = add_opts(options, TT.cmdopts); in go_probe()
504 TT.cmdopts = add_cmdopt(argv); in modprobe_main()
/external/kernel-headers/original/uapi/linux/genwqe/
Dgenwqe_card.h413 __u16 cmdopts; /* command options */ member
/external/toybox/android/device/generated/
Dglobals.h362 char *cmdopts; member