OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PATH_SCORE
(Results
1 - 14
of
14
) sorted by relevancy
/src/games/battlestar/
pathnames.h
34
#define
_PATH_SCORE
"/var/games/battlestar.log"
command6.c
112
score_fp = fopen(
_PATH_SCORE
, "a");
114
warn("open %s for append",
_PATH_SCORE
);
/src/games/canfield/canfield/
pathnames.h
34
#define
_PATH_SCORE
"/var/games/cfscores"
canfield.c
1646
dbfd = open(
_PATH_SCORE
, O_RDWR);
/src/games/robots/
pathnames.h
34
#define
_PATH_SCORE
"/var/games/robots_roll"
score.c
52
const char *Scorefile =
_PATH_SCORE
;
/src/games/atc/
pathnames.h
37
#define
_PATH_SCORE
"/var/games/atc_score"
log.c
124
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
);
/src/games/larn/
pathnames.h
35
#define
_PATH_SCORE
"/var/games/larn/lscore12.0"
config.c
33
char scorefile[] =
_PATH_SCORE
;
/src/games/phantasia/
pathnames.h
41
#define
_PATH_SCORE
"/var/games/phantasia/scoreboard"
setup.c
74
_PATH_SCORE
,
gamesupport.c
470
if ((fp = fopen(
_PATH_SCORE
, "r")) != NULL) {
529
if ((fp = fopen(
_PATH_SCORE
, "r+")) != NULL) {
537
error(
_PATH_SCORE
);
/src/games/canfield/cfscores/
cfscores.c
75
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 215 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025