Searched refs:max_n (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dms_fnmatch.c42 the max_n structure is purely for efficiency, it doesn't contribute
46 struct max_n { struct
53 p and n are the pattern and string being matched. The max_n array is
58 struct max_n *max_n, const smb_ucs2_t *ldot,
68 if (max_n->predot && max_n->predot <= n) {
72 if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) {
76 if (!max_n->predot || max_n
57 ms_fnmatch_core(const smb_ucs2_t *p, const smb_ucs2_t *n, struct max_n *max_n, const smb_ucs2_t *ldot, BOOL is_case_sensitive) argument
154 struct max_n *max_n = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_urlglob.h48 int max_n; member in struct:__anon136::__anon137::__anon140
H A Dtool_urlglob.c222 int max_n; local
227 rc = sscanf(pattern, "%d-%d%c%d%c", &min_n, &max_n, &sep, &step, &sep2);
229 if((rc < 2) || (min_n > max_n)) {
236 pat->content.NumRange.max_n = max_n;
279 *amount = wordamount * (pat->content.NumRange.max_n -
462 if(pat->content.NumRange.ptr_n > pat->content.NumRange.max_n) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c44 int min_m2, max_m2, min_n, max_n; member in struct:pll_min_max
932 } while ((n <= pll->max_n) && (f_out >= clock));

Completed in 103 milliseconds