HomeSort by: relevance | last modified time | path
    Searched defs:fileno_stdin (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2433 int fileno_stdin(void) function
2443 int fileno_stdin(void) function
2468 return recv(fileno_stdin(), buf, siz, 0);
2473 return read(fileno_stdin(), buf, siz);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2915 int fileno_stdin(void) function
2925 int fileno_stdin(void) function
2951 return recv(fileno_stdin(), buf, siz, 0);
2956 return read(fileno_stdin(), buf, siz);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2852 int fileno_stdin(void) function
2862 int fileno_stdin(void) function
2887 return recv(fileno_stdin(), buf, siz, 0);
2897 return read(fileno_stdin(), buf, siz);

Completed in 28 milliseconds