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

  /src/lib/libpuffs/
requests.c 66 int lenstate; local
73 lenstate = 1;
78 lenstate = 0;
105 if (lenstate)
  /src/lib/libc/stdio/
open_wmemstream.c 105 mbstate_t lenstate; local
109 lenstate = *state;
111 charlen = mbrlen(buf, len, &lenstate);
  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 84 int lenstate; local
87 if ((lenstate = (CUROFF(pb) < 4)))
114 if (!lenstate) {
  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 98 int lenstate; local
101 if ((lenstate = READSTATE_LENGTH(CUROFF(pb))))
128 if (!lenstate) {

Completed in 16 milliseconds