Searched refs:fd_file1 (Results 1 – 1 of 1) sorted by relevance
29 static int fd_file1; variable39 fd_file1 = SAFE_OPEN(FNAME1, O_CREAT | O_RDWR, 0600); in setup()51 if (fd_file1 > 0) in cleanup()52 SAFE_CLOSE(fd_file1); in cleanup()64 SAFE_WRITE(1, fd_file1, str, str_len); in test_mmap()66 MAP_PRIVATE, fd_file1, 0); in test_mmap()