Searched defs:next_free (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c53 int next_free; /* next free character in string_table */ variable
256 header.str_size = swap(next_free);
263 header.str_size = next_free;
284 || fwrite(string_table, sizeof (char), next_free, fp) != next_free)
412 int old_next_free = next_free;
423 while (table_size < next_free + strlen(string))
432 strcpy(&string_table[next_free], string);
434 DEBUG(7, "at location %d\n", next_free);
435 next_free
[all...]
/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c107 int next_free; /* next free character in string_table */ variable
686 l_next_free = next_free;
753 if (next_free % 256 == 255)
754 next_free++;
756 old_next_free = next_free;
766 while (table_size <= next_free + strlen(string)) {
774 strcpy(&string_table[next_free], string);
776 DEBUG(7, "at location %d\n", next_free);
777 next_free += strlen(string) + 1;
786 * Reset the next_free counte
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1612 db_pgno_t new_addr, next_free, newalloc_flag; local
1634 next_free = NEXT_PGNO(p);
1648 next_free = PGNO_INVALID;
1657 dbp->log_fileid, new_addr, next_free,
1668 hcp->hdr->last_freed = next_free;
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h77 uint32_t next_free; /* next index to use/check */ member in struct:__anon5293
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c172 * next_free). In this way with a constant time computation, we can give a
179 svc_input_id_t next_free; member in union:_svc_management_user_fd::__anon3675
213 user_fd_mgt_array[(int)id].data.next_free = first_free;
254 first_free = user_fd_mgt_array[selected_index].data.next_free;

Completed in 629 milliseconds