Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/tools/defval/
Ddefval.c143 if (NULL == (fp_in = Fopen(file_in, "rb")) || NULL == (fp_out = Fopen(file_out, "wb"))) in defval()
Dmisc.h42 FILE *Fopen(const char *filename, const char *mode);
Dmisc.c168 FILE *Fopen(const char *filename, const char *mode) in Fopen() function