HomeSort by: relevance | last modified time | path
    Searched refs:multiple (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint2/
msg_003.exp 2 function has multiple definitions in msg_003_a.c(10) and msg_003_b.c(10) [lint2:003]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.h 64 constexpr size_t nearest_boundary(size_t number, size_t multiple) {
65 return multiple * ((number / multiple) + (number % multiple ? 1 : 0));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
dml_inline_defs.h 116 unsigned int multiple,
121 if (multiple == 0)
124 remainder = num % multiple;
130 return (num + multiple - remainder);
  /src/usr.bin/error/
pi.c 157 static bool structured, multiple; variable
420 multiple = false;
424 || (multiple = (cur_wordc == 9 && wordv_eq(cur_wordv+1,6, pi_multiple)))
433 if (!multiple)
  /src/usr.bin/make/unit-tests/
directive-ifndef.mk 3 # Tests for the .ifndef directive, which can be used for multiple-inclusion
28 # The '.ifndef' directive can be used with multiple arguments, even negating
dollar.exp 41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
varname-dot-make-jobs.mk 26 # .MAKE.JOBS is a multiple of _SC_NPROCESSORS_ONLN
dollar.mk 73 $C 'For some reason, multiple dollars are folded into one.'
78 $C 'For some reason, multiple dollars are folded into one.'
var-op-sunsh.mk 77 # Just for fun: The code in Parse_IsVar allows for multiple appearances of
91 VAR :sh :sh :sh :sh= echo multiple
92 .if ${VAR} != "multiple"
109 # The unintended comment can include multiple levels of nested braces and
varname-makefile.mk 6 # When there are multiple -f options, the variable MAKEFILE is set
directive-undef.mk 14 # Since var.c 1.761 from 2020-12-22, .undef handles multiple variable names
directive-include-guard.mk 3 # Tests for multiple-inclusion guards in makefiles.
5 # A file that is guarded by a multiple-inclusion guard has one of the
30 # This is the canonical form of a variable-based multiple-inclusion guard.
69 # Comments and empty lines do not affect the multiple-inclusion guard.
322 # When multiple files use the same guard variable name, the optimization of
630 # the debug output. The files that properly guard against multiple inclusion
varmod-edge.mk 136 # matching the '*' patterns and did not optimize for multiple '*' in a row.
  /src/usr.bin/ctags/test/
ctags.test 39 #define MULTIPLE {\
40 multiple(one,two); \
  /src/sys/arch/acorn32/doc/
interrupts 55 the chain. These are interrupt which may commonly have multiple drivers
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 607 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
  /src/tests/bin/sh/
t_here.sh 338 atf_test_case multiple
340 atf_set "descr" "Tests for multiple here documents on one cmd line"
343 reset multiple
669 atf_add_test_case multiple # multiple << operators on one cmd
  /src/usr.sbin/repquota/
repquota.c 279 static int multiple = 0; local
316 if (multiple++)
  /src/doc/
TODO.compat-module 26 8. The old monolithic compat module has been broken into multiple
  /src/usr.sbin/etcupdate/
etcupdate 105 "xetc.tgz". May be specified multiple times.
168 # '\'''\'' sequences that result from multiple
576 echo 1>&2 "${PROG}: Multiple -s args are allowed only with tgz files"
  /src/usr.sbin/sysinst/
README.md_defs 38 If multiple boot partitions are required (see ofppc, where various schemes
  /src/common/lib/libc/arch/mips/string/
bcopy.S 212 and t0,SIZEREG,AT # count truncated to multiple of 32
  /src/share/mk/
bsd.doc.mk 21 # If there are multiple docs to be generated, set these:
bsd.x11.mk 278 # And yes, it has to be split in multiple parts otherwise it's
  /src/usr.sbin/npf/npfctl/
npf_build.c 234 yyerror("multiple ports are not valid");
253 yyerror("map segment cannot have multiple static addresses");
268 yyerror("invalid use of multiple tables");
368 npfctl_build_proto_block(npf_bpf_t *ctx, const opt_proto_t *op, bool multiple)
373 if (multiple && popts) {
374 yyerror("multiple protocol options with protocol filters "
417 * XXX: For now, just do not support multiple protocol
737 yyerror("multiple %s default groups are not valid", str);

Completed in 37 milliseconds

1 2