Searched defs:infop (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Derror.c25 register ss_data *infop; local
27 infop = ss_info(sci_idx);
28 if (infop->current_request == (char const *)NULL) {
30 (strlen(infop->subsystem_name)+1)
34 strcpy(ret_val, infop->subsystem_name);
41 (strlen(infop->subsystem_name)+
42 strlen(infop->current_request)+
45 cp1 = infop->subsystem_name;
50 cp1 = infop->current_request;
/external/elfutils/src/libdw/
H A Ddwarf_getpubnames.c114 unsigned char *infop local
117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
/external/ltrace/
H A Dparam.c50 struct arg_type_info *infop,
96 struct arg_type_info *infop, int *insert_stop)
98 return param->u.pack.next(context, infop, insert_stop);
44 param_init_pack(struct param *param, enum param_pack_flavor ppflavor, struct expr_node *args, size_t nargs, int own_args, struct param_enum *(*init)(struct value *cb_args, size_t nargs, struct value_dict *arguments), int (*next)(struct param_enum *context, struct arg_type_info *infop, int *insert_stop), enum param_status (*stop)(struct param_enum *ctx, struct value *value), void (*done)(struct param_enum *)) argument
95 param_pack_next(struct param *param, struct param_enum *context, struct arg_type_info *infop, int *insert_stop) argument
H A Dprintf.c124 struct arg_type_info *infop)
191 type_init_pointer(infop, array, 1);
194 type_init_pointer(infop, elt_info, 0);
197 *infop = *type_get_simple(format_type);
204 param_printf_next(struct param_enum *self, struct arg_type_info *infop, argument
367 len_buf, len_buf_len, infop) < 0)
370 infop->lens = lens;
371 infop->own_lens = 0;
376 *infop = *type_get_simple(ARGTYPE_VOID);
121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument
H A Dread_config_file.c538 unshare_type_info(struct locus *loc, struct arg_type_info **infop, int *ownp) argument
544 if (ninfo == NULL || type_clone(ninfo, *infop) < 0) {
550 *infop = ninfo;
/external/libpcap/
H A Dpcap-dlpi.c349 register dl_info_ack_t *infop; local
516 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
518 if (infop->dl_mac_type == DL_IPATM)
521 if (infop->dl_provider_style == DL_STYLE2) {
702 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
703 if (pcap_process_mactype(p, infop->dl_mac_type) != 0)
/external/sqlite/dist/orig/
H A Dsqlite3.c21544 const et_info *infop; /* Pointer to the appropriate info structure */ local
21658 infop = &fmtinfo[0];
21662 infop = &fmtinfo[idx];
21663 if( useIntern || (infop->flags & FLAG_INTERN)==0 ){
21664 xtype = infop->type;
21691 ** infop Pointer to the appropriate info struct.
21700 if( infop->flags & FLAG_SIGNED ){
21762 const char *cset = &aDigits[infop->charset];
21763 u8 base = infop->base;
21774 if( flag_alternateform && infop
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21544 const et_info *infop; /* Pointer to the appropriate info structure */ local
21658 infop = &fmtinfo[0];
21662 infop = &fmtinfo[idx];
21663 if( useIntern || (infop->flags & FLAG_INTERN)==0 ){
21664 xtype = infop->type;
21691 ** infop Pointer to the appropriate info struct.
21700 if( infop->flags & FLAG_SIGNED ){
21762 const char *cset = &aDigits[infop->charset];
21763 u8 base = infop->base;
21774 if( flag_alternateform && infop
[all...]

Completed in 1283 milliseconds