Searched refs:passbytes (Results 1 – 1 of 1) sorted by relevance
589 DWORD passbytes; /* Bytes read */ in _cupsGetPassword() local622 while (ReadFile(tty, &passch, 1, &passbytes, NULL)) in _cupsGetPassword()696 if (passbytes == 1 && passptr > cg->password) in _cupsGetPassword()714 ssize_t passbytes; /* Bytes read */ in _cupsGetPassword()758 while ((passbytes = read(tty, &passch, 1)) == 1) in _cupsGetPassword()839 if (passbytes == 1 && passptr > cg->password) in _cupsGetPassword()