Searched defs:arg (Results 376 - 400 of 1267) sorted by relevance

<<11121314151617181920>>

/external/iproute2/tc/
H A Dtc_filter.c186 void *arg)
188 FILE *fp = (FILE*)arg;
184 print_filter(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dtc_qdisc.c199 void *arg)
201 FILE *fp = (FILE*)arg;
197 print_qdisc(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
/external/ipsec-tools/src/racoon/
H A Drsalist.c92 rsa_key_dump_one(void *entry, void *arg) argument
112 rsa_list_count_one(void *entry, void *arg) argument
114 if (arg)
115 (*(unsigned long *)arg)++;
/external/iptables/extensions/
H A Dlibipt_DNAT.c70 char *arg, *colon, *dash, *error; local
73 arg = strdup(orig_arg);
74 if (arg == NULL)
77 colon = strchr(arg, ':');
118 if (colon == arg) {
119 free(arg);
126 dash = strchr(arg, '-');
133 ip = xtables_numeric_to_ipaddr(arg);
136 arg);
147 free(arg);
[all...]
H A Dlibipt_SNAT.c70 char *arg, *colon, *dash, *error; local
73 arg = strdup(orig_arg);
74 if (arg == NULL)
77 colon = strchr(arg, ':');
118 if (colon == arg) {
119 free(arg);
126 dash = strchr(arg, '-');
133 ip = xtables_numeric_to_ipaddr(arg);
136 arg);
147 free(arg);
[all...]
H A Dlibipt_addrtype.c84 static void parse_types(const char *arg, uint16_t *mask) argument
88 while ((comma = strchr(arg, ',')) != NULL) {
89 if (comma == arg || !parse_type(arg, comma-arg, mask))
91 "addrtype: bad type `%s'", arg);
92 arg = comma + 1;
95 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mas
[all...]
/external/jpeg/
H A Dcjpeg.c211 char * arg; local
236 arg = argv[argn];
237 if (*arg != '-') {
245 arg++; /* advance past switch marker character */
247 if (keymatch(arg, "arithmetic", 1)) {
257 } else if (keymatch(arg, "baseline", 1)) {
261 } else if (keymatch(arg, "dct", 2)) {
274 } else if (keymatch(arg, "debug", 1) || keymatch(arg, "verbose", 1)) {
286 } else if (keymatch(arg, "grayscal
[all...]
H A Djpegtran.c126 char * arg; local
142 arg = argv[argn];
143 if (*arg != '-') {
151 arg++; /* advance past switch marker character */
153 if (keymatch(arg, "arithmetic", 1)) {
163 } else if (keymatch(arg, "copy", 1)) {
176 } else if (keymatch(arg, "debug", 1) || keymatch(arg, "verbose", 1)) {
188 } else if (keymatch(arg, "flip", 1)) {
199 } else if (keymatch(arg, "grayscal
[all...]
/external/kernel-headers/original/linux/
H A Dmoduleparam.h31 /* Returns 0, or -errno. arg is in kp->arg. */
41 void *arg; member in struct:kernel_param
65 #define __module_param_call(prefix, name, set, get, arg, perm) \
70 = { __param_str_##name, perm, set, get, arg }
72 #define module_param_call(name, set, get, arg, perm) \
73 __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
/external/libffi/src/cris/
H A Dffi.c35 initialize_aggregate_packed_struct (ffi_type * arg) argument
39 FFI_ASSERT (arg != NULL);
41 FFI_ASSERT (arg->elements != NULL);
42 FFI_ASSERT (arg->size == 0);
43 FFI_ASSERT (arg->alignment == 0);
45 ptr = &(arg->elements[0]);
55 arg->size += (*ptr)->size;
57 arg->alignment = (arg->alignment > (*ptr)->alignment) ?
58 arg
[all...]
/external/libffi/src/sh64/
H A Dffi.c37 return_type (ffi_type *arg) argument
40 if (arg->type != FFI_TYPE_STRUCT)
41 return arg->type;
44 if (arg->size <= sizeof (UINT8))
46 else if (arg->size <= sizeof (UINT16))
48 else if (arg->size <= sizeof (UINT32))
50 else if (arg->size <= sizeof (UINT64))
/external/libffi/src/sparc/
H A Dffi.c326 int ffi_v9_layout_struct(ffi_type *arg, int off, char *ret, char *intg, char *flt) argument
328 ffi_type **ptr = &arg->elements[0];
/external/libppp/src/
H A Dchat.h44 char script[LINE_LEN]; /* Our arg buffer */
48 int arg; /* Our current arg number */ member in struct:chat
50 char *argptr; /* Our current arg pointer */
H A Dslcompress.c589 sl_Show(struct cmdargs const *arg) argument
591 prompt_Printf(arg->prompt, "VJ compression statistics:\n");
592 prompt_Printf(arg->prompt, " Out: %d (compress) / %d (total)",
593 arg->bundle->ncp.ipcp.vj.slstat.sls_compressed,
594 arg->bundle->ncp.ipcp.vj.slstat.sls_packets);
595 prompt_Printf(arg->prompt, " %d (miss) / %d (search)\n",
596 arg->bundle->ncp.ipcp.vj.slstat.sls_misses,
597 arg->bundle->ncp.ipcp.vj.slstat.sls_searches);
598 prompt_Printf(arg->prompt, " In: %d (compress), %d (uncompress)",
599 arg
[all...]
/external/libsepol/src/
H A Dinterfaces.c240 void *fn_arg), void *arg)
255 status = fn(iface, arg);
237 sepol_iface_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_iface_t * iface, void *fn_arg), void *arg) argument
H A Dnodes.c348 void *fn_arg), void *arg)
363 status = fn(node, arg);
382 status = fn(node, arg);
345 sepol_node_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_node_t * node, void *fn_arg), void *arg) argument
H A Dports.c279 void *fn_arg), void *arg)
294 status = fn(port, arg);
276 sepol_port_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_port_t * port, void *fn_arg), void *arg) argument
H A Dusers.c348 void *fn_arg), void *arg)
365 status = fn(user, arg);
345 sepol_user_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_user_t * user, void *fn_arg), void *arg) argument
/external/libvpx/libvpx/
H A Dargs.c28 struct arg arg_init(char **argv) {
29 struct arg a;
39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) {
40 struct arg arg; local
45 arg = arg_init(argv);
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1
49 && !strcmp(arg.argv[0] + 1, def->short_name)) {
51 arg.name = arg
86 arg_next(struct arg *arg) argument
139 arg_parse_uint(const struct arg *arg) argument
158 arg_parse_int(const struct arg *arg) argument
181 arg_parse_rational(const struct arg *arg) argument
210 arg_parse_enum(const struct arg *arg) argument
234 arg_parse_enum_or_int(const struct arg *arg) argument
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h62 void Control(int ctrl_id, int arg) { argument
64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
68 void Control(int ctrl_id, const void *arg) { argument
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c39 unsigned int (__stdcall *start)(void*), void* arg) {
44 arg,
38 pthread_create(pthread_t* const thread, const void* attr, unsigned int (__stdcall *start)(void*), void* arg) argument
/external/libxml2/
H A Dxmlcatalog.c99 char arg[400]; local
131 memset(arg, 0, sizeof(arg));
137 arg[i++] = *cur++;
139 arg[i] = 0;
146 cur = arg;
/external/marisa-trie/tools/
H A Dcmdopt.c33 const char *arg = h->argv[h->optind]; local
35 if (*arg++ != '-') {
39 if (*arg == '-') {
40 arg++;
44 return ret - (*arg == '\0');
100 static int cmdopt_match_len(const char *opt, const char *arg) { argument
104 while ((*arg != '\0') && (*arg != '=')) {
105 if (*arg++ != *opt++) {
112 if ((*arg
[all...]
/external/marisa-trie/v0_1_5/tools/
H A Dcmdopt.c33 const char *arg = h->argv[h->optind]; local
35 if (*arg++ != '-') {
39 if (*arg == '-') {
40 arg++;
44 return ret - (*arg == '\0');
100 static int cmdopt_match_len(const char *opt, const char *arg) { argument
104 while ((*arg != '\0') && (*arg != '=')) {
105 if (*arg++ != *opt++) {
112 if ((*arg
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp214 llvm::Argument &arg = *I; local
215 llvm::Type *arg_type = arg.getType();
219 if (llvm::isa<llvm::PointerType>(arg_type) && arg.hasByValAttr()) {

Completed in 434 milliseconds

<<11121314151617181920>>