Searched defs:str_count (Results 1 - 4 of 4) 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/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/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/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 74 milliseconds