Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry.c2014 size_t flag_length = strlen(flag->name); in ae_strtofflags() local
2015 if (length == flag_length in ae_strtofflags()
2021 } else if (length == flag_length - 2 in ae_strtofflags()
2082 size_t flag_length = wcslen(flag->wname); in ae_wcstofflags() local
2083 if (length == flag_length in ae_wcstofflags()
2089 } else if (length == flag_length - 2 in ae_wcstofflags()