Lines Matching refs:tmpf
53 char tmpf[PATH_MAX] = ""; variable
61 strlcpy(tmpf, dt_tmpdir(), PATH_MAX);
62 strlcat(tmpf, "/wire_direct_write.txt", PATH_MAX);
63 T_LOG("file name: <%s>\n", tmpf);
64 fd = open(tmpf, O_RDWR | O_CREAT | O_TRUNC, 0644);
97 T_QUIET; T_ASSERT_POSIX_SUCCESS(unlink(tmpf), "unlink(%s)", tmpf);
107 char tmpf[PATH_MAX] = ""; variable
132 strlcpy(tmpf, dt_tmpdir(), PATH_MAX);
133 strlcat(tmpf, "/wire_direct_write.txt", PATH_MAX);
134 T_QUIET; T_ASSERT_LT(strlen(tmpf), (unsigned long)PATH_MAX,
136 fd = open(tmpf, O_RDWR | O_CREAT | O_TRUNC);
187 T_QUIET; T_ASSERT_POSIX_SUCCESS(unlink(tmpf), "unlink(%s)", tmpf);