Searched refs:fq_record (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.c2183 const char *fq_record; local
2187 fq_record = fqname(RECORD, SCOREPREFIX, 0);
2188 fd = open(fq_record, O_RDWR, 0);
2194 fq_record);
2199 } else if ((fd = open(fq_record, O_CREAT|O_RDWR, FCMASK)) >= 0) {
2203 (void) chmod(fq_record, FCMASK | 007);
2206 raw_printf("Warning: cannot write scoreboard file %s", fq_record);
2222 fq_record = tmp;
2225 fq_record = fqname(RECORD, SCOREPREFIX, 0);
2228 if ((fd = open(fq_record, O_RDW
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c2183 const char *fq_record; local
2187 fq_record = fqname(RECORD, SCOREPREFIX, 0);
2188 fd = open(fq_record, O_RDWR, 0);
2194 fq_record);
2199 } else if ((fd = open(fq_record, O_CREAT|O_RDWR, FCMASK)) >= 0) {
2203 (void) chmod(fq_record, FCMASK | 007);
2206 raw_printf("Warning: cannot write scoreboard file %s", fq_record);
2222 fq_record = tmp;
2225 fq_record = fqname(RECORD, SCOREPREFIX, 0);
2228 if ((fd = open(fq_record, O_RDW
[all...]

Completed in 34 milliseconds