Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dutils.c65 int bufind = 0, intbufind = STBUFSIZ, cont = 1; in proc_string_read() local
71 if (intbufind >= bufbytes) { in proc_string_read()
75 intbufind = 0; in proc_string_read()
77 buf[bufind] = intbuf[intbufind]; in proc_string_read()
81 intbufind++; in proc_string_read()