Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1024 FILE *memfile; in expect_vfprintf() local
1033 memfile = fdopen(fd, "w+"); in expect_vfprintf()
1034 if (!memfile) { in expect_vfprintf()
1040 w = vfprintf(memfile, fmt, args); in expect_vfprintf()
1049 fflush(memfile); in expect_vfprintf()
1054 fclose(memfile); in expect_vfprintf()