Home
last modified time | relevance | path

Searched refs:noecho_fgets (Results 1 – 3 of 3) sorted by relevance

/minix3/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c164 #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 Dread_pwd.c172 # 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 Dui_openssl.c308 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