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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c174 #define fgets(a,b,c) noecho_fgets(a,b,c)
207 static int noecho_fgets(char *buf, int size, FILE *tty);
479 static int noecho_fgets(char *buf, int size, FILE *tty) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c174 #define fgets(a,b,c) noecho_fgets(a,b,c)
207 static int noecho_fgets(char *buf, int size, FILE *tty);
479 static int noecho_fgets(char *buf, int size, FILE *tty) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c293 static int noecho_fgets(char *buf, int size, FILE *tty);
417 noecho_fgets(result,maxsize,tty_in);
418 p=result; /* FIXME: noecho_fgets doesn't return errors */
632 static int noecho_fgets(char *buf, int size, FILE *tty) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_openssl.c306 static int noecho_fgets(char *buf, int size, FILE *tty);
430 noecho_fgets(result,maxsize,tty_in);
431 p=result; /* FIXME: noecho_fgets doesn't return errors */
664 static int noecho_fgets(char *buf, int size, FILE *tty) function

Completed in 131 milliseconds