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

123456789

/freebsd-13-stable/share/mk/
H A Dbsd.dirs.mk8 # must be a full path. If non-default permissions are desired, <DIR>_MODE,
H A Dgoogletest.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
H A Dsuite.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
31 # The name provided here must match one of the interface names supported by
H A Dplain.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h21 #error GPR_OFFSET must be defined before including this header file
25 #error GPR_OFFSET_NAME must be defined before including this header file
29 #error FPU_OFFSET must be defined before including this header file
33 #error FPU_OFFSET_NAME must be defined before including this header file
37 #error EXC_OFFSET_NAME must be defined before including this header file
41 #error DBG_OFFSET_NAME must be defined before including this header file
45 #error DEFINE_DBG must be defined before including this header file
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c19 * 1. Redistributions of source code must retain the above copyright
21 * 2. Redistributions in binary form must reproduce the above copyright
304 g->must = NULL;
715 * indicates that we must not continue. In the future, this will not
902 case BACKSL|')': /* should not get here -- must be user */
1464 case REP(0, 0): /* must be user doing this */
1824 - findmust - fill in must and mlen with longest mandatory literal string
1831 * Note that must and mlen got initialized during setup.
1882 case OQUEST_: /* things that must be skipped */
1962 * must sequenc
[all...]
H A Dregex2.h14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
64 * flow must be marked at both its source and its destination. Some
191 char *must; /* match must contain this string */ member in struct:re_guts
192 int moffset; /* latest point at which must may be located */
195 int mlen; /* length of must */
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua11 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op.mk46 # This condition is malformed because the '!' on the right-hand side must not
47 # appear unquoted. If any, it must be enclosed in quotes.
H A Ddollar.mk33 $C 'To survive the parser, a dollar sign must be doubled.'
H A Dvarmod-to-separator.mk103 # The value of the separator character must not be outside the value space
118 # The hexadecimal number must be in the range of an unsigned char.
157 # In the :t modifier, the :t must be followed by any of A, l, s, u.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h13 #error This file must be included inside sanitizer_allocator.h
191 // The allocator must be locked when calling this function.
H A Dsanitizer_allocator_size_class_map.h13 #error This file must be included inside sanitizer_allocator.h
H A Dsanitizer_common_interceptors_format.inc208 if (dir->fieldWidth <= 0) // Width if at all must be non-zero
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk14 # Note: bsd.own.mk must be included before the rest of kern.opts.mk to make
64 # must change this code.
/freebsd-13-stable/stand/libsa/
H A Dnet.c14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
62 * timeouts must progress exponentially from MINTMO to MAXTMO before final
70 #error MAXWAIT must not be a negative number
76 * The send routine must return the actual number of bytes written,
/freebsd-13-stable/stand/lua/
H A Dpassword.lua11 -- 1. Redistributions of source code must retain the above copyright
13 -- 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/stand/usb/
H A Dusbcore.mk15 # 1. Redistributions of source code must retain the above copyright
17 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh103 * 1. Redistributions of source code must retain the above copyright
105 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/contrib/bmake/mk/
H A Dinit.mk85 # beforebuild is a hook for things that must be done early
H A Ddpadd.mk128 # DPLIBS_* allows bsd.libnames.mk to flag libs which must be included
222 # must be a staged lib
316 # since the value of SRC_libfoo must be available at the time .PATH:
/freebsd-13-stable/contrib/bc/include/
H A Dnum.h11 * * Redistributions of source code must retain the above copyright notice, this
14 * * Redistributions in binary form must reproduce the above copyright notice,
84 #error BC_LONG_BIT must be at least 32
121 #error BC_NUM_KARATSUBA_LEN must be at least 16.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc29 //=== WARNING: Implementation here must contain only Win32 specific code
30 //=== and must not be UNIX code
66 PathExts.push_back(".exe"); // FIXME: This must be in %PATHEXT%.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql95 /* All ACTUAL nodes must have an equivalent NODE in NODES
125 /* A parent node must exist for every normal node except the root.
126 That node must exist at a lower or equal op-depth */
233 must be shadowed at the same op-depth as well */
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
/freebsd-13-stable/contrib/llvm-project/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
348 g->must = NULL;
513 * group must exist (i.e. if \4 is found there must have been at
708 case BACKSL|')': /* should not get here -- must be user */
1129 case REP(0, 0): /* must be user doing this */
1305 - firstch - return first character in a set (which must have at least one)
1588 - findmust - fill in must and mlen with longest mandatory literal string
1594 * Note that must an
[all...]

Completed in 392 milliseconds

123456789