Searched refs:file_too_large (Results 1 – 7 of 7) sorted by relevance
46 file_too_large = int(std::errc::file_too_large), enumerator
667 file_too_large = False675 file_too_large = True678 if options.verbose > 0 and not file_too_large:687 if file_too_large:
38 static_assert(static_cast<int>(std::errc::file_too_large) == EFBIG, ""); in main()
139 file_too_large, // EFBIG271 file_too_large = EFBIG,
893 file_too_large = False901 file_too_large = True904 if options.verbose > 0 and not file_too_large:913 if file_too_large:
3238 file_too_large = False3246 file_too_large = True3249 if options.verbose > 0 and not file_too_large:3259 if file_too_large: