Searched refs:fd_rdonly (Results 1 – 1 of 1) sorted by relevance
42 static int fd_rdonly; variable69 {&fd_rdonly, 0, EBADF, CONTSIZE, "readonly file", 0},160 if (fd_rdonly > 0) in cleanup()161 SAFE_CLOSE(fd_rdonly); in cleanup()207 fd_rdonly = SAFE_OPEN(FILE_RDONL_PATH, O_RDONLY | O_CREAT, 0664); in setup()