Searched refs:kMaxFileExtensionChars (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c47 kMaxFileExtensionChars = 5 /* does not include dot */ enumerator in enum:__anon89
83 if ( length < (kMaxFileExtensionChars + 2) )
86 maxExtChars = kMaxFileExtensionChars;
136 if ( length < (kMaxFileExtensionChars + 2) )
139 maxExtChars = kMaxFileExtensionChars;

Completed in 19 milliseconds