Searched defs:opt (Results 1 - 14 of 14) sorted by relevance

/system/core/toolbox/
H A Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
20 while ((opt = getopt(argc, argv, "a")) > 0) {
21 switch (opt) {
H A Drenice.c95 int opt; local
100 opt = getopt(argc, argv, "rt:g:");
101 if (opt == -1)
103 switch (opt) {
H A Dmount.c102 char *opt = s; local
135 add_extra_option(extra, opt);
/system/extras/ext4_utils/
H A Dext4fixup_main.c30 int opt; local
39 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
40 switch (opt) {
H A Dmake_ext4fs_main.c63 int opt; local
83 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:S:T:C:B:fwzJsctv")) != -1) {
84 switch (opt) {
H A Dext2simg.c119 int opt; local
127 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
128 switch (opt) {
/system/extras/f2fs_utils/
H A Dmake_f2fs_main.c41 int opt; local
46 while ((opt = getopt(argc, argv, "l:")) != -1) {
47 switch (opt) {
/system/extras/puncture_fs/
H A Dpuncture_fs.c198 int opt; local
208 while ((opt = getopt(argc, argv, "s:h:t:")) != -1) {
209 switch(opt) {
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp113 int opt; local
114 while ((opt = getopt(argc, argv, "s:c:n:d:?")) != -1) {
117 switch (opt) {
123 cerr << "Invalid cpu specified for -" << (char) opt
136 *((opt == 'c') ? &options.clientCPU : &options.serverCPU) = cpu;
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c128 int rv, opt; local
140 while ((opt = getopt(argc, argv, "d:D:s:e:p:t:?")) != -1) {
141 switch (opt) {
/system/core/libnetutils/
H A Ddhcpclient.c169 unsigned int opt; local
185 opt = *x++;
186 if (opt == OPT_PAD) {
190 if (opt == OPT_END) {
198 switch(opt) {
/system/core/adb/
H A Dsysdeps.h224 int opt = bufsize; local
225 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char*)&opt, sizeof(opt));
452 int opt = bufsize; local
453 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &opt, sizeof(opt));
H A Dcommandline.c468 int opt = CHUNK_SIZE; local
469 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
577 int opt = SIDELOAD_HOST_BLOCK_SIZE; local
578 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
/system/core/sdcard/
H A Dsdcard.c1895 int opt; local
1896 while ((opt = getopt(argc, argv, "u:g:w:t:dls")) != -1) {
1897 switch (opt) {

Completed in 176 milliseconds