Searched refs:of (Results 451 - 475 of 1327) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
89 // On Android, mallinfo2 is an alias of mallinfo, so don't define both.
125 // Android rounds up the alignment to a power of two if it isn't one.
196 // Given that the reporting of deallocation and allocation are not atomic, we
198 // need to worry about the false double-use case from the view of hooks.
201 // new pointer. Before the reporting of both operations has been done, another
366 // Sets whether scudo adds a small amount of slack at the end of large
368 // applications that read a few bytes past the end of their allocation.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-eval-short.exp11 Result of ${0:?${FAIL}then:${FAIL}else} is "" (parse-only, defined)
18 Result of ${DEFINED:L} is "defined" (parse-only, regular)
24 Result of ${DEFINED:?${FAIL}then:${FAIL}else} is "defined" (parse-only, regular)
H A Dcond-short.mk3 # Demonstrates that in conditions, the right-hand side of an && or ||
9 # Before 2020-06-28, the right-hand side of an && or || operator was always
12 # possible to skip evaluation of irrelevant expressions and only
24 # definition of Var_Parse did not call the third parameter 'doEval', as would
127 # incompatible new features in older versions of make.
151 # The left-hand side of the '&&' evaluated to false, which should have made
154 # On the right-hand side of the '&&', the expression ${INDIR_UNDEF} was
157 # and in parse-only mode, the "value" of the parsed expression was the
159 # right hand side of the '&&' should have been irrelevant, the two sides of
[all...]
H A Dvarmod-match.mk6 # Table of contents
26 # The pattern is anchored both at the beginning and at the end of the word.
147 # the inner ']' has two roles: it is the upper bound of the
148 # character range as well as the closing character of the
163 # [-] Matches a single '-' since the '-' only becomes part of a
172 # either of [ex].
189 # ^ at the beginning of a character list, negates the list
289 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern 'a[' of modifier ':M'
297 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern 'a[^' of modifier ':M'
305 # expect+1: while evaluating variable "WORDS": warning: Unfinished character list in pattern '[-x1-3' of modifie
[all...]
H A Dvarname-dot-make-save_dollars.mk12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make
55 # It's even possible to change the dollar interpretation in the middle of
65 # in the value of an expression, therefore .MAKE.SAVE_DOLLARS doesn't apply
92 # right-hand side of the assignment operator ':=', it also affects dollars
95 # In this example, it affects the command in CMD itself, not the result of
H A Dvarmod.mk8 # As of 2022-08-06, the possible behaviors during parsing are:
22 # pattern of calling `ParseModifierPart`.
65 # To get a single '$' sign in the value of an expression, it has to
74 # argument of that modifier, a '$' is escaped using the backslash instead.
88 # XXX: As of 2020-09-13, it is not possible to use '$$' in a variable name
H A Dvar-op-sunsh.mk9 # This is the idiomatic form of the Sun shell assignment operator.
31 # it is not possible to express the ':' as part of a literal variable name,
38 # Until 2020-10-04, the last of them was interpreted as the ':sh'
41 # Since 2020-10-04, the colons are part of the variable name.
77 # Just for fun: The code in Parse_IsVar allows for multiple appearances of
89 # to a parse error since the left-hand side of an assignment must be
97 # Since the parser just counts braces and parentheses instead of properly
102 # Since the text to the left of the assignment operator '=' does not end with
109 # The unintended comment can include multiple levels of nested braces and
141 # ':sh', the ':sh' becomes part of th
[all...]
H A Dvar-op-assign.mk7 # To the left of the assignment operator '=' there is the variable name,
20 # Whitespace to the left of the assignment operator is ignored as well.
24 # early stage of parsing and applies to all line types, except for the
47 # Since the right-hand side of a '=' assignment is not expanded at the time
57 # In a variable assignment, the variable name must consist of a single word.
67 # the implementation of the parser, which cheats when parsing a variable
68 # name. It only counts parentheses and braces instead of properly parsing
H A Ddirective-include.mk10 # In this test, only the basenames of the files are compared since
31 # As of 2020-11-21, anything after the delimiter '"' is ignored.
32 .include "/dev/null" and ignore anything in the rest of the line.
45 # would be empty, and the closing '"' would be in the trailing part of the
46 # line, which is ignored as of 2021-12-03.
72 # make opens the directory of the current file and tries to read from it,
75 # or any other indicator for the empty filename at the end of the line.
/freebsd-current/stand/lua/
H A Dhook.lua9 -- 1. Redistributions of source code must retain the above copyright
10 -- notice, this list of conditions and the following disclaimer.
12 -- notice, this list of conditions and the following disclaimer in the
34 -- It is expected that modules will register all of their hook types upon
39 -- with the name of the module that registered them. They would also ideally
/freebsd-current/stand/usb/
H A Dusbcore.mk7 # This software was developed by SRI International and the University of
9 # ("CTSRD"), as part of the DARPA CRASH research programme.
14 # 1. Redistributions of source code must retain the above copyright
15 # notice, this list of conditions and the following disclaimer.
17 # notice, this list of conditions and the following disclaimer in the
/freebsd-current/share/mk/
H A Dauto.obj.mk6 # be of use. There is absolutely NO WARRANTY.
12 # Please send copies of changes and bug-fixes to:
19 # A race condition in some versions of mkdir, means that it can bail
21 # We repeat the mkdir -p a number of times to try and work around this.
23 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Ddirdeps-targets.mk9 # be of use. There is absolutely NO WARRANTY.
15 # Please send copies of changes and bug-fixes to:
23 # The basic idea is that we have a list of directories in
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
76 # the list of MACHINEs we consider
105 # we have a list of valid TARGET_SPECS; use it
108 # do we have a list of valid tuple members for at least
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk8 # be of use. There is absolutely NO WARRANTY.
14 # Please send copies of changes and bug-fixes to:
21 # A race condition in some versions of mkdir, means that it can bail
23 # We repeat the mkdir -p a number of times to try and work around this.
25 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Ddirdeps-targets.mk9 # be of use. There is absolutely NO WARRANTY.
15 # Please send copies of changes and bug-fixes to:
23 # The basic idea is that we have a list of directories in
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
76 # the list of MACHINEs we consider
105 # we have a list of valid TARGET_SPECS; use it
108 # do we have a list of valid tuple members for at least
/freebsd-current/contrib/ncurses/misc/
H A Dncurses-config.in7 # Permission is hereby granted, free of charge, to any person obtaining a #
8 # copy of this software and associated documentation files (the "Software"), #
11 # with modifications, sublicense, and/or sell copies of the Software, and to #
16 # all copies or substantial portions of the Software. #
26 # Except as contained in this notice, the name(s) of the above copyright #
57 # in some special cases of installation using a relative path.
101 # There is no portable way to find the list of standard library directories.
297 --prefix echos the package-prefix of ${THIS}
298 --exec-prefix echos the executable-prefix of ${THIS}
307 --version echos the release+patchdate version of
[all...]
/freebsd-current/contrib/mandoc/
H A Dread.c19 * Top-level functions of the mandoc(3) parser:
21 * handling of input bytes, characters, lines, and files,
22 * handling of roff(7) loops and file inclusion,
23 * and steering of the various parsers.
58 struct buf *secondary; /* copy of top level input */
63 int filenc; /* encoding of the current file */
146 * It can recurse directly (for invocations of user-defined
157 size_t spos; /* at the start of the current line parse */
159 int of; local
205 * case of 1
[all...]
/freebsd-current/sys/compat/linux/
H A Dlinux_vdso_gtod.inc10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
212 * Ensure that the load of th_offset is completed
213 * before the load of th_gen.
236 * Ensure that the load of th_offset is completed
237 * before the load of th_gen.
/freebsd-current/lib/libc/amd64/string/
H A Dstrlcpy.S10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
55 sub $1, %rdx # do not copy into the final byte of the buffer
73 mov %rsi, %r9 # stash a copy of the source pointer for later
78 shl %cl, %r8d # mask of bytes in the string
86 sub %ecx, %r8d # head length + length of second chunk
141 bts %edx, %r8d # treat end of buffer as end of string
148 /* continue to find the end of th
[all...]
H A Dmemcmp.S7 * Portions of this software were developed by Robert Clausecker
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
248 cmp $32, %rdx # enough to permit use of the long kernel?
255 * Compare strings of 1--32 bytes. We want to do this by
258 * the start of the buffer or 32 bytes before its end, depending
264 lea 31(%rdi), %eax # end of overread
276 lea -8(%rsp), %rdi # end of replacement buffer
277 sub %rdx, %rdi # start of replacemen
[all...]
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh118 * 1. Redistributions of source code must retain the above copyright
119 * notice, this list of conditions and the following disclaimer.
121 * notice, this list of conditions and the following disclaimer in the
165 /* XXX These should be defined in terms of bus-space ops. */
186 * One of these per allocated device.
202 void *vaddr; /* Virtual address of mem resource. */
270 * (to other cards) way of probing these address. Otherwise the driver
271 * should not go looking for instances of itself, but instead rely on
292 * The aim of this routine in an ISA driver is to add child entries to
297 * Add entries into the bus's list of likel
[all...]
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm31 OpenSSL::Test - a private extension of Test::More
50 This module is a private extension of L<Test::More> for testing OpenSSL.
56 and C<$BLDTOP>. Without one of the combinations it refuses to work.
76 # The name of the test. This is set by setup() and is used in the other
80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
87 # the values of those environment variables as well
95 # A set of hooks that is affected by with() and may be used in diverse places.
99 # exit_checker is used by run() directly after completion of a command.
122 If it's not used in a OpenSSL test recipe, the rest of the recipe will
156 note "The results of thi
[all...]
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua10 -- 1. Redistributions of source code must retain the above copyright
11 -- notice, this list of conditions and the following disclaimer.
13 -- notice, this list of conditions and the following disclaimer in the
134 -count display the number of files of the package
135 -size display the size of the package
214 -- check if an array of MetalogRows are equivalent. if not, the first field
269 ----- used to keep track of files not belonging to a pkg. not used so
277 -- returns number of files in package and size of packag
[all...]
/freebsd-current/contrib/kyua/integration/
H A Dcmd_debug_test.sh8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
13 # * Neither the name of Google Inc. nor the names of its contributors
79 This is the stdout of pass
83 This is the stderr of pass
99 This is the stdout of fail
103 This is the stderr of fail
195 This is the stdout of pas
[all...]
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S9 # 1. Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
14 # 3. Neither the name of the author nor the names of any co-contributors
39 .set SECSIZE,0x200 # Size of a single disk sector
55 .set DPBUF_SEC,0x10 # Number of sectors
57 .set NHRDRV,0x475 # Number of hard drives
164 # Move to the next partition. If we walk off the end of the sector, load
168 # XXX: Should we int 0x18 instead of err_noboo
[all...]

Completed in 170 milliseconds

<<11121314151617181920>>