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

/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dextract.c468 char *cursor0 = file_name + FILE_SYSTEM_PREFIX_LEN (file_name); local
475 for (cursor = cursor0; *cursor; cursor++)
482 if (cursor == cursor0 || ISSLASH (cursor[-1]))
488 && (cursor == cursor0 + 1 || ISSLASH (cursor[-2])
490 && (cursor == cursor0 + 2 || ISSLASH (cursor[-3])))))

Completed in 72 milliseconds