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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui_openssl.c313 static int noecho_fgets(char *buf, int size, FILE *tty);
436 noecho_fgets(result, maxsize, tty_in);
437 p = result; /* FIXME: noecho_fgets doesn't return errors */
675 static int noecho_fgets(char *buf, int size, FILE *tty) function
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ui/
H A Dui_openssl.c313 static int noecho_fgets(char *buf, int size, FILE *tty);
436 noecho_fgets(result, maxsize, tty_in);
437 p = result; /* FIXME: noecho_fgets doesn't return errors */
675 static int noecho_fgets(char *buf, int size, FILE *tty) function

Completed in 81 milliseconds