Lines Matching full:file
5 FILE* file;12 file = NULL;21 if (file) {22 fclose(file);31 if (file == NULL) {34 file = fopen(sz, "a");35 if (file == NULL) {38 fprintf(file, "\n\n\nNEW SESSION, just coliding ids ... should generate a new file ideally ... \n\n\n");47 fprintf(file, "%s\n", sz);62 fflush(file);