test_fd           826 lib/vfs/interface.c         int test_fd;
test_fd           836 lib/vfs/interface.c         test_fd = mc_mkstemps (&test_vpath, fallback_prefix, NULL);
test_fd           838 lib/vfs/interface.c         if (test_fd != -1)
test_fd           840 lib/vfs/interface.c             close (test_fd);
test_fd           841 lib/vfs/interface.c             test_fd = open (vfs_path_as_str (test_vpath), O_RDONLY);
test_fd           842 lib/vfs/interface.c             if (test_fd != -1)
test_fd           844 lib/vfs/interface.c                 close (test_fd);