| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | interface.texi | 16 @cindex unions, returning 17 @cindex structures, returning 18 @cindex returning structures and unions 19 However, returning of structure and union values is done differently on 21 returning such types cannot be called from code compiled with GCC, 35 returning the address of that storage as if it were a pointer value.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | interface.texi | 16 @cindex unions, returning 17 @cindex structures, returning 18 @cindex returning structures and unions 19 However, returning of structure and union values is done differently on 21 returning such types cannot be called from code compiled with GCC, 35 returning the address of that storage as if it were a pointer value.
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | opt-debug-parse.exp | 7 ParseEOF: returning to file opt-debug-parse.mk, line 23 13 ParseEOF: returning to file opt-debug-parse.mk, line 27 24 ParseEOF: returning to file opt-debug-parse.mk, line 36
|
| /netbsd-src/sys/kern/ |
| H A D | kern_synch.c | 616 bool returning; in mi_switch() local 632 returning = false; in mi_switch() 644 returning = true; in mi_switch() 689 if (!returning) { in mi_switch() 783 if (returning) { in mi_switch() 811 prevlwp = cpu_switchto(l, newl, returning); in mi_switch()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | cec-system-call.S | 1 # Blackfin testcase for returning to the right place while bouncing between
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | exception_vector.S | 131 !! We are returning from DDB to do single step. Channel A in 501 bt/s .Li_return_to_kernel ! returning from a nested interrupt 510 !! Check for interrupted kernel RAS when returning to kernel
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | iterator | 69 // taking two iterators and returning a result, there is another 71 // returning nothing. The latter seems to be an SGI extension.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | iterator | 69 // taking two iterators and returning a result, there is another 71 // returning nothing. The latter seems to be an SGI extension.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | opncls.texi | 121 the BFD. @var{open_func} either succeeds returning the 122 non-@code{NULL} @var{stream}, or fails returning @code{NULL} 127 @code{bfd_read}). @var{pread_func} either succeeds returning the 129 end-of-file), or fails returning -1 (setting @code{bfd_error}). 132 @code{bfd_close}. @var{close_func} either succeeds returning 0, or 133 fails returning -1 (setting @code{bfd_error}).
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | bpabi-v6m.S | 191 @ The status-returning routines are required to preserve all 272 @ The status-returning routines are required to preserve all
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | bpabi-v6m.S | 191 @ The status-returning routines are required to preserve all 272 @ The status-returning routines are required to preserve all
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3829.txt | 30 (LDAP) bind operation with a mechanism for requesting and returning 39 requesting and returning the authorization established in a bind 108 in place by returning the confidentialityRequired result code. 120 authorization information, the server reports this by returning the
|
| /netbsd-src/usr.bin/sys_info/ |
| H A D | README | 38 The sys_info script also works on libraries, returning their
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_shutdown.pod | 75 SSL_read() will indicate the end of the peer data by returning <= 0 76 and SSL_get_error() returning SSL_ERROR_ZERO_RETURN. 142 Unlike most other function, returning 0 does not indicate an error.
|
| H A D | RAND_DRBG_set_callbacks.pod | 73 it must indicate an error by returning a buffer length of 0. 77 it must also indicate an error by returning a buffer length of 0.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_shutdown.pod | 111 SSL_read() will indicate the end of the peer data by returning <= 0 112 and SSL_get_error() returning SSL_ERROR_ZERO_RETURN. 140 Unlike most other function, returning 0 does not indicate an error.
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | menus.entropy | 34 /* arg is an int*, returning a magic value for the selected menu option */ 47 /* arg is an int*, returning a magic value for the selected menu option */
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 142 "%select{function returning void|constructor|destructor|" 143 "method returning void}2">,
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/ |
| H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-smalltalk/ |
| H A D | hello.st.in | 42 returning: #int
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 44 // Specify two registers to allow returning 64-bit results that have already
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 225 An rvalue must be provided for a function returning non-void, and 226 must not be provided by a function "returning" `void`. 229 rvalue and returning the value.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 225 An rvalue must be provided for a function returning non-void, and 226 must not be provided by a function "returning" `void`. 229 rvalue and returning the value.
|