Searched refs:contPrefix (Results 1 – 1 of 1) sorted by relevance
218 static const char contPrefix[] = " "; // Continuation of the filename in verifyArchive() local276 } else if (!strncasecmp(line, contPrefix, sizeof(contPrefix) - 1)) { in verifyArchive()278 const char *tail = line + sizeof(contPrefix) - 1; in verifyArchive()