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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c31 int readgood, wstat; local
82 readgood = 0;
84 red = read(p[0], passwd + readgood, MAXSECRETLEN-1 - readgood);
91 readgood = -1;
94 readgood += red;
95 } while (readgood < MAXSECRETLEN - 1);
96 passwd[readgood] = 0;
107 if (readgood < 0)
109 if (readgood >
[all...]

Completed in 58 milliseconds