Home
last modified time | relevance | path

Searched refs:file_new (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/wasi/c/
H A Dfreopen.c7 FILE* file_new = freopen("/sandbox/input2.txt", "r", file_orig); in main() local
8 assert(file_new != NULL); in main()
10 int c = fgetc(file_new); in main()
14 c = fgetc(file_new); in main()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c40 static int file_new(BIO *h);
52 file_new,
109 static int file_new(BIO *bi) in file_new() function
396 static int file_new(BIO *bi) in file_new() function
415 file_new,
/third_party/openssl/crypto/bio/
H A Dbss_file.c40 static int file_new(BIO *h);
52 file_new,
109 static int file_new(BIO *bi) in file_new() function
396 static int file_new(BIO *bi) in file_new() function
415 file_new,

Completed in 2 milliseconds