is_octal_digit    385 src/vfs/tar/tar-internal.c     if (is_octal_digit (*where))
is_octal_digit    393 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
is_octal_digit    417 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
is_octal_digit    304 src/vfs/tar/tar-internal.h gboolean is_octal_digit (char c);
is_octal_digit    390 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.atime[0])
is_octal_digit    392 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.ctime[0])