Searched defs:opt (Results 1 - 13 of 13) 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.c62 int opt; local
79 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:S:fwzJsctv")) != -1) {
80 switch (opt) {
H A Dext2simg.c179 int opt; local
187 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
188 switch (opt) {
/system/core/sh/
H A Dcd.c311 char opt = 'L'; local
314 opt = i;
318 if (opt == 'L')
/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.h221 int opt = bufsize; local
222 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char*)&opt, sizeof(opt));
449 int opt = bufsize; local
450 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &opt, sizeof(opt));
H A Dcommandline.c404 int opt = CHUNK_SIZE; local
405 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, &opt, sizeof(opt));
/system/core/sdcard/
H A Dsdcard.c1835 int opt; local
1836 while ((opt = getopt(argc, argv, "u:g:w:t:dls")) != -1) {
1837 switch (opt) {

Completed in 173 milliseconds