Searched refs:cmdopts (Results 1 – 10 of 10) sorted by relevance
/external/curl/tests/ |
D | test971.pl | 95 my @cmdopts = cmdfiles($cmddir); 101 for my $c (sort @cmdopts) {
|
/external/kmod/tools/ |
D | insmod.c | 33 static const struct option cmdopts[] = { variable 78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
|
D | rmmod.c | 40 static const struct option cmdopts[] = { variable 116 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
|
D | static-nodes.c | 55 static const struct option cmdopts[] = { variable 168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
|
D | modinfo.c | 340 static const struct option cmdopts[] = { variable 400 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
|
D | modprobe.c | 63 static const struct option cmdopts[] = { variable 854 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
|
D | depmod.c | 63 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/ |
D | modprobe.c | 35 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/ |
D | genwqe_card.h | 413 __u16 cmdopts; /* command options */ member
|
/external/toybox/android/device/generated/ |
D | globals.h | 362 char *cmdopts; member
|