Searched refs:open_levelfile_exclusively (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c168 STATIC_DCL int FDECL(open_levelfile_exclusively, (const char *, int, int));
443 fd = open_levelfile_exclusively(fq_lock, lev,
488 fd = open_levelfile_exclusively(fq_lock, lev, O_RDONLY | O_BINARY );
546 open_levelfile_exclusively(name, lev, oflag) function
561 panic("open_levelfile_exclusively: lseek failed %d", errno);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c168 STATIC_DCL int FDECL(open_levelfile_exclusively, (const char *, int, int));
443 fd = open_levelfile_exclusively(fq_lock, lev,
488 fd = open_levelfile_exclusively(fq_lock, lev, O_RDONLY | O_BINARY );
546 open_levelfile_exclusively(name, lev, oflag) function
561 panic("open_levelfile_exclusively: lseek failed %d", errno);

Completed in 40 milliseconds