Searched refs:must (Results 126 - 150 of 221) sorted by relevance

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-var.mk70 # To trigger this piece of code, the variable name must contain "$)" or "$:"
H A Ddirective-for-escape.mk5 # escaping and unescaping must pass all characters and strings effectively
H A Dvar-op-assign.mk57 # In a variable assignment, the variable name must consist of a single word.
H A Dvar-op-sunsh.mk86 # to a parse error since the left-hand side of an assignment must be
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_list_test.sh8 # * Redistributions of source code must retain the above copyright
10 # * Redistributions in binary form must reproduce the above copyright
133 kyua: E: Program name '/a/b' must be relative to the test suite, not absolute.
174 kyua: E: Program name '/foo' must be relative to the test suite, not absolute.
/freebsd-13-stable/share/mk/
H A Dbsd.files.mk9 .error bsd.dirs.mk must be included after bsd.files.mk.
H A Ddirdeps.mk11 # 1. Redistributions of source code must retain the above copyright
13 # 2. Redistributions in binary form must reproduce the above copyright
194 # TARGET_SPEC must not contain any '.'s.
441 # we must be boot-strapping
460 # we must first qualify
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL112 Note: on VMS, you must quote any argument that contains uppercase
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua10 -- 1. Redistributions of source code must retain the above copyright
12 -- 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/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-13-stable/contrib/kyua/store/
H A Dschema_v3.sql8 -- * Redistributions of source code must retain the above copyright
10 -- * Redistributions in binary form must reproduce the above copyright
H A Dschema_v1.sql8 -- * Redistributions of source code must retain the above copyright
10 -- * Redistributions in binary form must reproduce the above copyright
H A Dschema_v2.sql8 -- * Redistributions of source code must retain the above copyright
10 -- * Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h198 #error SINGLE_PRECISION, DOUBLE_PRECISION or QUAD_PRECISION must be defined.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h13 #error This file must be included inside sanitizer_allocator.h
H A Dsanitizer_allocator_primary32.h13 #error This file must be included inside sanitizer_allocator.h
251 // The allocator must be locked when calling this function.
H A Dsanitizer_allocator_secondary.h13 #error This file must be included inside sanitizer_allocator.h
279 // The allocator must be locked when calling this function.
/freebsd-13-stable/contrib/bc/include/
H A Dvm.h11 * * Redistributions of source code must retain the above copyright notice, this
14 * * Redistributions in binary form must reproduce the above copyright notice,
70 // CHAR_BIT must be at least 6.
72 #error CHAR_BIT must be at least 6.
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h183 * Macros for various sorts of alignment and rounding. The "align" must
279 * must be pointers.
321 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
/freebsd-13-stable/sys/cddl/dev/systrace/
H A Dsystrace.c135 #error 1 << SYSTRACE_SHIFT must exceed number of system calls
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk10 # 1. Redistributions of source code must retain the above copyright
12 # 2. Redistributions in binary form must reproduce the above copyright
193 # TARGET_SPEC must not contain any '.'s.
427 # we must be boot-strapping
446 # we must first qualify
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1038 (internal) symbol number NUM (which must be that of a token). */
3196 yyerror("pollskewlist: skew values must be >=0");
3200 yyerror("pollskewlist: poll value must be 3-17, inclusive");
3209 yyerror("pollskewlist: randomization limit must be <= half the poll interval");
/freebsd-13-stable/contrib/nvi/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
159 if (g->must != NULL) {
161 if (*dp == g->must[0] && (size_t)(stop - dp) >= g->mlen &&
162 MEMCMP(dp, g->must, g->mlen) == 0)
164 if (dp == stop) /* we didn't find g->must */
235 assert(g->backrefs); /* must be back references doing it */
402 assert(sep == rest); /* must exhaust substring */
643 case OLPAREN: /* must undo assignment if rest fails */
654 case ORPAREN: /* must und
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S29 * different path, as the upper bits of the quotient must be developed
81 ! Here, the %o0 is >= 2��(31-4) or so. We must be careful here,
H A Dmodsi3.S29 * different path, as the upper bits of the quotient must be developed
81 ! Here, the %o0 is >= 2��(31-4) or so. We must be careful here,

Completed in 278 milliseconds

123456789