Home
last modified time | relevance | path

Searched defs:file_new (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/wasi/c/
Dfreopen.c7 FILE* file_new = freopen("/sandbox/input2.txt", "r", file_orig); in main() local
/third_party/openssl/crypto/bio/
Dbss_file.c110 static int file_new(BIO *bi) in file_new() function
386 static int file_new(BIO *bi) in file_new() function
/third_party/boringssl/src/crypto/bio/
Dfile.c130 static int file_new(BIO *bio) { return 1; } in file_new() function