Lines Matching refs:FILE
5 * you may not use this file except in compliance with the License.
47 void ApiGen::printHeader(FILE *fp) const
55 FILE *fp = fopen(filename.c_str(), "wt");
99 FILE *fp = fopen(filename.c_str(), "wt");
131 FILE *fp = fopen(filename.c_str(), "wt");
199 FILE *fp = fopen(filename.c_str(), "wt");
270 FILE *fp = fopen(filename.c_str(), "wt");
290 FILE *fp = fopen(filename.c_str(), "wt");
309 FILE *fp = fopen(filename.c_str(), "wt");
352 // If the variable is a pointer, this will be an expression provided by the .attrib file
379 static int writeVarEncodingSize(Var& var, FILE* fp)
393 static void writeVarEncodingExpression(Var& var, FILE* fp)
429 static void writeVarLargeEncodingExpression(Var& var, FILE* fp)
450 FILE *fp = fopen(filename.c_str(), "wt");
683 FILE *fp = fopen(filename.c_str(), "wt");
715 FILE *fp = fopen(filename.c_str(), "wt");
748 FILE *fp = fopen(filename.c_str(), "wt");
955 FILE *specfp = fopen(filename.c_str(), "rt");
978 FILE *fp = fopen(attribFilename.c_str(), "rt");