Searched refs:must (Results 76 - 100 of 193) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
220 g->must = NULL;
385 * group must exist (i.e. if \4 is found there must have been at
580 case BACKSL|')': /* should not get here -- must be user */
1001 case REP(0, 0): /* must be user doing this */
1177 - firstch - return first character in a set (which must have at least one)
1460 - findmust - fill in must and mlen with longest mandatory literal string
1466 * Note that must an
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dgendirdeps.mk9 # 1. Redistributions of source code must retain the above copyright
11 # 2. Redistributions in binary form must reproduce the above copyright
41 # _objroot must be a prefix match for _objtop
H A Dwarnings.mk116 # -Wno-* must follow any others
/freebsd-11.0-release/share/mk/
H A Dgendirdeps.mk10 # 1. Redistributions of source code must retain the above copyright
12 # 2. Redistributions in binary form must reproduce the above copyright
42 # _objroot must be a prefix match for _objtop
H A Dtap.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc27 //=== WARNING: Implementation here must contain only Win32 specific code
28 //=== and must not be UNIX code
65 PathExts.push_back(".exe"); // FIXME: This must be in %PATHEXT%.
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm45 # in crtn.asm. If you change this macro you must also change
/freebsd-11.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S8 # 1. Redistributions of source code must retain the above copyright
10 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s9 # 1. Redistributions of source code must retain the above copyright
11 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Ddisk.s10 # 1. Redistributions of source code must retain the above copyright
13 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dsearch.c126 which must occur in the match, then we build a kwset matcher
146 if ((err = kwsincr (kwset, dm->must, strlen (dm->must))) != 0)
155 if ((err = kwsincr (kwset, dm->must, strlen (dm->must))) != 0)
1240 /* This array must have at least two elements; everything after that
H A Ddfa.c732 /* If this is a part of a multi-byte character, we must treat
735 but they must not be backslash. */
961 /* In multibyte environment period must match with a single
997 multibyte characters, which must be treated as characters
1400 /* Copy one set to another; the destination must be large enough. */
1414 S->elems must point to an array large enough to hold the resulting set. */
1549 S->elems must be large enough to hold the result. */
1983 /* ANYCHAR and MBCSET must match with a single character, so we
1984 must put it to d->states[s].mbps, which contains the positions
2135 character, or the states of follows must accep
3332 } must; typedef in typeref:struct:__anon6489
[all...]
/freebsd-11.0-release/sys/dev/hptmv/
H A Dvdevice.h8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
156 * Array members must be on same VBus.
168 #error You must set one vbus setting
203 * Description: the functions OS must provided
/freebsd-11.0-release/sys/mips/sibyte/
H A Dsb_machdep.c8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
87 #error KDB must be enabled in order for DDB to work!
/freebsd-11.0-release/share/dtrace/
H A Dwatch_execve8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
H A Dwatch_kill8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
47 #error wchar_t must store ISO 10646 characters
185 * The pointer returned must be free()d when done. */
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptldr.S9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
50 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be
/freebsd-11.0-release/sys/compat/ndis/
H A Dwinx32_wrap.S8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
14 * must display the following acknowledgement:
153 push %esi # must preserve %esi
/freebsd-11.0-release/lib/libc/regex/
H A Dengine.c12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
187 if (g->must != NULL) {
189 mustfirst = g->must;
190 mustlast = g->must + g->mlen - 1;
221 if (*dp == g->must[0] &&
223 memcmp(dp, g->must, (size_t)g->mlen) == 0)
225 if (dp == stop) /* we didn't find g->must */
309 assert(g->backrefs); /* must be back references doing it */
483 assert(sep == rest); /* must exhaus
[all...]
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh123 * 1. Redistributions of source code must retain the above copyright
125 * 2. Redistributions in binary form must reproduce the above copyright
713 * are busy. You must cope with that possibility. Your hardware
/freebsd-11.0-release/contrib/nvi/regex/
H A Dregcomp.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
241 g->must = NULL;
581 case ')': /* should not get here -- must be user */
1025 case REP(0, 0): /* must be user doing this */
1196 - firstch - return first character in a set (which must have at least one)
1499 - findmust - fill in must and mlen with longest mandatory literal string
1505 * Note that must and mlen got initialized during setup.
1545 case OQUEST_: /* things that must be skipped */
1576 g->must
[all...]
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm115 * different path, as the upper bits of the quotient must be developed
167 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
464 * different path, as the upper bits of the quotient must be developed
514 ! Here the dividend is >= 2**(31-N) or so. We must be careful here,
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1869 reply(504, "Form must be N.");
1888 reply(504, "Byte size must be 8.");
2240 "CHMOD: Mode value must be between 0 and 0777");
2267 "Maximum IDLE time must be between 30 and %d seconds",
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dbind_repeat.h37 # error Internal error: _GLIBCXX_BIND_REPEAT_HEADER must be set

Completed in 165 milliseconds

12345678