Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dwfopen.c28 return xfopen(path, "r"); in xfopen_for_read()
38 return xfopen(path, "w"); in xfopen_for_write()
Dxfuncs_printf.c137 FILE* FAST_FUNC xfopen(const char *path, const char *mode) in xfopen() function
/busybox-1.35.0/include/
Dlibbb.h1058 FILE* xfopen(const char *filename, const char *mode) FAST_FUNC;
/busybox-1.35.0/editors/
Dawk.c2980 rsm->F = xfopen(R.s, opn=='w' ? "w" : "a"); in evaluate()