witness           123 maint/gnulib/tests/test-dup-safer.c   fd = creat (witness, 0600);
witness           177 maint/gnulib/tests/test-dup-safer.c   ASSERT (unlink (witness) == 0);
witness            59 maint/gnulib/tests/test-openat-safer.c   remove (witness);
witness            60 maint/gnulib/tests/test-openat-safer.c   fd = openat (dfd, witness, O_WRONLY | O_CREAT | O_EXCL, 0600);
witness            97 maint/gnulib/tests/test-openat-safer.c           ASSERT (openat (dfd, witness "/", O_RDONLY) == -1);
witness           113 maint/gnulib/tests/test-openat-safer.c           fd = openat (dfd, witness, O_RDONLY | O_NOFOLLOW);
witness           121 maint/gnulib/tests/test-openat-safer.c   ASSERT (unlink (witness) == 0);