Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c475 char nextch; in expect_str() local
502 kr = (*Read)(fn, &nextch, 1); in expect_str()
509 c = nextch & 0177; in expect_str()
512 if ((*rp = nextch & 0177) != NULLCHAR) in expect_str()
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c180 char convch, nextch; in doformat() local
341 nextch = *++fmt; in doformat()
412 *fmt = nextch; in doformat()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c671 char nextch; local
697 kr = (*Read)(fn, &nextch, 1);
704 c = nextch & 0177;
707 if ((*rp = nextch & 0177) != NULLCHAR)