HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 51 - 75 of 339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/grub/grub/
main.c 168 if (! optarg)
171 hold = atoi (optarg);
175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */
180 install_partition = strtoul (optarg, 0, 0);
189 boot_drive = strtoul (optarg, 0, 0);
233 device_map_file = strdup (optarg);
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 196 parse_patchram(char *optarg)
200 if (!(p = strrchr(optarg, '.'))) {
201 fprintf(stderr, "file %s not an HCD file\n", optarg);
208 fprintf(stderr, "file %s not an HCD file\n", optarg);
212 if ((hcdfile_fd = open(optarg, O_RDONLY)) == -1) {
213 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
274 parse_baudrate(char *optarg)
276 int baudrate = atoi(optarg);
286 parse_bdaddr(char *optarg)
291 sscanf(optarg, "%02X:%02X:%02X:%02X:%02X:%02X"
    [all...]
  /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/qemu/
vl-android.c 2532 const char *r, *optarg; local
    [all...]
  /external/bison/lib/
getopt1.c 120 if (optarg)
121 printf (" with arg %s", optarg);
150 printf ("option c with value `%s'\n", optarg);
154 printf ("option d with value `%s'\n", optarg);
  /external/qemu/distrib/
build-kernel.sh 47 optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)')
55 OPTION_OUT=$optarg
58 OPTION_CROSS=$optarg
61 OPTION_ARCH=$optarg
64 OPTION_CONFIG=$optarg
67 OPTION_JOBS=$optarg
  /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...]
  /system/core/toolbox/
setkey.c 46 kbe.kb_table = strtol(optarg, NULL, 0);
49 kbe.kb_index = strtol(optarg, NULL, 0);
52 kbe.kb_value = strtol(optarg, NULL, 0);
hd.c 33 base = strtol(optarg, NULL, 0);
36 count = strtol(optarg, NULL, 0);
39 repeat = strtol(optarg, NULL, 0);
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 143 delayMin = strtod(optarg, &chptr);
146 "of: %s", optarg);
152 delayMax = strtod(optarg, &chptr);
155 "of: %s", optarg);
161 duration = strtod(optarg, &chptr);
164 optarg);
180 startPass = strtoul(optarg, &chptr, 10);
183 "of: %s", optarg);
199 endPass = strtoul(optarg, &chptr, 10);
202 "of: %s", optarg);
    [all...]
  /external/ipsec-tools/src/racoon/
main.c 169 extern char *optarg;
202 lcconf->port_isakmp = atoi(optarg);
205 lcconf->port_isakmp_natt = atoi(optarg);
208 lcconf->racoon_conf = optarg;
211 plogset(optarg);
  /prebuilt/android-arm/kernel/
rebuild.sh 131 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
143 OPTION_OUT_DIR="$optarg"
146 OPTION_CC="$optarg"
149 TOOLCHAIN_NAME="$optarg"
152 JOBS="$optarg"
  /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...]
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 172 bitRateBps = atoi(optarg);
178 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
187 frameRateFps = atoi(optarg);
193 iFramesIntervalSeconds = atoi(optarg);
199 nFrames = atoi(optarg);
205 width = atoi(optarg);
211 height = atoi(optarg);
217 level = atoi(optarg);
223 profile = atoi(optarg);
229 codec = atoi(optarg);
    [all...]
  /external/tcpdump/
tcpdump.c 291 extern char *optarg;
517 UserBufferSize = atoi(optarg)*1024;
519 error("invalid packet buffer size %s", optarg);
524 cnt = atoi(optarg);
526 error("invalid packet count %s", optarg);
530 Cflag = atoi(optarg) * 1000000;
532 error("invalid file size %s", optarg);
567 gndo->ndo_espsecret = optarg;
575 infile = optarg;
579 if (optarg[0] == '0' && optarg[1] == 0
    [all...]
  /bionic/libdl/
dltest.c 36 extern char *optarg;
92 *lib = strdup(optarg);
95 *sym = strdup(optarg);
  /external/bluetooth/bluez/test/
sdptest.c 119 if (!strncasecmp(optarg, "hci", 3))
120 hci_devba(atoi(optarg + 3), &src);
122 str2ba(optarg, &dst);
  /external/iptables/extensions/
libxt_rateest.c 122 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
132 strncpy(info->name1, optarg, sizeof(info->name1) - 1);
136 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
146 strncpy(info->name2, optarg, sizeof(info->name2) - 1);
151 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
175 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
200 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
224 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
249 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
263 xtables_check_inverse(optarg, &invert, &optind, 0, argv)
    [all...]
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/grub/lib/
getopt.h 35 extern char *optarg;
75 a compiled-in constant, such as set a value from `optarg', set the
getopt.c 116 char *optarg = NULL;
487 ARGV-element, is returned in `optarg'. Two colons mean an option that
489 it is returned in `optarg', otherwise `optarg' is set to zero.
527 optarg = NULL;
615 optarg = argv[optind++];
701 optarg = nameend + 1;
726 optarg = argv[optind++];
813 optarg = nextchar;
836 optarg = argv[optind++]
115 char *optarg = NULL; variable
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.h 35 extern char *optarg;
75 a compiled-in constant, such as set a value from `optarg', set the
getopt.c 110 char *optarg = NULL; variable
474 ARGV-element, is returned in `optarg'. Two colons mean an option that
476 it is returned in `optarg', otherwise `optarg' is set to zero.
509 optarg = NULL;
597 optarg = argv[optind++];
683 optarg = nameend + 1;
707 optarg = argv[optind++];
794 optarg = nextchar;
817 optarg = argv[optind++]
    [all...]
  /build/tools/atree/
atree.cpp 106 g_listFiles.push_back(string(optarg));
109 g_inputBases.push_back(string(optarg));
114 "-o %s\n", argv[0], optarg);
117 g_outputBase = optarg;
125 "-m %s\n", argv[0], optarg);
128 g_dependency = optarg;
131 if (!add_variable(optarg)) {
134 argv[0], optarg);
  /development/ndk/tests/
run-all.sh 40 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
53 JOBS="-j$optarg"

Completed in 1545 milliseconds

1 23 4 5 6 7 8 91011>>