HomeSort by: relevance | last modified time | path
    Searched refs:Scorefile (Results 1 - 2 of 2) sorted by relevancy

  /src/games/robots/
main.c 58 extern const char *Scorefile;
73 score_wfd = open(Scorefile, O_RDWR);
110 "Usage: robots [-Aajnrst] [maximum] [scorefile]");
120 Scorefile = word;
124 score_wfd = open(Scorefile, O_RDWR);
128 word = strrchr(Scorefile, '/');
130 word = Scorefile;
149 warn("%s", Scorefile);
score.c 52 const char *Scorefile = _PATH_SCORE;
227 if ((inf = open(Scorefile, O_RDONLY)) < 0) {
228 warn("opening `%s'", Scorefile);

Completed in 21 milliseconds