Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c60 static int C_opt; /* match case-insensitively */ variable
307 if (fnmatch(entry->pattern, str, C_opt ? FNM_CASEFOLD : 0) == 0) in match_pattern()
1101 C_opt = 1; in getopts()