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

/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c74 u_int16_t extChars; /* number of extension chars (excluding dot) */ local
89 extChars = 0;
92 while ( extChars <= maxExtChars ) {
97 if ( extChars > 0 ) /* cannot end with a dot */
103 ++extChars;
113 for ( i = 0; i <= extChars; ++i )
115 extStr[extChars + 1] = '\0'; /* terminate extension + dot */
129 u_int32_t extChars; /* number of extension chars (excluding dot) */ local
141 extChars = 0; /* assume there's no extension */
145 while ( extChars <
172 short extChars; local
[all...]

Completed in 23 milliseconds