Searched refs:getopt (Results 1 - 25 of 32) sorted by relevance

12

/system/core/toolbox/
H A Dreboot.c18 c = getopt(argc, argv, "np");
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 Drotatefb.c23 c = getopt(argc, argv, "d:");
H A Dsetkey.c40 c = getopt(argc, argv, "t:k:v:hr");
H A Dcmp.c25 c = getopt(argc, argv, "bln:");
H A Dhd.c28 c = getopt(argc, argv, "b:c:r:");
H A Ddate.c59 c = getopt(argc, argv, "us:");
H A Dsetconsole.c45 c = getopt(argc, argv, "d:gtncv:poh");
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 Dnotify.c30 c = getopt(argc, argv, "m:c:pv:w:");
H A Dreadtty.c76 c = getopt(argc, argv, "nt:fa:r:pe:");
H A Dmount.c287 c = getopt(argc, argv, "o:rt:w");
H A Dnandread.c50 c = getopt(argc, argv, "d:f:s:S:L:Rhv");
H A Dschedtop.c283 c = getopt(argc, argv, "d:ibtamun");
/system/extras/ext4_utils/
H A Dext4fixup_main.c39 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
H A Dmake_ext4fs_main.c53 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:fwzJsct")) != -1) {
H A Dext2simg.c175 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
/system/extras/tests/sdcard/
H A Dplot_sdcard.py39 import getopt namespace
309 (optlist, args) = getopt.getopt(argv[1:],
311 except getopt.GetoptError, err:
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp114 while ((opt = getopt(argc, argv, "s:c:n:d:?")) != -1) {
/system/extras/tests/framebuffer/
H A Dmdp_test.c195 while ((opt = getopt(argc, argv, "s:d:f:t:u:v:")) != -1) {
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c140 while ((opt = getopt(argc, argv, "d:D:s:e:p:t:?")) != -1) {
/system/media/wilhelm/tests/
H A DmimeUri_test.cpp44 #include <getopt.h>
/system/core/sh/
H A Dhistedit.c256 optreset = 1; optind = 1; /* initialize getopt */
258 (ch = getopt(argc, argv, ":e:lnrs")) != -1)

Completed in 208 milliseconds

12