Searched refs:infop (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Derror.c26 register ss_data *infop; local
28 infop = ss_info(sci_idx);
29 if (infop->current_request == (char const *)NULL) {
31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
43 strlen(infop->current_request)+
46 cp1 = infop->subsystem_name;
51 cp1 = infop->current_request;
H A Drequests.c20 int sci_idx, void *infop)
27 int sci_idx, void *infop __SS_ATTR((unused)))
40 void *infop __SS_ATTR((unused)))
51 void *infop __SS_ATTR((unused)))
62 int sci_idx, void *infop __SS_ATTR((unused)))
H A Dss.h82 void ss_quit(int argc, const char * const *argv, int sci_idx, void *infop);
83 void ss_self_identify(int argc, const char * const *argv, int sci_idx, void *infop);
85 int sci_idx, void *infop);
87 int sci_idx, void *infop);
89 int sci_idx, void *infop);
H A Dlist_rqs.c26 int sci_idx, void *infop __SS_ATTR((unused)))
H A Dlisten.c138 int sci_idx, pointer infop __SS_ATTR((unused)))
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c93 unsigned char *infop local
96 if (read_4ubyte_unaligned_noncvt (infop) == 0xffffffff)
/external/libpcap/
H A Dpcap-dlpi.c469 register dl_info_ack_t *infop; local
626 infop = &((union DL_primitives *)buf)->info_ack;
628 if (infop->dl_mac_type == DL_IPATM)
631 if (infop->dl_provider_style == DL_STYLE2) {
787 infop = &((union DL_primitives *)buf)->info_ack;
788 switch (infop->dl_mac_type) {
837 (unsigned long)infop->dl_mac_type);
/external/sqlite/dist/
H A Dsqlite3.c.orig16573 const et_info *infop; /* Pointer to the appropriate info structure */
16666 infop = &fmtinfo[0];
16670 infop = &fmtinfo[idx];
16671 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
16672 xtype = infop->type;
16683 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
16706 ** infop Pointer to the appropriate info struct.
16715 if( infop->flags & FLAG_SIGNED ){
16761 cset = &aDigits[infop->charset];
16762 base = infop
[all...]
H A Dsqlite3.c16578 const et_info *infop; /* Pointer to the appropriate info structure */ local
16671 infop = &fmtinfo[0];
16675 infop = &fmtinfo[idx];
16676 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
16677 xtype = infop->type;
16688 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
16711 ** infop Pointer to the appropriate info struct.
16720 if( infop->flags & FLAG_SIGNED ){
16766 cset = &aDigits[infop->charset];
16767 base = infop
[all...]

Completed in 1006 milliseconds