Searched refs:passbytes (Results 1 – 1 of 1) sorted by relevance
587 DWORD passbytes; /* Bytes read */ in _cupsGetPassword() local620 while (ReadFile(tty, &passch, 1, &passbytes, NULL)) in _cupsGetPassword()694 if (passbytes == 1 && passptr > cg->password) in _cupsGetPassword()712 ssize_t passbytes; /* Bytes read */ in _cupsGetPassword()756 while ((passbytes = read(tty, &passch, 1)) == 1) in _cupsGetPassword()837 if (passbytes == 1 && passptr > cg->password) in _cupsGetPassword()