Lines Matching defs:strict
134 static int format_number(int64_t, char *, int size, int max, int strict);
354 * If "strict" is set to zero, it will extend numeric fields as
360 struct archive_entry *entry, int strict,
395 if (strict && copy_length < V7TAR_name_size)
397 else if (!strict && copy_length <= V7TAR_name_size)
448 V7TAR_mode_max_size, strict)) {
455 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) {
462 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) {
470 V7TAR_size_max_size, strict)) {
478 V7TAR_mtime_max_size, strict)) {
515 format_number(int64_t v, char *p, int s, int maxsize, int strict)
522 if (strict)
526 * In non-strict mode, we allow the number to overwrite one or