OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_io
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/bin/xz/
Makefile
5
SRCS= args.c coder.c
file_io
.c hardware.c list.c main.c \
/src/crypto/external/apache2/openssl/dist/test/
ct_test.c
115
BIO *
file_io
= BIO_new_file(file_path, "r");
local
117
if (
file_io
!= NULL)
118
len = BIO_read(
file_io
, buffer, buffer_length);
119
BIO_free(
file_io
);
/src/crypto/external/bsd/openssl/dist/test/
ct_test.c
115
BIO *
file_io
= BIO_new_file(file_path, "r");
local
117
if (
file_io
!= NULL)
118
len = BIO_read(
file_io
, buffer, buffer_length);
119
BIO_free(
file_io
);
/src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c
114
BIO *
file_io
= BIO_new_file(file_path, "r");
local
116
if (
file_io
!= NULL)
117
len = BIO_read(
file_io
, buffer, buffer_length);
118
BIO_free(
file_io
);
Completed in 128 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026