OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:C_opt
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/unzip/
unzip.c
68
static int
C_opt
; /* match case-insensitively */
69
static int
c_opt
; /* extract to stdout */
variable in typeref:typename:int
303
if (fnmatch(entry->pattern, str,
C_opt
? FNM_CASEFOLD : 0) == 0)
794
if (
c_opt
)
938
else if (p_opt ||
c_opt
)
999
C_opt
= 1;
1002
c_opt
= 1;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025