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

/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.c52 int opt; local
69 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:fwzJsctS:")) != -1) {
70 switch (opt) {
H A Dext2simg.c180 int opt; local
188 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
189 switch (opt) {
H A Dext4.h360 #define clear_opt(o, opt) o &= ~EXT4_MOUNT_##opt
361 #define set_opt(o, opt) o |= EXT4_MOUNT_##opt
362 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & EXT4_MOUNT_##opt)
/system/extras/tests/bionic/libc/
H A Drun-test.sh30 opt="$1"
31 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
32 case "$opt" in
47 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
52 PARAMETERS="$opt"
54 PARAMETERS="$PARAMETERS $opt"
/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 Dmount.c101 char *opt = s; local
134 add_extra_option(extra, 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/core/adb/
H A Dsysdeps.h221 int opt = bufsize; local
222 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char*)&opt, sizeof(opt));
434 int opt = bufsize; local
435 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &opt, sizeof(opt));
H A Dcommandline.c389 int opt = CHUNK_SIZE; local
390 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, &opt, sizeof(opt));
/system/core/sh/
H A Dcd.c311 char opt = 'L'; local
314 opt = i;
318 if (opt == 'L')
/system/extras/tests/framebuffer/
H A Dmdp_test.c178 int opt; local
195 while ((opt = getopt(argc, argv, "s:d:f:t:u:v:")) != -1) {
196 switch (opt) {
/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) {

Completed in 154 milliseconds