Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c59 int input_count = 0; local
95 if (input_count++ >= INPUT_LENGTH) { /* don't listen forever */
97 printf("\n\n Input truncated to %d bytes...\n", input_count - 1);
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c417 Dwarf_Unsigned input_count = in dwarf_pe_load_dwarf_section_headers() local
424 section_hdr_size*input_count; in dwarf_pe_load_dwarf_section_headers()
427 pep->pe_section_count = input_count+1; in dwarf_pe_load_dwarf_section_headers()
453 for ( ; i < input_count; in dwarf_pe_load_dwarf_section_headers()