Searched refs:memfile (Results 1 – 1 of 1) sorted by relevance
1301 FILE *memfile; in expect_vfprintf() local1311 memfile = fdopen(pipefd[1], "w"); in expect_vfprintf()1312 if (!memfile) { in expect_vfprintf()1318 w = vfprintf(memfile, fmt, args); in expect_vfprintf()1327 fclose(memfile); in expect_vfprintf()