Searched refs:ignore_case (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dmatch.c23 added ignore_case/ic flags, Case() macro.
26 ignore_case argument; replaced test frame with simpler one.
45 match(string, pattern, ignore_case, sepc);
114 int ignore_case __WDLPRO));
118 int ignore_case __WDLPRO));
125 int match(string, pattern, ignore_case __WDL)
127 int ignore_case; variable
157 j = recmatch((uch *)dospattern, (uch *)string, ignore_case __WDL);
162 return recmatch((uch *)pattern, (uch *)string, ignore_case __WDL) == 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Doptions.h71 bool ignore_case; /* Whether to ignore case when member in struct:options
H A Dutils.c1039 if (!opt.ignore_case)
1057 = opt.ignore_case ? fnmatch_nocase : fnmatch;
1152 int res = opt.ignore_case
1162 if (match_tail (s, *accepts, opt.ignore_case))
1167 int cmp = opt.ignore_case
H A Dftp.c2033 = opt.ignore_case ? fnmatch_nocase : fnmatch;
2071 = opt.ignore_case ? strcasecmp : (int (*)())strcmp;
2074 = opt.ignore_case ? strcasecmp : strcmp;
H A Dinit.c175 { "ignorecase", &opt.ignore_case, cmd_boolean },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c116 int match(string, pattern, ignore_case __WDL)
119 int ignore_case; /* unused in this variant of match()! */ variable
136 matched = match(string+k, pattern+1, ignore_case __WDL);
159 /* Function do_wild() */ /* for porting: dir separator; match(ignore_case) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk105 export ignore_case = macro
106 _ignore_case = $$(test -n "$$ignore_case" && echo -i || :)
190 @re=file''system ignore_case=1 \
388 ignore_case=1 msg='found use of "the ''the";' \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1763 int match(ZCONST char *string, ZCONST char *pattern, int ignore_case __WDLPRO)

Completed in 209 milliseconds