is_octal_digit    278 src/vfs/tar/tar-internal.c     if (is_octal_digit (*where))
is_octal_digit    286 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
is_octal_digit    311 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
is_octal_digit    303 src/vfs/tar/tar-internal.h gboolean is_octal_digit (char c);
is_octal_digit    387 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.atime[0])
is_octal_digit    389 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.ctime[0])