Searched refs:strmax (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dwrite_entry.c495 compute_offsets(char **Strings, unsigned strmax, short *offsets) argument
500 for (i = 0; i < strmax; i++) {
597 size_t namelen, boolmax, nummax, strmax; local
636 strmax = 0;
639 strmax = i + 1;
642 nextfree = compute_offsets(tp->Strings, strmax, offsets);
649 LITTLE_ENDIAN(buf + 8, strmax);
679 convert_shorts(buf, offsets, strmax);
680 if (Write(buf, 2, strmax) != strmax)
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c701 char *strmax = str + maxlen - 1; /* allow space for trailing 0 */ local
730 if (lp < strmax) {

Completed in 120 milliseconds