Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/stdio/
H A 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/external/mpl/bind/dist/bin/tests/system/dnstap/
H A Dydump.py24 DATAFILE = sys.argv[2] variable
25 ARGS = [DNSTAP_READ, "-y", DATAFILE]
/netbsd-src/games/hack/
H A Dconfig.h93 #define DATAFILE "data" /* a file giving the meaning of symbols used */ macro
H A Dhack.pager.c95 if (!(fp = fopen(DATAFILE, "r"))) in dowhatis()