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 25 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/
dwarf_getpubnames.c 114 unsigned char *infop local
117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
  /external/libpcap/
pcap-dlpi.c 349 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)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 21544 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 21544 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local
    [all...]

Completed in 1332 milliseconds