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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_copyright.c201 u_int token_index = 0; local
203 token_index = 0;
205 if (is_token_delimiter(*token_ptr) && !token_index) continue;
211 if (token_index == kYearRangeLen) goto finish;
213 token_buffer[token_index++] = *token_ptr;
215 if (!token_index) continue;
217 token_buffer[token_index] = '\0';
225 token_index = 0;

Completed in 83 milliseconds