Searched refs:_PATH_SCORE (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/games/robots/
H A Dpathnames.h34 #define _PATH_SCORE "/var/games/robots_roll" macro
H A Dscore.c52 const char *Scorefile = _PATH_SCORE;
/netbsd-current/games/battlestar/
H A Dpathnames.h34 #define _PATH_SCORE "/var/games/battlestar.log" macro
H A Dcommand6.c112 score_fp = fopen(_PATH_SCORE, "a");
114 warn("open %s for append", _PATH_SCORE);
/netbsd-current/games/canfield/canfield/
H A Dpathnames.h34 #define _PATH_SCORE "/var/games/cfscores" macro
H A Dcanfield.c1646 dbfd = open(_PATH_SCORE, O_RDWR);
/netbsd-current/games/larn/
H A Dpathnames.h35 #define _PATH_SCORE "/var/games/larn/lscore12.0" macro
H A Dconfig.c33 char scorefile[] = _PATH_SCORE;
/netbsd-current/games/atc/
H A Dpathnames.h37 #define _PATH_SCORE "/var/games/atc_score" macro
H A Dlog.c124 score_fd = open(_PATH_SCORE, O_CREAT|O_RDWR|O_NOFOLLOW, 0664);
126 score_fd = open(_PATH_SCORE, O_CREAT|O_RDWR, 0664);
130 warn("open %s", _PATH_SCORE);
149 warn("fdopen %s", _PATH_SCORE);
182 warn("flock %s", _PATH_SCORE);
272 warn("error writing %s", _PATH_SCORE);
/netbsd-current/games/phantasia/
H A Dpathnames.h41 #define _PATH_SCORE "/var/games/phantasia/scoreboard" macro
H A Dsetup.c74 _PATH_SCORE,
H A Dgamesupport.c470 if ((fp = fopen(_PATH_SCORE, "r")) != NULL) {
529 if ((fp = fopen(_PATH_SCORE, "r+")) != NULL) {
537 error(_PATH_SCORE);
/netbsd-current/games/canfield/cfscores/
H A Dcfscores.c75 dbfd = open(_PATH_SCORE, O_RDONLY);
77 err(2, "open %s", _PATH_SCORE);
118 warn("%s: lseek", _PATH_SCORE);
122 warn("read %s", _PATH_SCORE);

Completed in 113 milliseconds