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

/freebsd-current/contrib/sendmail/src/
H A Dmap.c7540 int nr_substrings; /* number of substrings in the pattern */
7569 syserr("field (%d) out of range, only %d substrings in pattern",
7692 int substrings; local
7695 substrings = map_p->regex_pattern_buf->re_nsub + 1;
7698 sm_dprintf("regex_map_init: nr of substrings %d\n",
7699 substrings);
7701 if (substrings >= MAX_MATCH)
7703 syserr("too many substrings, %d max", MAX_MATCH);
7713 MAX_MATCH + 1, substrings) == -1)
7726 for (i = 0; i < substrings;
[all...]

Completed in 72 milliseconds