HomeSort by relevance Sort by last modified time
    Searched refs:cmdopts_s (Results 1 - 8 of 8) sorted by null

  /external/kmod/tools/
insert.c 30 static const char cmdopts_s[] = "h"; variable
68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
remove.c 30 static const char cmdopts_s[] = "h"; variable
94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
insmod.c 32 static const char cmdopts_s[] = "psfVh"; variable
78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
rmmod.c 39 static const char cmdopts_s[] = "fsvVwh"; variable
113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
static-nodes.c 54 static const char cmdopts_s[] = "o:f:h"; variable
168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
modinfo.c 314 static const char cmdopts_s[] = "adlpn0F:k:b:Vh"; variable
372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
modprobe.c 60 static const char cmdopts_s[] = "arRibfDcnC:d:S:sqvVh"; variable
771 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
depmod.c 60 static const char cmdopts_s[] = "aAb:C:E:F:euqrvnP:wmVh"; variable
    [all...]

Completed in 58 milliseconds