Searched refs:fileno (Results 1 – 12 of 12) sorted by relevance
/openssl-master/crypto/rand/ |
A D | randfile.c | 45 # define fileno _fileno macro 112 if (fstat(fileno(in), &sb) < 0) { in RAND_load_file()
|
/openssl-master/demos/digest/ |
A D | BIO_f_md.c | 50 input = BIO_new_fd(fileno(stdin), 1); in main()
|
A D | EVP_MD_stdin.c | 127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
|
/openssl-master/crypto/ui/ |
A D | ui_openssl.c | 406 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 D | bio_local.h | 184 # define UP_fileno fileno
|
A D | bss_file.c | 248 int fd = fileno((FILE *)ptr); in file_ctrl() 261 int fd = fileno((FILE *)ptr); in file_ctrl()
|
/openssl-master/ |
A D | e_os.h | 262 # define fileno _fileno macro
|
/openssl-master/doc/man3/ |
A D | BIO_s_fd.pod | 77 out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
|
/openssl-master/apps/lib/ |
A D | apps.c | 1630 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 D | vms_term_sock.c | 586 fsync (fileno (stderr)); in LogMessage()
|
/openssl-master/apps/ |
A D | s_server.c | 3320 fd = fileno(fp); in www_body()
|
/openssl-master/test/ |
A D | sslapitest.c | 1354 ffd = fileno(ffdp); in execute_test_ktls_sendfile()
|
Completed in 48 milliseconds