Searched refs:str_count (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dobject.h127 short str_count; /* Number of strings */ member in struct:header
/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c157 header.str_count = swap(header.str_count);
220 num_strings = min(StrCount, header.str_count);
265 if (header.str_count > StrCount)
266 lseek(fd, (long)(2 * (header.str_count - StrCount)), 1);
267 else for (i = header.str_count; i < StrCount; i++)
H A Dtic_parse.c695 header.str_count = swap(StrCount);
702 header.str_count = StrCount;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c158 short str_count; member in struct:__anon4226
185 (header.str_count = getnum(fd)) < 0 ||
237 len = min(__COUNT_STR, header.str_count);
248 if (__COUNT_STR < header.str_count) {
250 (header.str_count - __COUNT_STR)), SEEK_CUR);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c142 || (header.str_count = getnum(fd)) < 0
196 len = min(__COUNT_STR, header.str_count);
207 if (__COUNT_STR < header.str_count) {
209 fd, (off_t) (2 * (header.str_count - __COUNT_STR)),
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.c889 Dwarf_Word str_count = ialp->ia_base_count; local
897 alloc_hdr->ah_structs_per_chunk = str_count;
898 alloc_hdr->ah_bytes_malloc_per_chunk = rnded_size * str_count;
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c255 header.str_count = swap(STRCOUNT);
262 header.str_count = STRCOUNT;
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c67 static uint32_t str_count; variable
574 if (str_count != 0)
607 atomic_inc_32(&str_count);
616 atomic_dec_32(&str_count);
713 atomic_dec_32(&str_count);

Completed in 319 milliseconds