max_n 73 lib/util/ms_fnmatch.c if (max_n->predot && max_n->predot <= n) { max_n 78 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) { max_n 82 lib/util/ms_fnmatch.c if (!max_n->predot || max_n->predot > n) max_n->predot = n; max_n 89 lib/util/ms_fnmatch.c if (max_n->predot && max_n->predot <= n) { max_n 92 lib/util/ms_fnmatch.c if (max_n->postdot && max_n->postdot <= n && n <= ldot) { max_n 97 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) return 0; max_n 99 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i+size_n, max_n+1, ldot) == 0) return 0; max_n 100 lib/util/ms_fnmatch.c if (!max_n->postdot || max_n->postdot > n) max_n->postdot = n; max_n 104 lib/util/ms_fnmatch.c if (!max_n->predot || max_n->predot > n) max_n->predot = n; max_n 160 lib/util/ms_fnmatch.c struct max_n *max_n = NULL; max_n 204 lib/util/ms_fnmatch.c max_n = talloc_zero_array(NULL, struct max_n, count); max_n 205 lib/util/ms_fnmatch.c if (max_n == NULL) { max_n 209 lib/util/ms_fnmatch.c ret = ms_fnmatch_core(pattern, string, max_n, strrchr(string, '.')); max_n 211 lib/util/ms_fnmatch.c talloc_free(max_n); max_n 67 source3/lib/ms_fnmatch.c if (max_n->predot && max_n->predot <= n) { max_n 71 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) { max_n 75 source3/lib/ms_fnmatch.c if (!max_n->predot || max_n->predot > n) max_n->predot = n; max_n 82 source3/lib/ms_fnmatch.c if (max_n->predot && max_n->predot <= n) { max_n 85 source3/lib/ms_fnmatch.c if (max_n->postdot && max_n->postdot <= n && n <= ldot) { max_n 89 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) return 0; max_n 91 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i+1, max_n+1, ldot, is_case_sensitive) == 0) return 0; max_n 92 source3/lib/ms_fnmatch.c if (!max_n->postdot || max_n->postdot > n) max_n->postdot = n; max_n 96 source3/lib/ms_fnmatch.c if (!max_n->predot || max_n->predot > n) max_n->predot = n; max_n 154 source3/lib/ms_fnmatch.c struct max_n *max_n = NULL; max_n 155 source3/lib/ms_fnmatch.c struct max_n *max_n_free = NULL; max_n 156 source3/lib/ms_fnmatch.c struct max_n one_max_n; max_n 212 source3/lib/ms_fnmatch.c max_n = &one_max_n; max_n 215 source3/lib/ms_fnmatch.c max_n = SMB_CALLOC_ARRAY(struct max_n, count); max_n 216 source3/lib/ms_fnmatch.c if (!max_n) { max_n 221 source3/lib/ms_fnmatch.c max_n_free = max_n; max_n 225 source3/lib/ms_fnmatch.c ret = ms_fnmatch_core(p, s, max_n, strrchr_w(s, UCS2_CHAR('.')), is_case_sensitive);