Home
last modified time | relevance | path

Searched refs:str_count (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c163 header.str_count = swap(header.str_count); in read_entry()
226 num_strings = min(StrCount, header.str_count); in read_entry()
271 if (header.str_count > StrCount) in read_entry()
272 lseek(fd, (long)(2 * (header.str_count - StrCount)), 1); in read_entry()
273 else for (i = header.str_count; i < StrCount; i++) in read_entry()
H A Dtic_parse.c705 header.str_count = swap(StrCount); in write_object()
712 header.str_count = StrCount; in write_object()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_finish.c70 Dwarf_Unsigned * str_count, in dwarf_pro_get_string_stats() argument
87 *str_count = dbg->de_stats.ps_str_count; in dwarf_pro_get_string_stats()
H A Dgenerated_libdwarf.h.in5408 Dwarf_Unsigned * /*str_count*/,
H A Dlibdwarf.h.in5408 Dwarf_Unsigned * /*str_count*/,
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c156 short str_count; member
183 (header.str_count = getnum(fd)) < 0 || in __m_read_terminfo()
235 len = min(__COUNT_STR, header.str_count); in __m_read_terminfo()
246 if (__COUNT_STR < header.str_count) { in __m_read_terminfo()
248 (header.str_count - __COUNT_STR)), SEEK_CUR); in __m_read_terminfo()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c140 || (header.str_count = getnum(fd)) < 0
194 len = min(__COUNT_STR, header.str_count);
205 if (__COUNT_STR < header.str_count) {
207 fd, (off_t) (2 * (header.str_count - __COUNT_STR)),
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dobject.h125 short str_count; /* Number of strings */ member
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c68 static uint32_t str_count; variable
591 if (str_count != 0) in dld_str_fini()
624 atomic_inc_32(&str_count); in dld_str_create()
633 atomic_dec_32(&str_count); in dld_str_create()
730 atomic_dec_32(&str_count); in dld_str_destroy()