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

123456789

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dlint.exp1 make: In the :@ modifier of "VAR", the variable name "${:Ubar:S,b,v,}" must not contain a dollar.
H A Dcond-cmp-string.exp5 make: "cond-cmp-string.mk" line 113: String comparison operator must be either == or !=
6 make: "cond-cmp-string.mk" line 120: String comparison operator must be either == or !=
7 make: "cond-cmp-string.mk" line 127: String comparison operator must be either == or !=
8 make: "cond-cmp-string.mk" line 134: String comparison operator must be either == or !=
H A Dcond-cmp-numeric.exp2 make: "cond-cmp-numeric.mk" line 11: String comparison operator must be either == or !=
4 make: "cond-cmp-numeric.mk" line 16: String comparison operator must be either == or !=
H A Ddirective.mk13 # Directives must be written directly, not indirectly via variable
30 # This is a dependency since directives must be given directly.
H A Djob-output-long-lines.mk6 # Each of these lines must be written atomically to the actual output.
7 # The markers for switching jobs must always be written at the beginning of
H A Dcond1.exp19 make: String comparison operator must be either == or !=
H A Ddotwait.mk44 # must be made before any child of the right hand side.
50 # shared.0 must be made first, even though it is a child of
56 # cycle: the cyclic dependency must not cause infinite recursion
H A Dcond-token-var.mk25 # A variable that appears on the left-hand side must be defined.
31 # A variable that appears on the right-hand side must be defined.
H A Ddeptgt-end-jobs.mk20 # Oops: The deferred command must not be expanded twice.
33 # Oops: The deferred command must not be expanded twice.
H A Ddeptgt-end.mk12 # Oops: The deferred command must not be expanded twice.
32 # Oops: The deferred command must not be expanded twice.
H A Ddirective-misspellings.exp3 make: "directive-misspellings.mk" line 15: .include filename must be delimited by '"' or '<'
16 make: "directive-misspellings.mk" line 40: .include filename must be delimited by '"' or '<'
20 make: "directive-misspellings.mk" line 45: .include filename must be delimited by '"' or '<'
27 make: "directive-misspellings.mk" line 55: .include filename must be delimited by '"' or '<'
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregfree.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
69 if (g->must != NULL)
70 free(g->must);
/freebsd-13-stable/contrib/nvi/regex/
H A Dregfree.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
75 if (g->must != NULL)
76 free(g->must);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dcheck.c15 * in use must be one of these two and the choice is under the control
32 * Check for conflicts based on "must" and "cannot" attributes.
38 int const * must = od->pOptMust; local
40 while (*must != NO_EQUIVALENT) {
41 tOptDesc * p = pOpts->pOptDesc + *(must++);
43 const tOptDesc * ood = pOpts->pOptDesc + must[-1];
/freebsd-13-stable/contrib/ncurses/include/
H A Dnc_mingw.h42 # error WINVER must at least be 0x0501
/freebsd-13-stable/lib/libc/regex/
H A Dregfree.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
84 if (g->must != NULL)
85 free(g->must);
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_ldap_init.h52 #error The security return codes must be added to support this LDAP toolkit.
/freebsd-13-stable/contrib/kyua/examples/
H A Dkyua.conf8 -- * Redistributions of source code must retain the above copyright
10 -- * Redistributions in binary form must reproduce the above copyright
40 -- The file must start by declaring the name and version of its format.
54 -- If set, this user must exist in the system and his privileges will be
/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test_list.inc16 * 1. Redistributions of source code must retain the above copyright notice,
18 * 2. Redistributions in binary form must reproduce the above copyright notice,
/freebsd-13-stable/contrib/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
46 #error wchar_t must store ISO 10646 characters
74 * The pointer returned must be free()d when done. */
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h10 * * Redistributions of source code must retain the above copyright
13 * * Redistributions in binary form must reproduce the above
94 #error CVMX_HELPER_INPUT_TAG_* values for determining tag hash inputs must be defined in executive-config.h
/freebsd-13-stable/sys/netinet/
H A Dpim.h11 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
54 # error BYTE_ORDER must be defined to either BIG_ENDIAN or LITTLE_ENDIAN
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_locore.asm10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_errno.inc10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/share/dtrace/
H A Dhotopen9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright

Completed in 144 milliseconds

123456789