Home
last modified time | relevance | path

Searched refs:to (Results 251 – 275 of 7504) sorted by relevance

1...<<11121314151617181920>>...301

/openbsd/gnu/gcc/gcc/doc/
H A Dgty.texi66 These don't need to be marked.
87 special escapes may be used in these strings, to refer to pieces of
116 would expand to @samp{[11]}.
149 pointer to an array, like this:
217 Sometimes it's convenient to define some data structure to work on
223 For instance, to have a @code{htab_t} that points to trees, one would
264 garbage collection runs, there's no need to mark anything pointed to
297 The type machinery expects all pointers to point to the start of an
345 The @code{special} option is used to mark types that have to be dealt
389 You need to add the file to the list of source files the type
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DBugpoint.rst14 and JIT compilers). It aims to reduce large test cases to small, useful ones.
45 test program with the "safe" backend (which is assumed to generate good code) to
72 size. Usually it is able to reduce a test program to a single function, when
74 reduced, it attempts to delete various edges in the control flow graph, to
106 the result. It attempts to narrow down the list of passes to the one (or few)
122 that are likely to vary from run to run.
126 will continue with the new crash instead. If you would like to stick to
161 -passes=metarenamer`` over the IR to rename everything using easy-to-read,
171 much code to figure out and the problem seems to be in instcombine, the
193 You may also find it useful to use "``-stats``" now to see what parts of
[all …]
H A DExceptionHandling.rst30 algorithm. Thus, the specification is said to add "zero-cost" to the normal
81 The runtime first attempts to find an *exception frame* corresponding to the
132 #. A call is made to the runtime to raise the exception, passing the exception
162 and integer pair corresponding to the pointer to the *exception structure* and
299 The unwinder delegates the decision of whether to stop in a call frame to that
305 In order for inlining to behave correctly, landing pads must be prepared to
374 to interoperate.
475 for calling ``_Unwind_Resume`` to transition to the next most recently active
578 are hooked up to unwind to the unwind destination of the call site.
769 unwind as ``nounwind``, it is legal to nest a ``call`` or an "``unwind to
[all …]
/openbsd/gnu/usr.bin/texinfo/
H A DINSTALL.generic8 unlimited permission to copy, distribute and modify it.
30 If you need to do unusual things to compile the package, please try
31 to figure out how `configure' could check whether to do them, and mail
42 The simplest way to compile this package is:
47 `sh ./configure' instead to prevent `csh' from trying to execute
53 2. Type `make' to compile the package.
128 Some packages pay attention to `--enable-FEATURE' options to
138 `--x-libraries=DIR' to specify their locations.
159 need to know the machine type.
173 If you want to set default values for `configure' scripts to share, you
[all …]
/openbsd/gnu/llvm/clang/docs/
H A DHowToSetupToolingForLLVM.rst20 build using CMake to use clang tools.
25 If you intend to use make to build LLVM, you should have CMake 2.8.6 or
28 First, you need to generate Makefiles for LLVM with CMake. You need to
37 If you want to use clang instead of GCC, you can add
38 ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``.
44 Clang Tooling is able to use it:
67 executable will need to be in your search path for CMake to locate it.
74 is to use a `developer command-prompt window
78 to set the environment variables appropriately.
229 ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``.
[all …]
H A DAutomaticReferenceCounting.rst489 to do something to shorten the lifetime of the returned value.
655 * to initialize a parameter in a direct call to an
857 atomically with respect to other assignments to the object, to reads from the
1150 A type in C is said to be *non-trivial to copy*, *non-trivial to destroy*,
1163 A type in C is said to be *illegal to copy*, *illegal to destroy*, or
1831 Nonetheless, it is sometimes useful to be able to force an object to be
1881 non-ARC mode is likely to be unpleasantly surprised if they try to go back to
2381 effort to hand off ownership of a retain count on the object to a call to
2428 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2453 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
[all …]
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5380delta.pod83 which perl permits to be wrapped are in practice very tricky to wrap.
89 to deal with.
99 C<require__after>. These are provided to make it easier to perform tasks
183 now limited to C<I32_MAX>, thus it is now possible to write
192 to these functions, you first need to set a C<#define> to opt-in to using
222 to it. This allows access to its pattern. The following code
263 If your code reads to end of file, and then rebinds the handle to a
345 previously set to. If any other thread had switched to the global
412 to return true explicitly, and in fact the return will be forced to
1619 convert a supplied C<time_t> to to a C<FILETIME>.
[all …]
H A Dperl5200delta.pod44 applies also to ";;;*".
59 to platform, from the 15 bits of rand() on Windows to 48-bits on POSIX
267 the program is running under is not supposed to be visible to Perl code
339 Setting C<$/> to a reference to zero or a reference to a negative integer is
343 Setting C<$/> to a reference to a non integer is now forbidden and will
345 context and while it used to behave the same as setting C<$/> to
445 to find things such as the minimum length a string has to be to match, etc. It
492 is now optimized to:
1276 a reference to a scalar holding initial source code to prepend to the file.
2555 All have been renamed to PREGf_ equivalents and moved to regcomp.h.
[all …]
H A Dperl5360delta.pod50 the v5.36 bundle. If you want to use it (against our advice), you'll have to
112 Prior to perl v5.36, attempting to specify a list after C<for my> was a syntax
223 to C<defer> blocks.
271 A bare sort used to be a weird way to create an empty list; now it croaks
378 interpreter, but a high cost due to more pages for the OS to copy.
803 We have attempted to update the documentation to reflect the changes
920 Attempting to perform a scalar assignment to C<undef>, for example via
1157 These changes also provide the base support to be able to provide ASCII
1188 Macros have been added to F<perl.h> to facilitate version comparisons:
1517 Perl continues to flourish into its fourth decade thanks to a vibrant
[all …]
H A Dperl5340delta.pod62 as in C<0o123_456>, parallel to the existing construct to specify
307 addition to in C<$@>.
559 We have attempted to update the documentation to reflect the changes
694 macro to read an SV's string value.
798 =head2 Changes to Existing Diagnostics
893 =item * Fix to C<i> and C<l> commands
905 Prevented incpath to spill into libpth
1390 Perl continues to flourish into its fourth decade thanks to a vibrant
1419 helping Perl to flourish.
1431 L<https://github.com/Perl/perl5/issues>. Be sure to trim your bug down to a
[all …]
H A Dperlgit.pod154 Now that we have everything up to date, we need to create a temporary
239 nothing added to commit but untracked files present (use "git add" to
255 Now, create a fork on GitHub to push your branch to, and add it as a
448 If you want to make changes to someone else's topic branch, you should
456 they wanted to fix before merging the branch to blead.
469 If you want to rebase a personal topic branch, you will have to delete
495 error: failed to push some refs to 'ssh://perl5.git.perl.org/perl'
562 However Github does provide a mechanism to fetch a pull request to a
565 local copy. eg. to fetch pull request 9999 to the local branch
590 Add a line to map the remote pull request branches to remote-tracking
[all …]
H A Dperl585delta.pod32 CGI upgraded to version 3.05
40 Digest upgraded to version 1.08
44 Encode upgraded to version 2.01
48 FileCache upgraded to version 1.04
52 libnet upgraded to version 1.19
56 Pod::Parser upgraded to version 1.28
64 Pod::LaTeX upgraded to version 0.57
81 Test upgraded to version 1.25
89 Time::Local upgraded to version 1.10
156 did not have permission to open it would return immediately, leading to
[all …]
H A Dperlsec.pod7 Perl is designed to make it easy to program securely even when running
19 email the details to
316 Finally, the child passes the data it managed to access back to the
386 of the set-id script to open to the interpreter, rather than using a
445 the source code has to be readable in order to be compiled and
464 pose varying degrees of difficulty to people wanting to get at your
472 Your access to it does not give you permission to use it blah blah
495 known to be vulnerable to collision attacks on their hash function.
501 were introduced to harden Perl to such attacks, and then later in
514 In order to make it impossible to know what seed to generate an attack
[all …]
/openbsd/gnu/usr.bin/cvs/
H A DHACKING1 How to write code for CVS
14 to use:
42 does not conform to this indentation style; the plan is to reindent it
62 including to NT, OS/2, VMS, etc.
66 Use assert() to check "can't happen" conditions internal to CVS. We
142 frustrating to fix a bug only to see it reappear later, and adding
154 Submitting a patch to bug-cvs is the way to reach the people who have
177 intentional, to avoid a last minute rush to get new features in.
199 list which users are requested to send bug reports to. Anyone can
200 subscribe; to do so send mail to bug-cvs-request@gnu.org.
[all …]
H A DFAQ297 that allows you to "checkout" the branch, to "commit" files to the end
505 A way to gain the effect of merging the main to the branch is to
2105 want to write to various directories.
2733 the tag to all the files with the '-F' option to force it to move the
3037 was to make *Emacs* setuid to root.)
3103 You have to do this anyway to build it.
3220 To add a new directory to the Repository or to register the desire to
4155 (probably to merge changes, or to try to decide whether to merge
4640 Renames are harder to find, since you have to compare file contents to
4774 anything to the file, but you might have to change Makefiles to refer
[all …]
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo61 the simplest way possible, perhaps to replace calls in your code to
92 If you want the user to be able to get at the line later, (with
198 to functions.
322 than reading up to a character bound to @code{accept-line}.
513 and is about to return the line to the caller.
582 than adding a function to Readline, you may need to use the
901 to the result.
1518 A pointer to an alternative function to create matches.
1640 Up to this many items will be displayed in response to a
1759 rl_icpfunc_t *func; /* Function to call to do the job. */
[all …]
/openbsd/usr.sbin/nsd/
H A Dnsd.conf.sample.in15 # Number of NSD servers to fork. Put the number of CPUs to use here.
38 # Use ip-transparent to be able to list addresses that turn on later.
45 # to partition sockets across servers to improve select/poll
55 # option to bind a socket to a specified device. For FreeBSD, to
113 # log messages to file. Default to stderr and syslog (with
117 # log only to syslog.
125 # 'refreshing' (as if nsd got a notify). Set to "" to disable.
173 # reduce these settings to save memory for NSD, to about
225 # rrl-whitelist-ratelimit to 0 to disable ratelimit processing.
275 # interfaces, usually 127.0.0.1 and ::1). To bind to to multiple IP
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A Dporting.texi34 This file explains how to port libstdc++-v3 (the GNU C++ library) to
59 This document explains how to port libstdc++-v3 (the GNU C++ library) to
96 If you are porting to a new operating system (as opposed to a new chip
109 You might have to change the @file{configure.target} file to ensure that
119 that are required to allow the C++ library to work with your C library.
148 need to define. You will need to add them to the
159 @code{_GLIBCPP_USE_C99_CHECK} may be defined to 1 to check C99
170 @code{_GLIBCPP_USE_C99_LONG_LONG_CHECK} may be defined to 1 to check
187 to 1 to check the related set of function declarations found in system
216 If you are porting to a new chip (as opposed to a new operating system
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dconfig.in356 /* Define if you want to use __cxa_atexit, rather than atexit, to
414 /* Define to 1 if we found this declaration otherwise define to 0. */
417 /* Define to 1 if we found this declaration otherwise define to 0. */
420 /* Define to 1 if we found this declaration otherwise define to 0. */
423 /* Define to 1 if we found this declaration otherwise define to 0. */
426 /* Define to 1 if we found this declaration otherwise define to 0. */
429 /* Define to 1 if we found this declaration otherwise define to 0. */
432 /* Define to 1 if we found this declaration otherwise define to 0. */
435 /* Define to 1 if we found this declaration otherwise define to 0. */
438 /* Define to 1 if we found this declaration otherwise define to 0. */
[all …]
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample239 * to covert a multibyte to a wide character.
556 * to covert a wide character to a multibyte.
1112 * to the program to supply one. A good guess is
1808 * to the program to supply one. A good guess is
1958 * to the program to supply one. Good guesses are
2297 * available to convert strings to long doubles.
2303 * available to convert strings to long longs.
2334 * to the program to supply one. A good guess is
3511 * to the program to supply one. A good guess is
3525 * to the program to supply one. A good guess is
[all …]
/openbsd/sbin/init/
H A DNOTES13 protection from job control signals to jobs it starts --
14 it sets SIGTSTP, SIGTTIN and SIGTTOU to SIG_IGN.
24 references to the controlling terminal are converted to
40 It goes on to note that it used to be the case that 'init'
93 apply hysteresis to rapidly exiting gettys
98 look for EINTR in case we need to change state
105 2: rc script: on exit 0, go to 3; on exit N (error), go to 1
106 3: read ttys file: on completion, go to 4
107 4: multi-user operation: on SIGTERM, go to 7; on SIGHUP, go to 5;
108 on SIGTSTP, go to 6
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Duaccess.h28 __copy_to_user(void *to, const void *from, unsigned long len) in __copy_to_user() argument
30 if (copyout(from, to, len)) in __copy_to_user()
36 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() argument
38 return __copy_to_user(to, from, len); in copy_to_user()
42 __copy_from_user(void *to, const void *from, unsigned long len) in __copy_from_user() argument
44 if (copyin(from, to, len)) in __copy_from_user()
50 copy_from_user(void *to, const void *from, unsigned long len) in copy_from_user() argument
52 return __copy_from_user(to, from, len); in copy_from_user()
114 error = copyout(from, to, len); in __copy_to_user_inatomic()
128 error = copyin(from, to, len); in __copy_from_user_inatomic()
[all …]
/openbsd/gnu/llvm/lldb/docs/design/
H A Dsbapi.rst4 The SB APIs constitute the stable C++ API that lldb presents to external
5 clients, and which get processed by SWIG to produce the Python bindings to
8 to ensure that this happens.
36 not put this Impl class in the lldb namespace. Failure to do so leads to
39 In order to fit into the Python API's, we need to be able to default construct
44 classes to report whether the object is empty or not.
48 and documentation to classes, but to do that you have to use a Swig interface
55 C++ API's for an SB class, you have to copy the interface to the .i file.
71 $ ./bin/lldb-instr /path/to/lldb/source/API/SBDebugger.cpp
76 (intentionally) makes no attempt to get that right.
[all …]
/openbsd/gnu/usr.bin/perl/
H A DREADME.os4005 designed to be readable as is.
20 By far the easiest way to build Perl for OS/400 is to use the PASE
29 The recommended way to build Perl for the OS/400 PASE is to build the
32 The trick is to give a special parameter to the Configure shell script
66 will need to do.
69 want to symlink /QOpenSys/usr/bin/perl to this file so you don't have
70 to modify your path.
80 latest PTFs to have this feature. Scripts starting with
100 to
116 If you need to use Perl in the ILE environment, you may want to consider
[all …]
/openbsd/regress/usr.bin/mandoc/man/TP/
H A Ddouble.out_ascii7 leading text: This is a rather long text because we want to test the text
8 width; at which point will this text wrap to the next line?
10 first TP This is a rather long text because we want to test the
11 text width; at which point will this text wrap to the
14 second TP This is a rather long text because we want to test the
15 text width; at which point will this text wrap to the
19 text width; at which point will this text wrap to the next line?
21 double TP This is a rather long text because we want to test the
22 text width; at which point will this text wrap to the
26 text width; at which point will this text wrap to the next line?
[all …]

1...<<11121314151617181920>>...301