HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 76 - 100 of 362) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_CONNSECMARK.c 11 #include <getopt.h>
libipt_DSCP.c 15 #include <getopt.h>
libipt_SECMARK.c 11 #include <getopt.h>
libipt_TCPMSS.c 8 #include <getopt.h>
libipt_TTL.c 11 #include <getopt.h>
libipt_comment.c 12 #include <getopt.h>
libip6t_2hl.c 12 #include <getopt.h>
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 39 while ((opt = getopt(argc, argv, "I:D:VUAS:C:h")) > 0) {
  /frameworks/base/cmds/dumpsys/
dumpsys.cpp 15 #include <getopt.h>
  /system/core/toolbox/
cmp.c 24 c = getopt(argc, argv, "bln:");
hd.c 27 c = getopt(argc, argv, "b:c:r:");
ioctl.c 27 c = getopt(argc, argv, "rdl:a:h");
  /system/extras/tests/sdcard/
plot_sdcard.py 39 import getopt namespace
309 (optlist, args) = getopt.getopt(argv[1:],
311 except getopt.GetoptError, err:
  /external/e2fsprogs/misc/
blkid.c 16 #include <getopt.h>
18 extern int getopt(int argc, char * const argv[], const char *optstring);
140 while ((c = getopt (argc, argv, "c:f:ghlo:s:t:w:v")) != EOF)
  /external/qemu/
qemu-io.c 13 #include <getopt.h>
218 while ((c = getopt(argc, argv, "Cl:pP:qs:v")) != EOF) {
386 while ((c = getopt(argc, argv, "CP:qv")) != EOF) {
537 while ((c = getopt(argc, argv, "CpP:q")) != EOF) {
656 while ((c = getopt(argc, argv, "CqP:")) != EOF) {
967 while ((c = getopt(argc, argv, "snCr")) != EOF) {
  /external/clearsilver/scripts/
ChangeLog.py 3 import sys, os, string, re, getopt, pwd, socket, time namespace
228 list, args = getopt.getopt(argv[1:], "", ["help"])
cs_lint.py 4 import sys, string, os, getopt, signal, time namespace
272 alist, args = getopt.getopt(argv[1:], "", ["help"])
  /external/e2fsprogs/debugfs/
htree.c 19 #include <getopt.h>
201 while ((c = getopt (argc, argv, "l")) != EOF) {
286 while ((c = getopt (argc, argv, "h:")) != EOF) {
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 64 while ((x = getopt (argc, argv, "thl:i:")) != EOF) {
  /build/tools/apriori/
cmdline.c 5 #include <getopt.h>
  /external/bluetooth/bluez/test/
apitest 8 import getopt namespace
102 opts, args = getopt.getopt(argv, "hli:")
103 except getopt.GetoptError:
lmptest.c 31 #include <getopt.h>
  /external/e2fsprogs/e2fsck/
scantest.c 11 #include <getopt.h>
  /external/grub/grub/
main.c 25 #include <getopt.h>
  /external/grub/util/
mbchk.c 24 #include <getopt.h>

Completed in 2142 milliseconds

1 2 34 5 6 7 8 91011>>