HomeSort by relevance Sort by last modified time
    Searched refs:noecho_fgets (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/des/
read_pwd.c 174 #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
  /external/openssl/crypto/ui/
ui_openssl.c 314 static int noecho_fgets(char *buf, int size, FILE *tty);
440 noecho_fgets(result,maxsize,tty_in);
441 p=result; /* FIXME: noecho_fgets doesn't return errors */
675 static int noecho_fgets(char *buf, int size, FILE *tty) function

Completed in 469 milliseconds