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

1 2 34 5 6 7 8 91011>>

  /system/core/toolbox/
log.c 102 ret = getopt(argc, argv, "t:p:h");
rotatefb.c 23 c = getopt(argc, argv, "d:");
setkey.c 40 c = getopt(argc, argv, "t:k:v:hr");
  /build/tools/acp/
acp.c 17 #include <getopt.h>
184 ic = getopt(argc, argv, "defprtuv");
  /external/e2fsprogs/debugfs/
ls.c 19 #include <getopt.h>
136 while ((c = getopt (argc, argv, "dlp")) != EOF) {
  /external/e2fsprogs/lib/blkid/
dev.c 186 #include <getopt.h>
210 while ((c = getopt (argc, argv, "m:f:")) != EOF)
  /external/e2fsprogs/misc/
lsattr.c 29 #include <getopt.h>
172 while ((c = getopt (argc, argv, "RVadlv")) != EOF)
e2label.c 21 #include <getopt.h>
  /external/e2fsprogs/util/
copy_sparse.c 32 #include <getopt.h>
213 while ((c = getopt(argc, argv, "v")) != EOF)
  /external/iproute2/examples/
gaiconf 52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 27 #include <getopt.h>
49 while ((c = getopt(argc, argv, "t")) != -1) {
  /frameworks/compile/libbcc/tests/
main.cpp 24 #include <getopt.h>
127 while ((c = getopt (argc, argv, "RST")) != -1) {
  /ndk/sources/host-tools/make-3.81/
config.h-vms 403 #define getopt gnu_getopt
  /bionic/libdl/
dltest.c 32 #include <getopt.h>
  /development/scripts/
stack 7 import getopt namespace
361 options, arguments = getopt.getopt(sys.argv[1:], "",
366 except getopt.GetoptError, unused_error:
  /development/tools/yuv420sp2rgb/
cmdline.c 5 #include <getopt.h>
  /device/moto/wingray/taudio/
tplay.c 29 while ((opt = getopt(argc, argv, "n:")) != -1) {
  /external/bison/lib/
getopt1.c 1 /* getopt_long and getopt_long_only entry points for GNU getopt.
26 # include <getopt.h>
28 # include "getopt.h"
161 printf ("?? getopt returned character code 0%o ??\n", c);
  /external/blktrace/btt/
btt_plot.py 64 import getopt, glob, os, sys namespace
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
209 except getopt.error, msg:
  /external/bluetooth/bluez/test/
sdptest.c 31 #include <getopt.h>
  /external/bluetooth/bluez/tools/
hcieventmask.c 31 #include <getopt.h>
  /external/libnl-headers/netlink/cli/
utils.h 24 #include <getopt.h>
  /external/mesa3d/src/glsl/
main.cpp 25 #include <getopt.h>
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 39 while ((opt = getopt(argc, argv, "I:D:VUAS:C:h")) > 0) {
  /external/valgrind/main/drd/tests/
rwlock_test.c 17 #include <unistd.h> /* getopt() */
63 while ((optchar = getopt(argc, argv, "i:t:")) != EOF)

Completed in 350 milliseconds

1 2 34 5 6 7 8 91011>>