DATA 22 lib/replace/test/shared_mmap.c int fd = open(DATA,O_RDWR|O_CREAT|O_TRUNC,0666); DATA 34 lib/replace/test/shared_mmap.c fd = open(DATA,O_RDWR); DATA 50 lib/replace/test/shared_mmap.c fd = open(DATA,O_RDWR); DATA 64 lib/replace/test/shared_mmap.c unlink(DATA);