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

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/src/
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...]
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...]
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...]
nl-link-list.c 91 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
94 case 'n': nl_cli_link_parse_name(link, optarg); break;
95 case 'i': nl_cli_link_parse_ifindex(link, optarg); break;
96 case ARG_FAMILY: nl_cli_link_parse_family(link, optarg); break;
97 case ARG_MTU: nl_cli_link_parse_mtu(link, optarg); break;
98 case ARG_TXQLEN: nl_cli_link_parse_txqlen(link, optarg); break;
99 case ARG_WEIGHT: nl_cli_link_parse_weight(link, optarg); break;
nl-addr-add.c 98 case 'a': nl_cli_addr_parse_local(addr, optarg); break;
99 case 'd': nl_cli_addr_parse_dev(addr, link_cache, optarg); break;
100 case ARG_FAMILY: nl_cli_addr_parse_family(addr, optarg); break;
101 case ARG_LABEL: nl_cli_addr_parse_label(addr, optarg); break;
102 case ARG_PEER: nl_cli_addr_parse_peer(addr, optarg); break;
103 case ARG_SCOPE: nl_cli_addr_parse_scope(addr, optarg); break;
104 case ARG_BROADCAST: nl_cli_addr_parse_broadcast(addr, optarg); break;
105 case ARG_PREFERRED: nl_cli_addr_parse_preferred(addr, optarg); break;
106 case ARG_VALID: nl_cli_addr_parse_valid(addr, optarg); break;
nl-addr-delete.c 122 case 'a': nl_cli_addr_parse_local(addr, optarg); break;
123 case 'd': nl_cli_addr_parse_dev(addr, link_cache, optarg); break;
124 case ARG_FAMILY: nl_cli_addr_parse_family(addr, optarg); break;
125 case ARG_LABEL: nl_cli_addr_parse_label(addr, optarg); break;
126 case ARG_PEER: nl_cli_addr_parse_peer(addr, optarg); break;
127 case ARG_SCOPE: nl_cli_addr_parse_scope(addr, optarg); break;
128 case ARG_BROADCAST: nl_cli_addr_parse_broadcast(addr, optarg); break;
129 case ARG_PREFERRED: nl_cli_addr_parse_preferred(addr, optarg); break;
130 case ARG_VALID: nl_cli_addr_parse_valid(addr, optarg); break;
nl-route-delete.c 141 case 'd': nf++; nl_cli_route_parse_dst(route, optarg); break;
142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
143 case 't': nf++; nl_cli_route_parse_table(route, optarg); break;
144 case ARG_FAMILY: nf++; nl_cli_route_parse_family(route, optarg); break;
145 case ARG_SRC: nf++; nl_cli_route_parse_src(route, optarg); break;
146 case ARG_IIF: nf++; nl_cli_route_parse_iif(route, optarg, link_cache); break;
147 case ARG_PREF_SRC: nf++; nl_cli_route_parse_pref_src(route, optarg); break;
148 case ARG_METRICS: nf++; nl_cli_route_parse_metric(route, optarg); break;
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break;
150 case ARG_SCOPE: nf++; nl_cli_route_parse_scope(route, optarg); break
    [all...]
nl-cls-list.c 96 case 'f': params.dp_type = nlt_parse_dumptype(optarg); break;
99 case 'd': dev = 1; parse_dev(cls, link_cache, optarg); break;
100 case 'p': parse_parent(cls, optarg); break;
101 case ARG_PRIO: parse_prio(cls, optarg); break;
102 case ARG_ID: parse_handle(cls, optarg); break;
103 case ARG_PROTO: parse_proto(cls, optarg); break;
nl-link-set.c 109 case 'n': ok++; nl_cli_link_parse_name(link, optarg); break;
110 case 'i': ok++; nl_cli_link_parse_ifindex(link, optarg); break;
111 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break;
112 case ARG_MTU: nl_cli_link_parse_mtu(link, optarg); break;
113 case ARG_TXQLEN: nl_cli_link_parse_txqlen(link, optarg); break;
114 case ARG_WEIGHT: nl_cli_link_parse_weight(link, optarg); break;
  /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/f2fs-tools/mkfs/
f2fs_format_main.c 51 config.heap = atoi(optarg);
56 config.dbg_lv = atoi(optarg);
60 config.extension_list = strdup(optarg);
64 if (strlen(optarg) > 512) {
69 config.vol_label = optarg;
73 config.overprovision = atoi(optarg);
75 atoi(optarg));
78 config.segs_per_sec = atoi(optarg);
80 atoi(optarg));
83 config.secs_per_zone = atoi(optarg);
    [all...]
  /external/qemu/include/sysemu/
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);
  /sdk/emulator/opengl/host/tools/emugen/
getopt.h 9 extern char* optarg;
getopt.c 11 char* optarg; variable
51 optarg = NULL;
60 optarg = (char *)place;
62 optarg = (char *)argv[optind];
66 optarg = NULL;
  /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/lldb/tools/lldb-platform/
lldb-platform.cpp 126 // optarg ? optarg : "");
133 if (optarg && optarg[0])
135 if ((strcasecmp(optarg, "stdout") == 0) || (strcmp(optarg, "/dev/stdout") == 0))
139 else if ((strcasecmp(optarg, "stderr") == 0) || (strcmp(optarg, "/dev/stderr") == 0))
145 FILE *log_file = fopen(optarg, "w");
154 fprintf (stderr, "Failed to open log file '%s' for writing: errno = %i (%s)", optarg, errno, errno_str ? errno_str : "unknown error")
    [all...]
  /external/chromium_org/third_party/libsrtp/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);
  /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/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);
  /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/fio/lib/
getopt_long.c 19 char *optarg = NULL; variable
49 optarg = NULL;
98 optarg = (char *)opt_end+1;
102 if (!(optarg = argv[optind]))
127 optarg = (char *)pvt.optptr;
134 optarg = (char *)argv[optind+1];
137 optarg = NULL;
142 optarg = (char *)argv[optind+1];

Completed in 1078 milliseconds

1 2 3 4 5 6 7 8 91011>>