Searched refs:scratchchar (Results 1 – 2 of 2) sorted by relevance
38 int fd, i, scratchchar; in krb5_prompter_posix() local106 scratchchar = getc(fp); in krb5_prompter_posix()107 } while (scratchchar != EOF && scratchchar != '\n'); in krb5_prompter_posix()222 int scratchchar; in krb5_prompter_posix() local281 scratchchar = getchar(); in krb5_prompter_posix()282 } while (scratchchar != EOF && scratchchar != '\n'); in krb5_prompter_posix()
129 int scratchchar; in read_console_password() local160 scratchchar = getchar(); in read_console_password()161 } while (scratchchar != EOF && scratchchar != '\n'); in read_console_password()181 scratchchar = getchar(); in read_console_password()182 } while (scratchchar != EOF && scratchchar != '\n'); in read_console_password()