Searched refs:opt (Results 1 - 16 of 16) 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 Dext2simg.c119 int opt; local
127 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
128 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 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 Drenice.c95 int opt; local
100 opt = getopt(argc, argv, "rt:g:");
101 if (opt == -1)
103 switch (opt) {
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.c102 char *opt = s; local
135 add_extra_option(extra, 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/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.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.c464 int opt = CHUNK_SIZE; local
465 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
573 int opt = SIDELOAD_HOST_BLOCK_SIZE; local
574 opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(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/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/sdcard/
H A Dsdcard.c1862 int opt; local
1863 while ((opt = getopt(argc, argv, "u:g:w:t:dls")) != -1) {
1864 switch (opt) {

Completed in 426 milliseconds