is_octal_digit    374 src/vfs/tar/tar-internal.c     if (is_octal_digit (*where))
is_octal_digit    382 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
is_octal_digit    406 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
is_octal_digit    300 src/vfs/tar/tar-internal.h gboolean is_octal_digit (char c);
is_octal_digit    379 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.atime[0])
is_octal_digit    381 src/vfs/tar/tar.c                 && is_octal_digit (header->star_header.ctime[0])