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

/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.cpp143 static bool tar_is_octal_digit(unsigned char c) function
166 while (actualLength < dataLength && tar_is_octal_digit(data[actualLength]))

Completed in 79 milliseconds