Home
last modified time | relevance | path

Searched refs:flag_length (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_entry.c2170 size_t flag_length = strlen(flag->name); in ae_strtofflags() local
2171 if (length == flag_length in ae_strtofflags()
2177 } else if (length == flag_length - 2 in ae_strtofflags()
2240 size_t flag_length = wcslen(flag->wname); in ae_wcstofflags() local
2241 if (length == flag_length in ae_wcstofflags()
2247 } else if (length == flag_length - 2 in ae_wcstofflags()