Searched refs:must (Results 101 - 125 of 221) sorted by relevance

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-cmp-string.mk16 # The left-hand side of the comparison must be enclosed in quotes.
H A Dmoderrs.mk59 # braces must be balanced.
61 # used delimiter (either braces or parentheses) must be balanced.
/freebsd-13-stable/share/mk/
H A Datf.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
H A Dbsd.confs.mk9 . error bsd.dirs.mk must be included after bsd.confs.mk.
H A Dtap.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
H A Dgendirdeps.mk11 # 1. Redistributions of source code must retain the above copyright
13 # 2. Redistributions in binary form must reproduce the above copyright
43 # _objroot must be a prefix match for _objtop
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S7 # 1. Redistributions of source code must retain the above copyright
9 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/stand/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-13-stable/stand/lua/
H A Ddrawer.lua11 -- 1. Redistributions of source code must retain the above copyright
13 -- 2. Redistributions in binary form must reproduce the above copyright
484 -- All of the keys appearing below must be set for any menu frame style
513 -- drawlogo() must go first.
H A Dcli.lua9 -- 1. Redistributions of source code must retain the above copyright
11 -- 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S8 * Redistributions of source code must retain the above copyright
11 * Redistributions in binary form must reproduce the above copyright
149 @ If not the 3rd must be the last one
/freebsd-13-stable/contrib/bc/include/
H A Dbcl.h11 * * Redistributions of source code must retain the above copyright notice, this
14 * * Redistributions in binary form must reproduce the above copyright notice,
81 #error BC_LONG_BIT must be at least 32
/freebsd-13-stable/sys/dev/hptmv/
H A Dvdevice.h10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
158 * Array members must be on same VBus.
170 #error You must set one vbus setting
205 * Description: the functions OS must provided
/freebsd-13-stable/contrib/ntp/libntp/
H A Drecvbuff.c21 #error RECV_BATCH must be >= RECV_INC!
/freebsd-13-stable/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-13-stable/stand/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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm.h24 #error GPR_OFFSET must be defined before including this header file
28 #error FPU_OFFSET must be defined before including this header file
32 #error FPSCR_OFFSET must be defined before including this header file
36 #error EXC_OFFSET_NAME must be defined before including this header file
40 #error DEFINE_DBG must be defined before including this header file
/freebsd-13-stable/lib/libc/regex/
H A Dengine.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
228 if (g->must != NULL) {
230 mustfirst = g->must;
231 mustlast = g->must + g->mlen - 1;
262 if (*dp == g->must[0] &&
264 memcmp(dp, g->must, (size_t)g->mlen) == 0)
266 if (dp == stop) /* we didn't find g->must */
355 assert(g->backrefs); /* must be back references doing it */
533 assert(sep == rest); /* must exhaus
[all...]
/freebsd-13-stable/contrib/bmake/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 Dldorder.mk144 # you can make this depend on files (must match *ldorder*)
H A Dwarnings.mk116 # -Wno-* must follow any others
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql8 -- * Redistributions of source code must retain the above copyright
10 -- * Redistributions in binary form must reproduce the above copyright
165 -- for the tests, we must record these values unconditionally instead of relying
/freebsd-13-stable/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-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh122 * 1. Redistributions of source code must retain the above copyright
124 * 2. Redistributions in binary form must reproduce the above copyright
712 * are busy. You must cope with that possibility. Your hardware
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc136 You must run this makefile only from the directory it is in.^

Completed in 195 milliseconds

123456789