Home
last modified time | relevance | path

Searched refs:readfile (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dfail.c21 bool readfile(char *buffer, const char *from) { in readfile() function
83 bool gotErrorFile = readfile(desired, errorfile); in main()
84 bool gotOutput = readfile(got, buffer); in main()