| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | test-detach.c | 55 char *ends; in main() local 64 n = strtol(argv[2], &ends, 10); in main() 68 if (n < 0 || ends == NULL || *ends != '\0' || n != fd) in main()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 12 procedural languages, and front ends for many such languages have been 20 @item GCC front ends benefit from the support for many different 22 @item GCC front ends benefit from all the optimizations in GCC@. Some 32 GCC front ends have also been created for languages very different 36 example, as part of a research project) as GCC front ends.
|
| H A D | frontends.texi | 31 optimizers, as well as the ``back ends'' that generate machine code for 37 called the ``front end''. In addition to the front ends that are 38 integrated components of GCC, there are several other front ends that
|
| H A D | gccint.texi | 79 write front ends for new languages. It corresponds to the compilers 92 which GCC front ends are written (@pxref{Languages}). It then 94 interfaces to GCC front ends, and how support for a target system is 105 * Languages:: Languages for which GCC front ends are written.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 12 procedural languages, and front ends for many such languages have been 20 @item GCC front ends benefit from the support for many different 22 @item GCC front ends benefit from all the optimizations in GCC@. Some 32 GCC front ends have also been created for languages very different 36 example, as part of a research project) as GCC front ends.
|
| H A D | frontends.texi | 31 optimizers, as well as the ``back ends'' that generate machine code for 37 called the ``front end''. In addition to the front ends that are 38 integrated components of GCC, there are several other front ends that
|
| H A D | gccint.texi | 79 write front ends for new languages. It corresponds to the compilers 92 which GCC front ends are written (@pxref{Languages}). It then 94 interfaces to GCC front ends, and how support for a target system is 105 * Languages:: Languages for which GCC front ends are written.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | bfd.texi | 86 * BFD back ends:: BFD back ends 100 BFD is split into two parts: the front end, and the back ends (one for 106 @item The back ends provide BFD its view of the real world. Each back 108 its canonical form. The back ends also may keep around information for 195 @node BFD front end, BFD back ends, Overview, Top 285 @node BFD back ends, GNU Free Documentation License, BFD front end, Top 286 @chapter BFD back ends 297 @node What to Put Where, aout, BFD back ends, BFD back ends 301 @node aout, coff, What to Put Where, BFD back ends 304 @node coff, elf, aout, BFD back ends [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | bfd.texi | 86 * BFD back ends:: BFD back ends 100 BFD is split into two parts: the front end, and the back ends (one for 106 @item The back ends provide BFD its view of the real world. Each back 108 its canonical form. The back ends also may keep around information for 195 @node BFD front end, BFD back ends, Overview, Top 287 @node BFD back ends, GNU Free Documentation License, BFD front end, Top 288 @chapter BFD back ends 299 @node What to Put Where, aout, BFD back ends, BFD back ends 303 @node aout, coff, What to Put Where, BFD back ends 306 @node coff, elf, aout, BFD back ends [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/tests/failover/ |
| H A D | new-failover | 8 ends 5 2021/05/03 02:29:16; 19 ends 5 2021/04/21 02:29:16;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_ends_with_dirsep.pod | 18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory 26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | salloc.c | 55 n->ends++; in relinquish_lease_hunks() 72 if (c->ends != c->starts) { in relinquish_lease_hunks() 75 (unsigned long)(c->ends)); in relinquish_lease_hunks()
|
| H A D | mdb.c | 904 lp->ends = MIN_TIME; 1328 comp->ends = lease->ends; 1566 lease -> tstp = lease -> ends; in make_binding_state_transition() 1631 lease -> tstp = lease -> ends; in make_binding_state_transition() 1697 lt -> ends = lease -> ends; in lease_copy() 1799 lease -> ends = cur_time; 1853 lt->ends = cur_time + abandon_lease_time; 1854 if (lt->ends < cur_time || lt->ends > MAX_TIME) { 1855 lt->ends = MAX_TIME; 1905 lt -> ends = cur_time; /* XXX */ [all …]
|
| H A D | dhcp.c | 196 if (lease -> ends < cur_time) in dhcp() 441 if (lease -> ends < cur_time && lease -> scope) 447 if (when < lease -> ends) 448 when = lease -> ends; 925 if (lease && lease -> ends > cur_time) { 2242 if (lease->ends <= cur_time && offer != DHCPOFFER) { 2793 if (lease->ends - cur_time > adaptive_time) 2794 adaptive_time = lease->ends - cur_time; 2809 (int)(lease->ends - cur_time), 2965 lt -> ends = when; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | ostream-inst.cc | 39 template ostream& ends(ostream&); 70 template wostream& ends(wostream&);
|
| /netbsd-src/external/mpl/dhcp/dist/contrib/ |
| H A D | dhcp-lease-list.pl | 92 …if ($lease =~ /^\s+([\.\d]+)\s+{.*starts \d+ ([\/\d\ \:]+);.*ends \d+ ([\/\d\ \:]+);.*ethernet ([a… 108 …next if not ($lease =~ /^\s+([\.\d]+)\s+{.*starts \d+ ([\/\d\ \:]+);.*ends \d+ ([\/\d\ \:]+);.*eth…
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | ostream-inst.cc | 39 template ostream& ends(ostream&); 70 template wostream& ends(wostream&);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ABOUT-GCC-NLS | 27 ends in `msgid' is expected to be a message requiring translation. 28 If the parameter name ends with `gmsgid', it is assumed to be a GCC 29 diagnostics format string requiring translation, if it ends with
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ABOUT-GCC-NLS | 27 ends in `msgid' is expected to be a message requiring translation. 28 If the parameter name ends with `gmsgid', it is assumed to be a GCC 29 diagnostics format string requiring translation, if it ends with
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | draft-ietf-ipsec-nat-t-ike-00.txt | 136 from each end to another. When both ends calculate those hashes and get 173 remote ends IP address and port (i.e the destination address of the UDP 187 remote ends IP address and port. If the first check fails (i.e first 221 After the Phase 1 both ends know if there is a NAT present between. The 224 mode. In the quick mode both ends can also send the original source 232 UDP-Encapsulated-Tunnel mode is negotiation then both ends SHOULD NOT 265 In case of transport mode both ends SHOULD send the original source 266 address to the other end. For the tunnel mode both ends SHOULD NOT send 345 normally fixed to 500, and the other ends IP address is usually also 362 ends to use UDP-Encapsulated modes instead of directly using tunnel
|
| H A D | draft-ietf-ipsec-nat-t-ike-01.txt | 157 from each end to another. When both ends calculate those hashes and get 199 remote ends IP address and port (i.e the destination address of the UDP 207 remote ends IP address and port. If the first check fails (i.e first 247 After the Phase 1 both ends know if there is a NAT present between. The 250 mode. In the quick mode both ends can also send the original source 258 UDP-Encapsulated-Tunnel mode is negotiation then both ends SHOULD NOT 285 In case of transport mode both ends SHOULD send the original source 286 address to the other end. For the tunnel mode both ends SHOULD NOT send 378 ends to use UDP-Encapsulated modes instead of directly using tunnel
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/indent/ |
| H A D | llvm.vim | 8 " - If previous line ends with ':' increase indentation 9 " - If the current line ends with ':' indent at the same level as the
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 33 struct STRUCT *ends, size_t alloca_used); 41 bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used) in FCT() argument 100 else if (ends != NULL) in FCT() 102 ends->pattern = p - 1; in FCT() 103 ends->string = n; in FCT() 104 ends->no_leading_period = no_leading_period; in FCT()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/ |
| H A D | FAQ | 15 on both ends. You must configure both ends exactly the same. 20 Configure both ends exactly the same. With just a tiny little
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | am335x-bonegreen-wireless.dts | 113 /* in case it isn't, wilink8 ends up in one of the test modes that */ 116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
|