HomeSort by relevance Sort by last modified time
    Searched defs:infop (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ss/
error.c 26 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;
  /external/elfutils/libdw/
dwarf_getpubnames.c 142 unsigned char *infop local
145 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
  /external/libpcap/
pcap-dlpi.c 469 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);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 19552 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 19552 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local
    [all...]

Completed in 375 milliseconds