Searched refs:scratchchar (Results 1 – 2 of 2) sorted by relevance
40 int fd, i, scratchchar; in krb5_prompter_posix() local109 scratchchar = getc(fp); in krb5_prompter_posix()110 } while (scratchchar != EOF && scratchchar != '\n'); in krb5_prompter_posix()226 int scratchchar; in krb5_prompter_posix() local285 scratchchar = getchar(); in krb5_prompter_posix()286 } while (scratchchar != EOF && scratchchar != '\n'); in krb5_prompter_posix()
127 int scratchchar; in read_console_password() local158 scratchchar = getchar(); in read_console_password()159 } while (scratchchar != EOF && scratchchar != '\n'); in read_console_password()179 scratchchar = getchar(); in read_console_password()180 } while (scratchchar != EOF && scratchchar != '\n'); in read_console_password()