Home | History | Annotate | Download | only in stdio

Lines Matching defs:path

39 static const char *path = "fflush";
51 f = fopen(path, "w");
57 f = fopen(path, "r");
73 (void)unlink(path);
78 (void)unlink(path);
105 f = fopen(path, "w");
111 f = fopen(path, "r+");
130 ATF_REQUIRE(unlink(path) == 0);
135 (void)unlink(path);
148 f = fopen(path, "w");
155 (void)unlink(path);
160 (void)unlink(path);