HomeSort by relevance Sort by last modified time
    Searched refs:getopt (Results 126 - 150 of 401) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iptables/extensions/
libipt_length.c 6 #include <getopt.h>
libipt_mac.c 6 #include <getopt.h>
libipt_pkttype.c 11 #include <getopt.h>
libipt_state.c 6 #include <getopt.h>
  /external/wpa_supplicant/
main.c 150 c = getopt(argc, argv, "b:Bc:C:D:df:g:hi:KLNp:P:qtuvwW");
  /external/wpa_supplicant_6/wpa_supplicant/
main.c 136 c = getopt(argc, argv, "b:Bc:C:D:df:g:hi:KLNp:P:qtuvW");
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) {
  /system/core/toolbox/
date.c 57 c = getopt(argc, argv, "us:");
setconsole.c 43 c = getopt(argc, argv, "d:gtncv:poh");
  /external/bluetooth/bluez/test/
gaptest.c 32 #include <getopt.h>
244 while ((opt = getopt(argc, argv, "T:P:D:B:C:R:h")) != EOF) {
  /external/bluetooth/bluez/tools/
l2ping.c 35 #include <getopt.h>
271 while ((opt=getopt(argc,argv,"i:d:s:c:t:frv")) != EOF) {
ppporc.c 35 #include <getopt.h>
216 while ((opt = getopt(argc, argv, "h")) != EOF) {
  /external/e2fsprogs/ext2ed/
main.c 36 #include <getopt.h>
104 while ((c = getopt (argc, argv, "w")) != EOF) {
  /external/e2fsprogs/lib/blkid/
dev.c 190 #include <getopt.h>
214 while ((c = getopt (argc, argv, "m:f:")) != EOF)
  /external/e2fsprogs/misc/
e2initrd_helper.c 26 #include <getopt.h>
307 while ((c = getopt(argc, argv, "rv")) != EOF) {
logsave.c 23 #include <getopt.h>
190 while ((c = getopt(argc, argv, "+asv")) != EOF) {
uuidd.c 29 #include <getopt.h>
31 extern int getopt(int argc, char * const argv[], const char *optstring);
414 while ((c = getopt (argc, argv, "dkn:qp:s:tT:r")) != EOF) {
  /external/e2fsprogs/tests/progs/
test_icount.c 17 #include <getopt.h>
319 while ((c = getopt (argc, argv, "wR:f:")) != EOF) {
  /frameworks/base/cmds/service/
service.cpp 11 #include <getopt.h>
71 int ic = getopt(argc, argv, "h?");
  /external/clearsilver/python/examples/trans/
trans.py 3 import sys, string, os, getopt, pwd, signal, time, re namespace
550 alist, args = getopt.getopt(argv[1:], "f:v:", ["help", "load=", "lang="])
  /external/clearsilver/scripts/
document.py 21 import sys, os, getopt, string, re, time namespace
264 alist, args = getopt.getopt(argv[1:], "q", ["help", "outdir=", "owner=", "hdf"])
  /bionic/libc/include/
unistd.h 160 extern int getopt(int, char * const *, const char *);
  /development/ndk/platforms/android-3/include/
unistd.h 152 extern int getopt(int, char * const *, const char *);
  /development/ndk/platforms/android-8/include/
unistd.h 156 extern int getopt(int, char * const *, const char *);
  /development/ndk/platforms/android-9/include/
unistd.h 160 extern int getopt(int, char * const *, const char *);

Completed in 2323 milliseconds

1 2 3 4 56 7 8 91011>>