HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 1 - 25 of 440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /prebuilts/tools/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
  /prebuilts/tools/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/libusb-compat/
libusb-config.in 29 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
30 *) optarg= ;;
35 prefix=$optarg
37 exec_prefix=$optarg
44 exec_prefix=$optarg
  /external/qemu/distrib/sdl-1.2.15/
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
  /prebuilts/tools/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 19 int mbo_getopt(int argc, char* const *argv, const mbo_opt_struct opts[], char **optarg, int *optind, int show_err);
  /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/core/reboot/
reboot.c 30 char *optarg = ""; local
58 optarg = argv[optind];
60 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg);
62 fprintf(stderr, "reboot command too long: %s\n", optarg);
  /external/libmtp/examples/
connect.c 128 printf("Delete %s\n",optarg);
129 delfile_function(optarg);
133 printf("Send file %s\n",optarg);
134 split_arg(optarg,&arg1,&arg2);
139 printf("Get file %s\n",optarg);
140 split_arg(optarg,&arg1,&arg2);
145 printf("New folder %s\n",optarg);
146 newfolder_function(optarg);
150 printf("Send track %s\n",optarg);
151 split_arg(optarg,&arg1,&arg2)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 168 iface->bridge_ifname = optarg;
174 iface->confname = optarg;
177 iface->ctrl_interface = optarg;
180 iface->driver = optarg;
193 params.entropy_file = optarg;
197 params.wpa_debug_file_path = optarg;
201 params.ctrl_interface = optarg;
204 params.ctrl_interface_group = optarg;
211 iface->ifname = optarg;
214 iface->confanother = 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/chromium_org/third_party/libxml/src/
xml2-config.in 36 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
37 *) optarg= ;;
42 prefix=$optarg
52 exec_prefix=$optarg
  /system/extras/ext4_utils/
make_ext4fs_main.c 82 info.len = parse_num(optarg);
85 info.journal_blocks = parse_num(optarg);
88 info.block_size = parse_num(optarg);
91 info.blocks_per_group = parse_num(optarg);
94 info.inodes = parse_num(optarg);
97 info.inode_size = parse_num(optarg);
100 info.label = optarg;
108 mountpoint = optarg;
135 seopts[0].value = optarg;
138 perror(optarg);
    [all...]
  /system/core/toolbox/grep/
grep.c 413 if (optarg == NULL) {
422 l = strtoull(optarg, &ep, 10);
447 if (strcasecmp(optarg, "skip") == 0)
449 else if (strcasecmp(optarg, "read") == 0)
455 if (strcasecmp("recurse", optarg) == 0) {
458 } else if (strcasecmp("skip", optarg) == 0)
460 else if (strcasecmp("read", optarg) == 0)
469 add_pattern(optarg, strlen(optarg));
476 read_patterns(optarg);
    [all...]
  /bionic/libc/include/
getopt.h 69 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/
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);
  /external/chromium_org/third_party/libxml/linux/
xml2-config 36 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
37 *) optarg= ;;
42 prefix=$optarg
52 exec_prefix=$optarg
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt.h 70 extern char *optarg; /* getopt(3) external variables */
  /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);

Completed in 1847 milliseconds

1 2 3 4 5 6 7 8 91011>>