Searched refs:DATAFILE (Results 1 – 3 of 3) sorted by relevance
57 #define DATAFILE "popen.data" macro88 _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()
93 #define DATAFILE "data" /* a file giving the meaning of symbols used */ macro
95 if (!(fp = fopen(DATAFILE, "r"))) in dowhatis()