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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/emulparams/
call_nop.sh 6 else if (strncmp (optarg, "call-nop=", 9) == 0)
8 if (strcmp (optarg + 9, "prefix-addr") == 0)
13 else if (strcmp (optarg + 9, "prefix-nop") == 0)
18 else if (strcmp (optarg + 9, "suffix-nop") == 0)
23 else if (strncmp (optarg + 9, "prefix-", 7) == 0)
26 link_info.call_nop_byte = strtoul (optarg + 16 , &end, 0);
29 optarg + 16);
32 else if (strncmp (optarg + 9, "suffix-", 7) == 0)
35 link_info.call_nop_byte = strtoul (optarg + 16, &end, 0);
38 optarg + 16)
    [all...]
dynamic_undefined_weak.sh 7 else if (strcmp (optarg, "nodynamic-undefined-weak") == 0)
extern_protected_data.sh 7 else if (strcmp (optarg, "noextern-protected-data") == 0)
reloc_overflow.sh 6 else if (strcmp (optarg, "noreloc-overflow") == 0)
  /external/adhd/cras/src/server/
cras.c 58 log_mask = atoi(optarg);
62 device_config_dir = optarg;
66 dsp_config = optarg;
70 while ((optarg != NULL) && (*optarg != 0)) {
71 if (strncmp(optarg, "hfp", 3) == 0) {
74 if (strncmp(optarg, "hsp", 3) == 0) {
77 if (strncmp(optarg, "a2dp", 4) == 0) {
80 optarg = strchr(optarg, ',');
    [all...]
  /external/vboot_reference/cgpt/
cmd_add.c 53 params.drive_size = strtoull(optarg, &e, 0);
54 if (!*optarg || (e && *e))
56 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
61 params.partition = (uint32_t)strtoul(optarg, &e, 0);
62 if (!*optarg || (e && *e))
64 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
70 params.begin = strtoull(optarg, &e, 0);
71 if (!*optarg || (e && *e))
73 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
79 params.size = strtoull(optarg, &e, 0)
    [all...]
cmd_create.c 41 params.drive_size = strtoull(optarg, &e, 0);
42 if (!*optarg || (e && *e))
44 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
52 params.padding = strtoull(optarg, &e, 0);
53 if (!*optarg || (e && *e))
55 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
cmd_boot.c 45 params.drive_size = strtoull(optarg, &e, 0);
46 if (!*optarg || (e && *e))
48 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
53 params.partition = (uint32_t)strtoul(optarg, &e, 0);
54 if (!*optarg || (e && *e))
56 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
61 params.bootfile = optarg;
  /external/libnl/src/
nf-exp-add.c 146 case 'i': nl_cli_exp_parse_id(exp, optarg); break;
147 case ARG_EXPECT_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
148 case ARG_EXPECT_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
149 case ARG_EXPECT_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
150 case ARG_EXPECT_DST: nl_cli_exp_parse_dst(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
151 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
152 case ARG_MASTER_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
153 case ARG_MASTER_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
154 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
155 case ARG_MASTER_DST: nl_cli_exp_parse_dst(exp, NFNL_EXP_TUPLE_MASTER, optarg); break
    [all...]
nf-ct-add.c 108 case 'p': nl_cli_ct_parse_protocol(ct, optarg); break;
109 case ARG_ORIG_SRC: nl_cli_ct_parse_src(ct, 0, optarg); break;
110 case ARG_ORIG_SPORT: nl_cli_ct_parse_src_port(ct, 0, optarg); break;
111 case ARG_ORIG_DST: nl_cli_ct_parse_dst(ct, 0, optarg); break;
112 case ARG_ORIG_DPORT: nl_cli_ct_parse_dst_port(ct, 0, optarg); break;
113 case ARG_REPLY_SRC: nl_cli_ct_parse_src(ct, 1, optarg); break;
114 case ARG_REPLY_SPORT: nl_cli_ct_parse_src_port(ct, 1, optarg); break;
115 case ARG_REPLY_DST: nl_cli_ct_parse_dst(ct, 1, optarg); break;
116 case ARG_REPLY_DPORT: nl_cli_ct_parse_dst_port(ct, 1, optarg); break;
117 case 'F': nl_cli_ct_parse_family(ct, optarg); break
    [all...]
nl-route-list.c 105 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
108 case 'd': nl_cli_route_parse_dst(route, optarg); break;
109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
110 case 't': nl_cli_route_parse_table(route, optarg); break;
111 case ARG_FAMILY: nl_cli_route_parse_family(route, optarg); break;
112 case ARG_SRC: nl_cli_route_parse_src(route, optarg); break;
113 case ARG_IIF: nl_cli_route_parse_iif(route, optarg, link_cache); break;
114 case ARG_PREF_SRC: nl_cli_route_parse_pref_src(route, optarg); break;
115 case ARG_METRICS: nl_cli_route_parse_metric(route, optarg); break;
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break
    [all...]
nf-exp-delete.c 130 case 'i': nl_cli_exp_parse_id(exp, optarg); break;
131 case ARG_EXPECT_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
132 case ARG_EXPECT_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
133 case ARG_EXPECT_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
134 case ARG_EXPECT_DST: nl_cli_exp_parse_dst(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
135 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
136 case ARG_MASTER_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
137 case ARG_MASTER_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
138 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
139 case ARG_MASTER_DST: nl_cli_exp_parse_dst(exp, NFNL_EXP_TUPLE_MASTER, optarg); break
    [all...]
nl-route-add.c 108 case 'd': nl_cli_route_parse_dst(route, optarg); break;
109 case 'n': nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
110 case 't': nl_cli_route_parse_table(route, optarg); break;
111 case ARG_FAMILY: nl_cli_route_parse_family(route, optarg); break;
112 case ARG_SRC: nl_cli_route_parse_src(route, optarg); break;
113 case ARG_IIF: nl_cli_route_parse_iif(route, optarg, link_cache); break;
114 case ARG_PREF_SRC: nl_cli_route_parse_pref_src(route, optarg); break;
115 case ARG_METRICS: nl_cli_route_parse_metric(route, optarg); break;
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break;
117 case ARG_SCOPE: nl_cli_route_parse_scope(route, optarg); break
    [all...]
nf-ct-list.c 107 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
110 case 'i': nl_cli_ct_parse_id(ct, optarg); break;
111 case 'p': nl_cli_ct_parse_protocol(ct, optarg); break;
112 case ARG_TCP_STATE: nl_cli_ct_parse_tcp_state(ct, optarg); break;
113 case ARG_ORIG_SRC: nl_cli_ct_parse_src(ct, 0, optarg); break;
114 case ARG_ORIG_SPORT: nl_cli_ct_parse_src_port(ct, 0, optarg); break;
115 case ARG_ORIG_DST: nl_cli_ct_parse_dst(ct, 0, optarg); break;
116 case ARG_ORIG_DPORT: nl_cli_ct_parse_dst_port(ct, 0, optarg); break;
117 case ARG_REPLY_SRC: nl_cli_ct_parse_src(ct, 1, optarg); break;
118 case ARG_REPLY_SPORT: nl_cli_ct_parse_src_port(ct, 1, optarg); break
    [all...]
nf-exp-list.c 109 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
112 case 'i': nl_cli_exp_parse_id(exp, optarg); break;
113 case ARG_EXPECT_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
114 case ARG_EXPECT_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
115 case ARG_EXPECT_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
116 case ARG_EXPECT_DST: nl_cli_exp_parse_dst(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
117 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
118 case ARG_MASTER_PROTO: nl_cli_exp_parse_l4protonum(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
119 case ARG_MASTER_SRC: nl_cli_exp_parse_src(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
120 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break
    [all...]
  /external/libpcap/missing/
getopt.h 4 extern char *optarg; /* getopt(3) external variables */
  /system/core/reboot/
reboot.c 30 char* optarg = ""; local
58 optarg = argv[optind];
59 if (!optarg || !optarg[0]) optarg = "shell";
61 prop_len = snprintf(property_val, sizeof(property_val), "%s,%s", cmd, optarg);
63 fprintf(stderr, "%s command too long: %s\n", cmd, 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" ";;
  /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/ltp/testcases/kernel/io/disktest/
parse.c 49 extern char *optarg;
67 if (optarg == NULL) {
72 if (!isdigit(optarg[0])) {
77 gbl_dbg_lvl = atoi(optarg);
90 if (optarg == NULL) {
95 if (!isdigit(optarg[0])) {
100 args->seed = (unsigned int)strtol(optarg, NULL, 0);
103 if (optarg == NULL) {
108 if (strchr(optarg, 'g')) {
111 if (strchr(optarg, 'c'))
    [all...]
  /external/libxcam/tests/
test-pipe-manager.cpp 243 XCAM_ASSERT (optarg);
244 CHECK_EXP ((strlen (optarg) == 4), "invalid pixel format\n");
245 pixel_format = v4l2_fourcc ((unsigned) optarg[0],
246 (unsigned) optarg[1],
247 (unsigned) optarg[2],
248 (unsigned) optarg[3]);
252 XCAM_ASSERT (optarg);
253 image_width = atoi (optarg);
257 XCAM_ASSERT (optarg);
258 image_height = atoi (optarg);
    [all...]
test-device-manager.cpp 396 XCAM_ASSERT (optarg);
397 if (!strcmp (optarg, "simple"))
400 else if (!strcmp (optarg, "aiq"))
403 else if (!strcmp (optarg, "dynamic"))
405 else if (!strcmp (optarg, "hybrid"))
417 XCAM_ASSERT (optarg);
418 if (!strcmp (optarg, "dma"))
420 else if (!strcmp (optarg, "mmap"))
431 XCAM_ASSERT (optarg);
432 interval_frames = atoi(optarg);
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
gprof.c 217 if (optarg)
219 sym_id_add (optarg, INCL_ANNO);
235 if (optarg)
237 sym_id_add (optarg, INCL_EXEC);
243 if (optarg)
245 debug_level |= atoi (optarg);
261 sym_id_add (optarg, EXCL_TIME);
263 sym_id_add (optarg, EXCL_GRAPH);
266 sym_id_add (optarg, INCL_TIME);
268 sym_id_add (optarg, INCL_GRAPH)
    [all...]
  /external/syslinux/libinstaller/getopt/
getopt.h 19 extern char *optarg;
  /external/selinux/libselinux/utils/
selabel_lookup.c 50 if (!strcasecmp(optarg, "file")) {
52 } else if (!strcmp(optarg, "media")) {
54 } else if (!strcmp(optarg, "x")) {
56 } else if (!strcmp(optarg, "db")) {
58 } else if (!strcmp(optarg, "prop")) {
60 } else if (!strcmp(optarg, "service")) {
64 optarg);
69 file = optarg;
78 key = optarg;
81 type = atoi(optarg);
    [all...]

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>