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

/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1077 FILE *memfile; local
1086 memfile = fdopen(fd, "w+");
1087 if (!memfile) {
1093 w = vfprintf(memfile, fmt, args);
1102 fflush(memfile);
1107 fclose(memfile);

Completed in 109 milliseconds