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

/openbsd-current/games/robots/
H A Dmain.c55 int score_wfd; /* high score writable file descriptor */ local
73 if ((score_wfd = open(Scorefile, O_RDWR | O_CREAT, 0666)) == -1)
108 if (score_wfd >= 0)
109 close(score_wfd);
111 if ((score_wfd = open(Scorefile, O_RDWR | O_CREAT, 0666)) == -1)
131 if (score_wfd < 0) {
167 score(score_wfd);
H A Dscore.c56 score(int score_wfd) argument
58 int inf = score_wfd;

Completed in 193 milliseconds