Home
last modified time | relevance | path

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

/openssl-master/crypto/rand/
A Drandfile.c45 # define fileno _fileno macro
112 if (fstat(fileno(in), &sb) < 0) { in RAND_load_file()
/openssl-master/demos/digest/
A DBIO_f_md.c50 input = BIO_new_fd(fileno(stdin), 1); in main()
A DEVP_MD_stdin.c127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
/openssl-master/crypto/ui/
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-master/crypto/bio/
A Dbio_local.h184 # define UP_fileno fileno
A Dbss_file.c248 int fd = fileno((FILE *)ptr); in file_ctrl()
261 int fd = fileno((FILE *)ptr); in file_ctrl()
/openssl-master/
A De_os.h262 # define fileno _fileno macro
/openssl-master/doc/man3/
A DBIO_s_fd.pod77 out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
/openssl-master/apps/lib/
A Dapps.c1630 if (fstat(fileno(dbfp), &dbst) == -1) { in load_index()
2573 # ifdef fileno
2574 # undef fileno
2575 # define fileno(a) (int)_fileno(a) macro
2804 return fileno(stdin); in fileno_stdin()
2810 return fileno(stdout); in fileno_stdout()
2858 return write(fileno(stdout), (void*)buf, siz); in raw_write_stdout()
A Dvms_term_sock.c586 fsync (fileno (stderr)); in LogMessage()
/openssl-master/apps/
A Ds_server.c3320 fd = fileno(fp); in www_body()
/openssl-master/test/
A Dsslapitest.c1354 ffd = fileno(ffdp); in execute_test_ktls_sendfile()

Completed in 48 milliseconds