OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:To
(Results
1 - 25
of
91
) sorted by relevancy
1
2
3
4
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerRandom.h
25
intptr_t operator()(intptr_t From, intptr_t
To
) {
26
assert(From <
To
);
27
intptr_t RangeSize =
To
- From + 1;
FuzzerMutate.cpp
137
// Give preference
to
0x00 and 0xff.
188
// with arguments Arg1 Arg2. This function tries
to
guess a dictionary
190
// It first tries
to
find one of the arguments (possibly swapped) in the
297
// Overwrites part of
To
[0,ToSize) with a part of From[0,FromSize).
300
uint8_t *
To
, size_t ToSize) {
301
// Copy From[FromBeg, FromBeg + CopySize) into
To
[ToBeg, ToBeg + CopySize).
308
memmove(
To
+ ToBeg, From + FromBeg, CopySize);
312
// Inserts part of From[0,ToSize) into
To
.
313
// Returns new size of
To
on success or 0 on failure.
315
uint8_t *
To
, size_t ToSize
[
all
...]
FuzzerMutate.h
26
/// Indicate that we are about
to
start a new sequence of mutations.
62
/// Tries
to
find an ASCII integer in Data, changes it
to
another ASCII int.
71
/// Returns the new size of data which could be up
to
MaxSize.
74
/// Applies one of the configured mutations
to
the bytes of Data
81
///
to
mutation authors.
107
size_t InsertPartOf(const uint8_t *From, size_t FromSize, uint8_t *
To
,
109
size_t CopyPartOf(const uint8_t *From, size_t FromSize, uint8_t *
To
,
134
// entries that led
to
successful discoveries in the past mutations.
/src/common/dist/zlib/watcom/
watcom_l.mak
5
#
To
use, do "wmake -f watcom_l.mak"
watcom_f.mak
5
#
To
use, do "wmake -f watcom_f.mak"
/src/usr.bin/make/unit-tests/
export.mk
8
# believe it or not, we expect this one
to
come out with $UT_FU unexpanded.
20
${:U!}= exclamation # A direct != would try
to
run "exclamation"
22
#
to
the empty variable.
27
# These are ignored because they are local
to
the target.
33
# shell filters it out.
To
reach consistent output for each shell, the
varmod-order-string.mk
21
#
To
sort the words numerically, use ':On' instead; since var.c 1.939 from
varmod.exp
1
make: varmod.mk:111:
To
escape a dollar, use \$, not $$, at "$$:L} != """
varname-dollar.mk
3
# Tests for the expression "$$", which looks as if it referred
to
a variable,
4
# but simply expands
to
a single '$' sign.
7
# and $$ would always expand
to
the same value.
10
#
To
see that using this variable indeed affects the variable '$', run the
21
# Now overwrite the '$' variable
to
see whether '$$' really expands
to
that
comment.mk
32
# The comment does not need
to
start at the beginning of a word (as in the
50
#
To
escape a comment sign, precede it with a backslash.
56
# Since 2012-03-24 the modifier :[#] does not need
to
be escaped.
57
#
To
keep the parsing code simple, the "#" in "[#" does not start a comment,
75
# comment. The '#' is just passed
to
the shell, like any ordinary character.
77
# If the '#' were
to
start a makefile comment, the following shell command
dollar.exp
4
To
survive the parser, a dollar sign must be doubled.
34
The A is replaced because the $$ is reduced
to
a single $,
35
which is then resolved
to
the variable X with the value VAR_X.
opt-debug-errors-jobs.mk
30
# It is a common style
to
align the continuation backslashes at the right
40
#
to
determine the actual command from the unexpanded command alone.
To
help
varmod-order-numeric.mk
10
# This list contains only 32-bit numbers since the make code needs
to
conform
11
#
to
C90, which does not necessarily provide integer types larger than 32 bit.
14
#
To
get 53-bit integers even in C90, it would be possible
to
switch
to
54
# The string '3T' evaluates
to
3, the string 'x' evaluates as '0'.
opt-debug-file.mk
4
#
to
a file instead of writing it
to
stderr.
7
# and redirect the debug logging
to
the given file.
10
# This output goes
to
the debug log file.
14
# Before main.c 1.362 from 2020-10-03, it was not possible
to
disable debug
29
#
To
get the unexpanded text that was actually written
to
the debug log
40
#
To
get the unexpanded text that was actually written
to
the debug log
53
# expect+1: This goes
to
stdout only, once
[
all
...]
varparse-errors.mk
14
LITERAL_DOLLAR=
To
get a dollar, double $$ it.
18
REF_UNDEF= A reference
to
an ${UNDEF}undefined variable.
29
# It may refer
to
undefined variables though.
30
.if ${REF_UNDEF} != "A reference
to
an undefined variable."
58
#
To
trigger this difference, the variable assignment must use the assignment
59
# operator ':='
to
make VarEvalMode_ShouldKeepUndef return true. There must
125
# The "${.OBJDIR}/" is necessary
to
bypass the directory cache.
/src/etc/rc.d/
sshd
31
To
fix, follow the "Adding entropy" section in the entropy(7)
/src/etc/namedb/
bind.keys
2
# The bind.keys file is used
to
override the built-in DNSSEC trust anchors
11
#
To
use the built-in root key, set "dnssec-validation auto;" in
12
# named.conf options.
To
use the built-in DLV key, set
16
# This file is NOT expected
to
be user-configured.
18
# These keys are current as of February 2017. If any key fails
to
28
# Configuring "dnssec-lookaside auto;"
to
activate this key is
44
# This key (19036) is
to
be phased out starting in 2017. It will
56
# This key (20326) is
to
be published in the root zone in 2017.
58
# roll seamlessly
to
this new one via RFC 5011 rollover. Servers
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc
10
// This file implements a fairly generic conversion from a narrower
to
a wider
15
// formats; specifically, some work would be needed
to
adapt it
to
18
// Note please, however, that this implementation is only intended
to
support
19
// *widening* operations; if you need
to
convert
to
a *narrower* floating-point
21
//
to
.
25
//
to
add support for quad on some 32-bit systems, for example. You also may
27
// you will likely need
to
roll your own on some platforms.
70
//
to
(signed) int. To avoid that, explicitly cast to src_rep_t
[
all
...]
/src/usr.sbin/sysinst/arch/arc/
msg.md.en
17
* 3. The name of Piermont Information Systems Inc. may not be used
to
endorse
22
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO
, THE
26
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF
60
sure you that you want
to
do this?
62
(Answering 'no' will take you back
to
the partition edit menu.)}
68
{The MS-DOS FAT12 partition
to
install the native bootloader is too small.
69
It needs
to
be at least 1MB in size, however a size of at least 2MB is
82
ARC BIOS environments for the BIOS
to
load NetBSD's bootloader by default.
83
To
boot NetBSD, you need
to
specify the following boot command o
[
all
...]
/src/sys/arch/m68k/060sp/dist/
iskeletn.s
14
#
To
the maximum extent permitted by applicable law,
18
# regard
to
the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
21
#
To
the maximum extent permitted by applicable law,
25
# ARISING OF THE USE OR INABILITY
TO
USE THE SOFTWARE.
30
# You are hereby granted a copyright license
to
use, modify, and distribute the
66
# _isp_unimp() branches
to
here so that the operating system
69
# the PC pointing
to
the instruction following the instruction
71
#
To
simply continue execution at the next instruction, just
85
# stack frame and branches
to
this routine.
118
# Integer Instruction stack frame and branches
to
this routine
[
all
...]
/src/sys/arch/x68k/stand/xxboot/
memcmp.S
17
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO
, THE IMPLIED WARRANTIES
21
* BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
54
|
To
comply with standards, recalc exact return value.
/src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c
29
Bison output files
to
be licensed under the GNU General Public
38
/* All symbols defined below should begin with yy or YY,
to
avoid
41
There are some unavoidable exceptions within include files
to
90
* substantially similar
to
the "NO WARRANTY" disclaimer below
95
* of any contributors may be used
to
endorse or promote products derived
105
* LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
108
* DAMAGES (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS
148
/* Define YYMALLOC/YYFREE
to
prevent redefinition errors */
286
/* Identity function, used
to
suppress warnings about constant conditions. */
339
to
allow for a few compiler-allocated temporary stack slots. *
[
all
...]
dtparser.tab.c
29
Bison output files
to
be licensed under the GNU General Public
38
/* All symbols defined below should begin with yy or YY,
to
avoid
41
There are some unavoidable exceptions within include files
to
90
* substantially similar
to
the "NO WARRANTY" disclaimer below
95
* of any contributors may be used
to
endorse or promote products derived
105
* LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
108
* DAMAGES (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS
143
/* Define YYMALLOC/YYFREE
to
prevent redefinition errors */
303
/* Identity function, used
to
suppress warnings about constant conditions. */
356
to
allow for a few compiler-allocated temporary stack slots. *
[
all
...]
prparser.tab.c
29
Bison output files
to
be licensed under the GNU General Public
38
/* All symbols defined below should begin with yy or YY,
to
avoid
41
There are some unavoidable exceptions within include files
to
90
* substantially similar
to
the "NO WARRANTY" disclaimer below
95
* of any contributors may be used
to
endorse or promote products derived
105
* LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
108
* DAMAGES (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS
142
/* Define YYMALLOC/YYFREE
to
prevent redefinition errors */
305
/* Identity function, used
to
suppress warnings about constant conditions. */
358
to
allow for a few compiler-allocated temporary stack slots. *
[
all
...]
/src/usr.bin/mail/
list.c
16
* may be used
to
endorse or promote products derived from this software
20
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO
, THE
24
* DAMAGES (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS
85
static int regretp; /* Pointer
to
TOS of regret tokens */
212
char co_char; /* What
to
find past : */
214
int co_mask; /* m_status bits
to
mask */
533
* Look for NULL line. Used
to
find non-existent fields.
677
* Check the "
To
:", "Cc:", and "Bcc" fields for the pattern.
683
static const char *to_fields[] = { "
to
", "cc", "bcc", 0 };
684
const char **
to
;
local
[
all
...]
Completed in 259 milliseconds
1
2
3
4
Indexes created Sun Feb 15 00:28:02 CET 2026