/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...] |
/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
|
/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...] |
/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/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/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
|
/external/webkit/Source/WebKit/android/benchmark/ |
main.cpp | 46 char* x = strchr(optarg, 'x'); 48 width = atoi(optarg); 53 reloadCount = atoi(optarg);
|
/external/qemu/distrib/ |
build-emulator.sh | 12 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 16 --target=*) TARGET=$optarg
|
/external/srtp/crypto/test/ |
rand_gen.c | 71 extern char *optarg; 94 status = crypto_kernel_set_debug_module(optarg, 1); 96 printf("error: set debug module (%s) failed\n", optarg); 104 num_octets = atoi(optarg);
|
kernel_driver.c | 58 extern char *optarg; 84 status = crypto_kernel_set_debug_module(optarg, 1); 86 printf("error: set debug module (%s) failed\n", 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;
|
/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/wpa_supplicant/ |
main.c | 155 iface->bridge_ifname = optarg; 161 iface->confname = optarg; 164 iface->ctrl_interface = optarg; 167 iface->driver = optarg; 181 params.wpa_debug_file_path = optarg; 185 params.ctrl_interface = optarg; 192 iface->ifname = optarg; 202 iface->driver_param = optarg; 206 params.pid_file = os_rel2abs_path(optarg);
|
/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/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...] |
/external/bison/src/ |
getargs.c | 383 if (optarg) 384 spec_graph_file = AS_FILE_NAME (optarg); 392 skeleton = AS_FILE_NAME (optarg); 396 include = AS_FILE_NAME (optarg); 402 if (optarg) 403 spec_defines_file = AS_FILE_NAME (optarg); 427 spec_outfile = AS_FILE_NAME (optarg); 431 spec_file_prefix = AS_FILE_NAME (optarg); 435 spec_name_prefix = optarg; 439 report_argmatch (optarg); [all...] |
/bionic/libc/include/ |
getopt.h | 76 extern char *optarg; /* getopt(3) external variables */
|
/development/ndk/platforms/android-3/include/ |
getopt.h | 76 extern char *optarg; /* getopt(3) external variables */
|
/external/bison/lib/ |
getopt_.h | 42 # undef optarg macro 52 # define optarg __GETOPT_ID (optarg) macro 114 extern char *optarg; 155 a compiled-in constant, such as set a value from `optarg', set the 190 takes an argument, to be placed in `optarg'.
|
/external/grub/lib/ |
getopt1.c | 136 if (optarg) 137 printf (" with arg %s", optarg); 166 printf ("option c with value `%s'\n", optarg); 170 printf ("option d with value `%s'\n", optarg);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.in.h | 41 # undef optarg macro 51 # define optarg __GETOPT_ID (optarg) macro 113 extern char *optarg; 154 a compiled-in constant, such as set a value from `optarg', set the 189 takes an argument, to be placed in `optarg'.
|
getopt1.c | 116 if (optarg) 117 printf (" with arg %s", optarg); 146 printf ("option c with value `%s'\n", optarg); 150 printf ("option d with value `%s'\n", optarg);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
getopt.h | 76 extern char *optarg; /* getopt(3) external variables */
|