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

/barrelfish-master/lib/libc/tests/stdio/
H A Dmkostemp_test.c54 char tmpf[sizeof(template)]; local
58 memcpy(tmpf, template, sizeof(tmpf));
59 fd = mkostemp(tmpf, oflags);
66 if (memcmp(tmpf, template, sizeof(tmpf) - 8 - 1) != 0) {
69 testnum++, oflags, tmpf);
86 if (stat(tmpf, &st1) == -1) {
89 testnum++, oflags, tmpf, strerror(errno));
118 (void)unlink(tmpf);
168 char tmpf[sizeof(template)]; local
[all...]

Completed in 31 milliseconds