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

  /src/games/boggle/boggle/
word.c 182 loadindex(const char *indexfile)
188 if ((fp = fopen(indexfile, "r")) == NULL) {
189 warn("Can't open '%s'", indexfile);
  /src/games/quiz/
quiz.c 81 const char *indexfile; local in function:main
86 indexfile = _PATH_QUIZIDX;
90 indexfile = optarg;
104 get_file(indexfile);
108 get_file(indexfile);
  /src/usr.sbin/mountd/
mountd.c 1956 char *indexfile)
1979 if (indexfile)
1980 export->ex_indexfile = estrdup(indexfile);

Completed in 40 milliseconds