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

12345678

/freebsd-11.0-release/contrib/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-11.0-release/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-11.0-release/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-11.0-release/contrib/ncurses/include/
H A Dnc_mingw.h41 # error WINVER must at least be 0x0501
/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h38 #error decimal128.h must precede decimal32.h for correct DECNUMDIGITS
41 #error decimal128.h must precede decimal64.h for correct DECNUMDIGITS
95 /* type of exponent must be unsigned */
H A DdecNumberLocal.h34 /* etc. It must only be included once, and should not need to be */
35 /* used by application programs. decNumber.h must be included first. */
57 /* rounded up to a multiple of 4; must */
107 #error DECDPUN must be in the range 1-9
H A Ddecimal64.h38 #error decimal64.h must precede decimal32.h for correct DECNUMDIGITS
90 /* of exponent must be unsigned */
/freebsd-11.0-release/lib/libc/regex/
H A Dregfree.c12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
82 if (g->must != NULL)
83 free(g->must);
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dsysdump.c49 static void must (int);
511 must (int x) function
539 must (IT_dbt_CODE);
541 must (IT_dty_CODE);
558 must (IT_dpp_CODE);
563 must (IT_dfp_CODE);
568 must (IT_den_CODE);
573 must (IT_den_CODE);
578 must (IT_dds_CODE);
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_ldap_init.h52 #error The security return codes must be added to support this LDAP toolkit.
/freebsd-11.0-release/sys/i386/xbox/
H A Dxbox.c8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
39 #error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel
/freebsd-11.0-release/contrib/bmake/unit-tests/
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
/freebsd-11.0-release/crypto/openssl/util/
H A Dadd_cr.pl90 * 1. Redistributions of source code must retain the copyright
92 * 2. Redistributions in binary form must reproduce the above copyright
96 * must display the following acknowledgement:
102 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11.0-release/sys/netinet/
H A Dpim.h9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
52 # error BYTE_ORDER must be defined to either BIG_ENDIAN or LITTLE_ENDIAN
/freebsd-11.0-release/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
H A Dretval9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpconn9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpdebug9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpstate9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dudptrack9 * 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/crypto/openssl/crypto/bn/
H A Dbn_prime.pl58 * 1. Redistributions of source code must retain the copyright
60 * 2. Redistributions in binary form must reproduce the above copyright
64 * must display the following acknowledgement:
70 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11.0-release/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-11.0-release/contrib/libstdc++/config/abi/
H A Dcompatibility.h38 #error must define _GLIBCXX_APPLY_SYMVER before including __FILE__
/freebsd-11.0-release/sys/boot/i386/kgzldr/
H A Dsio.s8 # 1. Redistributions of source code must retain the above copyright
10 # 2. Redistributions in binary form must reproduce the above copyright
H A Dstart.s8 # 1. Redistributions of source code must retain the above copyright
10 # 2. Redistributions in binary form must reproduce the above copyright

Completed in 285 milliseconds

12345678