Searched refs:noecho_fgets (Results 1 – 3 of 3) sorted by relevance
| /minix3/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | oread_pwd.c | 164 #define fgets(a,b,c) noecho_fgets(a,b,c) 197 static int noecho_fgets(char *buf, int size, FILE *tty); 462 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() function
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
| H A D | read_pwd.c | 172 # define fgets(a,b,c) noecho_fgets(a,b,c) 205 static int noecho_fgets(char *buf, int size, FILE *tty); 487 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() function
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ui/ |
| H A D | ui_openssl.c | 308 static int noecho_fgets(char *buf, int size, FILE *tty); 431 noecho_fgets(result, maxsize, tty_in); in read_string_inner() 670 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() function
|