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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c221 char * eol; local
226 eol = memchr(scan, '\n', file_size - (scan - file));
227 if (eol == NULL) {
230 next = eol + 1;
234 if (eol == scan) {
245 while ((scan < eol) && !issymchar(*scan)) {
251 if (scan == eol) {
271 char * eol; local
292 eol = memchr(scan, '\n', file_size - (scan - file));
293 if (eol
[all...]

Completed in 13 milliseconds