Home
last modified time | relevance | path

Searched refs:fileno (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/rand/
H A Drandfile.c46 # define fileno _fileno macro
113 if (fstat(fileno(in), &sb) < 0) { in RAND_load_file()
/openssl/demos/digest/
H A DBIO_f_md.c49 input = BIO_new_fd(fileno(stdin), 1); in main()
H A DEVP_MD_stdin.c127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
/openssl/crypto/ui/
H A Dui_openssl.c406 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console()
493 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in noecho_console()
525 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in echo_console()
/openssl/util/platform_symbols/
H A Dunix-symbols.txt30 fileno
/openssl/crypto/bio/
H A Dbio_local.h172 # define UP_fileno fileno
H A Dbss_file.c248 int fd = fileno((FILE *)ptr); in file_ctrl()
261 int fd = fileno((FILE *)ptr); in file_ctrl()
/openssl/include/internal/
H A De_os.h241 # define fileno _fileno macro
/openssl/doc/man3/
H A DBIO_s_fd.pod77 out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
/openssl/apps/lib/
H A Dapps.c1691 if (fstat(fileno(dbfp), &dbst) == -1) { in load_index()
2696 # ifdef fileno
2697 # undef fileno
2698 # define fileno(a) (int)_fileno(a) macro
2931 return fileno(stdin); in fileno_stdin()
2937 return fileno(stdout); in fileno_stdout()
2978 return write(fileno(stdout), (void *)buf, siz); in raw_write_stdout()
H A Dvms_term_sock.c586 fsync (fileno (stderr)); in LogMessage()
/openssl/apps/
H A Ds_server.c3543 fd = fileno(fp); in www_body()
/openssl/test/
H A Dsslapitest.c1392 ffd = fileno(ffdp); in execute_test_ktls_sendfile()

Completed in 82 milliseconds