/sdk/emulator/qtools/ |
parse_options.cpp | 58 if (*optarg == ':') { 59 if (strcmp(optarg, ":kernel") == 0) 61 else if (strcmp(optarg, ":libs") == 0) 65 excluded_procedures.Update(optarg, 1); 67 } else if (isdigit(*optarg)) { 68 int bitnum = atoi(optarg); 72 excluded_procedures.Update(optarg, 1); 77 if (*optarg == ':') { 78 if (strcmp(optarg, ":kernel") == 0) 80 else if (strcmp(optarg, ":libs") == 0 [all...] |
/external/qemu/ |
arch_init.h | 24 void select_soundhw(const char *optarg); 25 void do_acpitable_option(const char *optarg); 26 void do_smbios_option(const char *optarg);
|
/external/blktrace/ |
btrace | 17 a) TRACEOPTS=$TRACEOPTS" -a "$OPTARG" ";; 18 w) TRACEOPTS=$TRACEOPTS" -w "$OPTARG" ";; 19 n) TRACEOPTS=$TRACEOPTS" -n "$OPTARG" ";; 20 b) TRACEOPTS=$TRACEOPTS" -b "$OPTARG" ";; 21 r) TRACEOPTS=$TRACEOPTS" -r "$OPTARG" ";;
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 9 extern char *optarg; 87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); 91 ASSERT(optarg); \ 92 (*name) = strdup(optarg); \ 96 ASSERT(optarg); \ 97 if (strlen(optarg) >= 2 && optarg[0] == '0' && optarg[1] == 'x') { \ 98 FAILIF(1 != sscanf(optarg+2, "%x", val), \ 101 FAILIF(1 != sscanf(optarg, "%d", val), [all...] |
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.variables.txt | 42 optarg
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.variables.txt | 41 optarg
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.variables.txt | 44 optarg
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.variables.txt | 43 optarg
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.variables.txt | 43 optarg
|
/external/qemu/distrib/sdl-1.2.12/ |
sdl-config.in | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 22 *) optarg= ;; 27 prefix=$optarg 29 exec_prefix=$optarg 36 exec_prefix=$optarg
|
/prebuilt/darwin-x86/sdl/bin/ |
sdl-config | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 22 *) optarg= ;; 27 prefix=$optarg 29 exec_prefix=$optarg 36 exec_prefix=$optarg
|
/prebuilt/linux-x86/sdl/bin/ |
sdl-config | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 22 *) optarg= ;; 27 prefix=$optarg 29 exec_prefix=$optarg 36 exec_prefix=$optarg
|
/prebuilt/windows/sdl/bin/ |
sdl-config | 21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;; 22 *) optarg= ;; 27 prefix=$optarg 29 exec_prefix=$optarg 36 exec_prefix=$optarg
|
/external/qemu/distrib/ |
build-emulator.sh | 12 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 16 --target=*) TARGET=$optarg
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 56 info.len = parse_num(optarg); 59 info.journal_blocks = parse_num(optarg); 62 info.block_size = parse_num(optarg); 65 info.blocks_per_group = parse_num(optarg); 68 info.inodes = parse_num(optarg); 71 info.inode_size = parse_num(optarg); 74 info.label = optarg; 81 mountpoint = optarg;
|
/device/moto/wingray/taudio/ |
tctl.c | 37 if (optarg) 38 output = atoi(optarg); 43 if (optarg) 44 input = atoi(optarg); 49 if (optarg) 50 volume = atoi(optarg); 55 in_rate = atoi(optarg); 58 in_channels = atoi(optarg); 61 if (optarg) 62 in_volume = atoi(optarg); [all...] |
/external/blktrace/btt/ |
args.c | 297 bno_dump_name = optarg; 300 sscanf(optarg, "%lf", &range_delta); 303 devices = optarg; 306 exes = optarg; 312 input_name = optarg; 315 d2c_name = optarg; 318 plat_freq = atof(optarg); 321 iostat_name = strdup(optarg); 324 sps_name = optarg; 327 if (dev_map_read(optarg)) [all...] |
/external/pcre/ |
pcre-config.in | 30 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 31 *) optarg= ;; 36 prefix=$optarg 38 exec_prefix=$optarg 45 exec_prefix=$optarg
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe-discovery.c | 42 conn->serviceName = xstrdup(optarg); 45 conn->acName = xstrdup(optarg); 51 conn->debugFile = fopen(optarg, "w"); 54 optarg, strerror(errno)); 60 conn->ifName = xstrdup(optarg);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main.c | 153 iface->bridge_ifname = optarg; 159 iface->confname = optarg; 162 iface->ctrl_interface = optarg; 165 iface->driver = optarg; 178 params.entropy_file = optarg; 182 params.wpa_debug_file_path = optarg; 186 params.ctrl_interface = optarg; 193 iface->ifname = optarg; 203 params.override_driver = optarg; 206 params.override_ctrl_interface = optarg; [all...] |
/hardware/ti/omap4xxx/ion/ |
ion_test.c | 255 len = atol(optarg); 258 align = atol(optarg); 262 map_flags |= strstr(optarg, "PROT_EXEC") ? 264 map_flags |= strstr(optarg, "PROT_READ") ? 266 map_flags |= strstr(optarg, "PROT_WRITE") ? 268 map_flags |= strstr(optarg, "PROT_NONE") ? 273 prot |= strstr(optarg, "MAP_PRIVATE") ? 275 prot |= strstr(optarg, "MAP_SHARED") ? 279 alloc_flags = atol(optarg); 288 fmt = atol(optarg); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
main.c | 141 iface->bridge_ifname = optarg; 147 iface->confname = optarg; 150 iface->ctrl_interface = optarg; 153 iface->driver = optarg; 167 params.wpa_debug_file_path = optarg; 171 params.ctrl_interface = optarg; 178 iface->ifname = optarg; 188 iface->driver_param = optarg; 192 params.pid_file = os_rel2abs_path(optarg);
|
/external/iptables/extensions/ |
libxt_set.c | 68 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 78 if (strlen(optarg) > IPSET_MAXNAMELEN - 1) 81 optarg, IPSET_MAXNAMELEN - 1); 83 get_set_byname(optarg, (struct xt_set_info *)info); 155 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 165 if (strlen(optarg) > IPSET_MAXNAMELEN - 1) 168 optarg, IPSET_MAXNAMELEN - 1); 170 get_set_byname(optarg, info);
|
/external/valgrind/main/drd/tests/ |
omp_printf.c | 34 case 'i': num_iterations = atoi(optarg); break; 36 case 't': num_threads = atoi(optarg); break;
|
/external/e2fsprogs/misc/ |
blkid.c | 29 extern char *optarg; 286 if (optarg && !*optarg) 289 read = optarg; 303 if (!strcmp(optarg, "value")) 305 else if (!strcmp(optarg, "device")) 307 else if (!strcmp(optarg, "list")) 309 else if (!strcmp(optarg, "full")) 314 "device, list, or full\n", optarg); 323 show[numtag++] = optarg; [all...] |