Searched refs:fileno (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/rand/ |
H A D | randfile.c | 46 # define fileno _fileno macro 113 if (fstat(fileno(in), &sb) < 0) { in RAND_load_file()
|
/openssl/demos/digest/ |
H A D | BIO_f_md.c | 49 input = BIO_new_fd(fileno(stdin), 1); in main()
|
H A D | EVP_MD_stdin.c | 127 BIO *input = BIO_new_fd(fileno(stdin), 1); in main()
|
/openssl/crypto/ui/ |
H 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/util/platform_symbols/ |
H A D | unix-symbols.txt | 30 fileno
|
/openssl/crypto/bio/ |
H A D | bio_local.h | 172 # define UP_fileno fileno
|
H A D | bss_file.c | 248 int fd = fileno((FILE *)ptr); in file_ctrl() 261 int fd = fileno((FILE *)ptr); in file_ctrl()
|
/openssl/include/internal/ |
H A D | e_os.h | 241 # define fileno _fileno macro
|
/openssl/doc/man3/ |
H A D | BIO_s_fd.pod | 77 out = BIO_new_fd(fileno(stdout), BIO_NOCLOSE);
|
/openssl/apps/lib/ |
H A D | apps.c | 1691 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 D | vms_term_sock.c | 586 fsync (fileno (stderr)); in LogMessage()
|
/openssl/apps/ |
H A D | s_server.c | 3543 fd = fileno(fp); in www_body()
|
/openssl/test/ |
H A D | sslapitest.c | 1392 ffd = fileno(ffdp); in execute_test_ktls_sendfile()
|
Completed in 82 milliseconds