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

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregfree.c13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
126 if (g->must != NULL)
127 free(g->must);
H A Dregex2.h13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
99 * flow must be marked at both its source and its destination. Some
198 char *must; /* match must contain this string */ member in struct:re_guts
199 size_t mlen; /* length of must */
203 /* catspace must b
[all...]
H A Dregcomp.c13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
294 g->must = NULL;
664 case BACKSL|')': /* should not get here -- must be user */
1157 case REP(0, 0): /* must be user doing this */
1353 - firstch - return first character in a set (which must have at least one)
1796 - findmust - fill in must an
[all...]
H A Dengine.c13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
213 if (g->must != NULL) {
215 if (*dp == g->must[0] && (size_t)(stop - dp) >= g->mlen &&
216 memcmp(dp, g->must, g->mlen) == 0)
218 if (dp == stop) /* we didn't find g->must */
288 assert(g->backrefs); /* must b
[all...]
/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy_base.S6 * Redistributions of source code must retain the above copyright
8 * Redistributions in binary form must reproduce the above copyright
40 #error PLD threshold must be greater than or equal to the PLD offset

Completed in 112 milliseconds