Searched refs:getopt (Results 1 - 25 of 41) sorted by last modified time

12

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c108 #include <getopt.h>
/system/core/fastboot/
H A Dfastboot.c42 #include <getopt.h>
/system/core/libion/
H A Dion_test.c3 #include <getopt.h>
/system/core/libsparse/
H A Dsimg_dump.py18 import getopt, posixpath, signal, struct, sys namespace
36 opts, args = getopt.getopt(sys.argv[1:],
39 except getopt.GetoptError, e:
/system/core/logcat/
H A Dlogcat.cpp484 ret = getopt(argc, argv, "cdt:gsQf:r::n:v:b:B");
/system/core/sh/
H A Dhistedit.c256 optreset = 1; optind = 1; /* initialize getopt */
258 (ch = getopt(argc, argv, ":e:lnrs")) != -1)
/system/core/toolbox/
H A Dalarm.c34 //c = getopt(argc, argv, "uw:");
35 c = getopt(argc, argv, "uwat:");
H A Dcat.c235 while ((ch = getopt(argc, argv, "beflnstv")) != -1)
H A Dcmp.c25 c = getopt(argc, argv, "bln:");
H A Ddate.c59 c = getopt(argc, argv, "us:");
H A Ddd.c124 while ((ch = getopt(argc, argv, "")) != -1) {
H A Ddu.c86 while ((ch = getopt(argc, argv, "HLPacd:ghkmnrsx")) != -1)
H A Dgetevent.c513 c = getopt(argc, argv, "tns:Sv::dpilqc:rh");
H A Dgetsebool.c4 #include <getopt.h>
20 while ((opt = getopt(argc, argv, "a")) > 0) {
H A Dhd.c28 c = getopt(argc, argv, "b:c:r:");
H A Dioctl.c5 #include <getopt.h>
30 c = getopt(argc, argv, "rdl:a:h");
H A Dlog.c102 ret = getopt(argc, argv, "t:p:h");
H A Dmount.c292 c = getopt(argc, argv, "o:rt:w");
H A Dnandread.c50 c = getopt(argc, argv, "d:f:s:S:L:Rhv");
H A Dnewfs_msdos.c275 while ((ch = getopt(argc, argv, opts)) != -1)
H A Dnotify.c30 c = getopt(argc, argv, "m:c:pv:w:");
H A Dreadtty.c76 c = getopt(argc, argv, "nt:fa:r:pe:");
H A Dreboot.c18 c = getopt(argc, argv, "np");
/system/core/toolbox/cp/
H A Dcp.c119 while ((ch = getopt(argc, argv, "HLNPRfailprv")) != -1)
/system/core/toolbox/grep/
H A Dgrep.c45 #include <getopt.h>

Completed in 607 milliseconds

12