Searched refs:noecho_fgets (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dread_pwd.c177 # define fgets(a,b,c) noecho_fgets(a,b,c)
210 static int noecho_fgets(char *buf, int size, FILE *tty);
492 static int noecho_fgets(char *buf, int size, FILE *tty) function
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c311 static int noecho_fgets(char *buf, int size, FILE *tty);
434 noecho_fgets(result, maxsize, tty_in);
435 p = result; /* FIXME: noecho_fgets doesn't return errors */
673 static int noecho_fgets(char *buf, int size, FILE *tty) function

Completed in 88 milliseconds