HomeSort by relevance Sort by last modified time
    Searched full:passwdfd (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/
passwordfd.c 19 static int passwdfd = -1; variable
23 { "passwordfd", o_int, &passwdfd,
37 if (passwdfd == -1)
43 if (passwdfd == -2) {
50 red = read (passwdfd, passwd + readgood, MAXSECRETLEN - 1 - readgood);
61 close (passwdfd);
68 passwdfd = -2;

Completed in 463 milliseconds