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

  /src/tests/lib/libc/stdio/
t_popen.c 57 #define DATAFILE "popen.data"
88 _PATH_CAT, DATAFILE);
99 (void)snprintf(command, sizeof(command), "%s %s", _PATH_CAT, DATAFILE);
126 (void)unlink(DATAFILE);
  /src/games/hack/
config.h 93 #define DATAFILE "data" /* a file giving the meaning of symbols used */
hack.pager.c 95 if (!(fp = fopen(DATAFILE, "r")))

Completed in 14 milliseconds