HomeSort by: relevance | last modified time | path
    Searched refs:noecho_fgets (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 164 #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) function
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 164 #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) function
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 164 #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) function
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 187 static int noecho_fgets(char *buf, int size, FILE *tty);
333 noecho_fgets(result, maxsize, tty_in);
334 p = result; /* FIXME: noecho_fgets doesn't return errors */
656 static int noecho_fgets(char *buf, int size, FILE *tty) function
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 187 static int noecho_fgets(char *buf, int size, FILE *tty);
335 noecho_fgets(result, maxsize, tty_in);
336 p = result; /* FIXME: noecho_fgets doesn't return errors */
658 static int noecho_fgets(char *buf, int size, FILE *tty) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 191 static int noecho_fgets(char *buf, int size, FILE *tty);
339 noecho_fgets(result, maxsize, tty_in);
340 p = result; /* FIXME: noecho_fgets doesn't return errors */
682 static int noecho_fgets(char *buf, int size, FILE *tty) function

Completed in 32 milliseconds