Searched refs:fd_file2 (Results 1 – 1 of 1) sorted by relevance
30 static int fd_file2; variable40 fd_file2 = SAFE_OPEN(FNAME2, O_CREAT | O_RDWR, 0600); in setup()49 if (fd_file2 > 0) in cleanup()50 SAFE_CLOSE(fd_file2); in cleanup()68 SAFE_WRITE(1, fd_file2, str, str_len); in test_mmap()71 MAP_PRIVATE | MAP_FIXED_NOREPLACE, fd_file2, 0); in test_mmap()