Home | History | Annotate | Download | only in rs

Lines Matching refs:FILE

5 void printFileHeader(FILE *f) {
10 fprintf(f, " * you may not use this file except in compliance with the License.\n");
23 void printVarType(FILE *f, const VarType *vt) {
58 void printVarTypeAndName(FILE *f, const VarType *vt) {
66 void printArgList(FILE *f, const ApiEntry * api, int assumePrevious) {
76 void printStructures(FILE *f) {
100 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) {
125 void printFuncDecls(FILE *f, const char *prefix, int addContext) {
134 void printFuncPointers(FILE *f, int addContext) {
146 void printPlaybackFuncs(FILE *f, const char *prefix) {
183 void printApiCpp(FILE *f) {
404 void printPlaybackCpp(FILE *f) {
608 FILE* input = fopen(rsgFile, "r");
621 FILE *f = fopen(outFile, "w");