Searched refs:xfopen (Results 1 – 4 of 4) sorted by relevance
28 return xfopen(path, "r"); in xfopen_for_read()38 return xfopen(path, "w"); in xfopen_for_write()
137 FILE* FAST_FUNC xfopen(const char *path, const char *mode) in xfopen() function
1058 FILE* xfopen(const char *filename, const char *mode) FAST_FUNC;
2980 rsm->F = xfopen(R.s, opn=='w' ? "w" : "a"); in evaluate()