Searched refs:must (Results 51 - 75 of 221) sorted by relevance

123456789

/freebsd-13-stable/share/dtrace/
H A Dtcptrack9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/tools/tools/editing/
H A Dfreebsd.vim7 " 1. Redistributions of source code must retain the above copyright
10 " 2. Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl39 * * Redistributions of source code must retain the above copyright
41 * * Redistributions in binary form must reproduce the above copyright
116 * * Redistributions of source code must retain the above copyright
118 * * Redistributions in binary form must reproduce the above copyright
157 * * Redistributions of source code must retain the above copyright
159 * * Redistributions in binary form must reproduce the above copyright
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc14 * 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] && stop - dp >= g->mlen &&
162 memcmp(dp, g->must, (size_t)g->mlen) == 0)
164 if (dp == stop) /* we didn't find g->must */
237 assert(g->backrefs); /* must be back references doing it */
405 assert(sep == rest); /* must exhaust substring */
646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must und
[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
55 * flow must be marked at both its source and its destination. Some
152 char *must; /* match must contain this string */ member in struct:re_guts
153 int mlen; /* length of must */
157 /* catspace must be last */
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-undef-lint.mk37 # of the expression must not be evaluated at all.
69 # Since NESTED_UNDEF is not controllable at this point, it must not generate
H A Dcmdline.mk20 # It must be a command line variable; an environment variable would not work.
H A Ddollar.exp4 To survive the parser, a dollar sign must be doubled.
H A Dopt-debug-file.mk28 # file, the content of that log file must not be stored in a variable.
H A Dshell-csh.mk7 # The shell path must be an absolute path.
H A Dvarmod-order-shuffle.mk36 # Sorting after shuffling must produce the original numbers.
H A Dvarname.mk8 # In variable names, braces are allowed, but they must be balanced.
H A Dvarparse-errors.mk29 # The variable itself must be defined.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h13 #error This file must be included inside sanitizer_allocator.h
H A Dsanitizer_allocator_stats.h13 #error This file must be included inside sanitizer_allocator.h
97 // All stats must be non-negative.
/freebsd-13-stable/contrib/diff/lib/
H A Dfile-type.h25 you must include <sys/stat.h> before including this file
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dpersist_l2arc_008_pos.ksh136 log must zpool offline $TESTPOOL $VDEV_CACHE
/freebsd-13-stable/share/mk/
H A Dbsd.opts.mk9 # Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
14 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
/freebsd-13-stable/stand/lua/
H A Dcolor.lua10 -- 1. Redistributions of source code must retain the above copyright
12 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dhook.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/sendmail/contrib/
H A Dbuildvirtuser9 # 1. Redistributions of source code must retain the above copyright
11 # 2. Redistributions in binary form must reproduce the above copyright
61 In order to function properly, sendmail must be configured to use these
68 /etc/mail/virtusers/), the sendmail daemon must be restarted for the change
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c43 if (g->must != NULL)
44 fprintf(d, ", must(%ld) `%*s'", (long)g->mlen, (int)g->mlen,
45 g->must);
/freebsd-13-stable/contrib/bmake/mk/
H A Dtarget-flags.mk26 # One must be careful to avoid creating circular references in
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
72 if (g->must != NULL)
73 fprintf(d, ", must(%ld) `%*s'", (long)g->mlen, (int)g->mlen,
74 g->must);
/freebsd-13-stable/sys/dev/cxgb/
H A Dbin2h.pl33 1. Redistributions of source code must retain the above copyright notice,

Completed in 283 milliseconds

123456789