Home
last modified time | relevance | path

Searched refs:DATAFILE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/tests/lib/libc/stdio/
Dt_popen.c57 #define DATAFILE "popen.data" macro
88 _PATH_CAT, DATAFILE); in ATF_TC_BODY()
99 (void)snprintf(command, sizeof(command), "%s %s", _PATH_CAT, DATAFILE); in ATF_TC_BODY()
126 (void)unlink(DATAFILE); in ATF_TC_CLEANUP()
/netbsd/src/games/hack/
Dconfig.h93 #define DATAFILE "data" /* a file giving the meaning of symbols used */ macro
Dhack.pager.c95 if (!(fp = fopen(DATAFILE, "r"))) in dowhatis()