Lines Matching refs:FILE
9 * FILE NAME : putil.c (previously putil.cpp and ptypes.cpp)
668 #define TZFILE_SKIP "posixrules" /* tz file to skip when searching. */
709 (usually in posix because 'right' has different file contents),
834 FILE* defaultTZFilePtr;
844 FILE* file;
855 file = fopen(TZFileName, "r");
859 if (file != NULL && tzInfo->defaultTZFilePtr != NULL) {
860 /* First check that the file size are equal. */
865 fseek(file, 0, SEEK_END);
866 sizeFile = ftell(file);
880 rewind(file);
885 sizeFileRead = fread(bufferFile, 1, sizeFileToRead, file);
898 if (file != NULL) {
899 fclose(file);
905 * This method recursively traverses the directory given for a matching TZ file and returns the first match.
1225 * directory of the data dat file. Users should use ICU_DATA_DIR if they want to