HomeSort by: relevance | last modified time | path
    Searched defs:lenstate (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpuffs/
requests.c 66 int lenstate; local in function:puffs__fsframe_read
73 lenstate = 1;
78 lenstate = 0;
105 if (lenstate)
  /src/lib/libc/stdio/
open_wmemstream.c 105 mbstate_t lenstate; local in function:wbuflen
109 lenstate = *state;
111 charlen = mbrlen(buf, len, &lenstate);
  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 83 int lenstate; local in function:p9pbuf_read
86 if ((lenstate = (CUROFF(pb) < 4)))
113 if (!lenstate) {
  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 97 int lenstate; local in function:psbuf_read
100 if ((lenstate = READSTATE_LENGTH(CUROFF(pb))))
127 if (!lenstate) {

Completed in 14 milliseconds