/openbsd/gnu/usr.bin/gcc/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 | 43 Front ends for other languages, such as Mercury and Pascal exist but 44 have not yet been integrated into GCC@. These front ends, like that for C++, 48 ends. 52 of the other front ends for the options to use when compiling programs
|
H A D | gccint.texi | 121 write front ends for new languages. It corresponds to GCC version 131 which GCC front ends are written (@pxref{Languages}). It then 133 interfaces to GCC front ends, and how support for a target system is 143 * Languages:: Languages for which GCC front ends are written. 146 * Trees:: The source representation used by the C and C++ front ends.
|
/openbsd/gnu/gcc/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 | 32 optimizers, as well as the ``back ends'' that generate machine code for 39 called the ``front end''. In addition to the front ends that are 40 integrated components of GCC, there are several other front ends that
|
H A D | gccint.texi | 80 write front ends for new languages. It corresponds to GCC version 90 which GCC front ends are written (@pxref{Languages}). It then 92 interfaces to GCC front ends, and how support for a target system is 103 * Languages:: Languages for which GCC front ends are written. 107 * Trees:: The source representation used by the C and C++ front ends.
|
/openbsd/usr.sbin/dhcpd/ |
H A D | memory.c | 265 address_range[i].ends = MIN_TIME; in new_address_range() 495 comp->ends > cur_time && uid_or_hwaddr_cmp(comp, lease)) { in supersede_lease() 581 } else if (lp->ends > lease->ends) { in supersede_lease() 584 while (lp->next && lp->ends > lease->ends) { in supersede_lease() 587 if (lp->ends > lease->ends) { in supersede_lease() 605 while (lp->prev && lp->ends < lease->ends) { in supersede_lease() 608 if (lp->ends < lease->ends) { in supersede_lease() 625 comp->ends = lease->ends; in supersede_lease() 645 if (lt.ends > cur_time) { in release_lease() 646 lt.ends = cur_time; in release_lease() [all …]
|
H A D | sync.c | 305 lp->ends = ntohl(lv->lv_ends); in sync_recv() 316 (long long)lp->starts, (long long)lp->ends); in sync_recv() 322 else if (lease->ends < lp->ends) in sync_recv() 324 else if (lease->ends > lp->ends) in sync_recv() 430 lv.lv_ends = htonl(lease->ends); in sync_lease()
|
H A D | dhcpd.c | 380 for (l = s->leases; l && l->ends; l = l->next) in periodic_scan() 381 if (cur_time >= l->ends) in periodic_scan() 382 if (l->ends > last_scan) in periodic_scan()
|
H A D | dhcp.c | 130 if (!lease || lease->ends > cur_time) { in dhcpdiscover() 146 if (lp->ends > cur_time) in dhcpdiscover() 446 if (lease && lease->ends > cur_time) { in dhcprelease() 894 lt.ends = when; in ack_lease() 896 lt.ends = state->offered_expiry; in ack_lease() 900 lt.ends = (cur_time + in ack_lease() 903 lt.ends = (cur_time + in ack_lease() 907 lt.ends = lease->host->group->bootp_lease_cutoff; in ack_lease() 909 lt.ends = lease->subnet->group->bootp_lease_cutoff; in ack_lease() 910 state->offered_expiry = lt.ends; in ack_lease() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_manip.cc | 56 oss01 << std::ends; in test01() 61 oss02 << std::ends; in test01() 97 osst_01 << ends; in test02() 106 osst_01 << ends; in test02()
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | bfd.texinfo | 98 * BFD back ends:: BFD back ends 112 BFD is split into two parts: the front end, and the back ends (one for 118 @item The back ends provide BFD its view of the real world. Each back 207 @node BFD front end, BFD back ends, Overview, Top 296 @chapter BFD back ends 309 @node What to Put Where, aout, BFD back ends, BFD back ends 312 @node aout, coff, What to Put Where, BFD back ends 315 @node coff, elf, aout, BFD back ends 318 @node elf, mmo, coff, BFD back ends 323 @node mmo, , elf, BFD back ends [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | bfd.texinfo | 85 * BFD back ends:: BFD back ends 99 BFD is split into two parts: the front end, and the back ends (one for 105 @item The back ends provide BFD its view of the real world. Each back 194 @node BFD front end, BFD back ends, Overview, Top 283 @chapter BFD back ends 296 @node What to Put Where, aout, BFD back ends, BFD back ends 299 @node aout, coff, What to Put Where, BFD back ends 302 @node coff, elf, aout, BFD back ends 305 @node elf, mmo, coff, BFD back ends 310 @node mmo, , elf, BFD back ends [all …]
|
/openbsd/regress/usr.bin/make/ |
H A D | mk13 | 2 # Warning: the next line ends with a space !!! 3 A= ends with space
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/backward/ |
H A D | strstream_members.cc | 31 s << std::ends; in test01() 39 buf << std::ends; in test02()
|
/openbsd/gnu/lib/libstdc++/libstdc++/src/ |
H A D | ostream-inst.cc | 43 template ostream& ends(ostream&); 62 template wostream& ends(wostream&);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | LANGUAGES | 35 Front-ends must now define lang_init_options. It is safe for this 39 Front ends which link with c-common or other files from the C/C++ 40 front-ends may need to handle TI types. Look for references to 49 The interface between toplev.c and the language front ends for opening the 60 Front-ends must now define lang_print_xnode. It is safe for this
|
/openbsd/gnu/gcc/libstdc++-v3/src/ |
H A D | ostream-inst.cc | 43 template ostream& ends(ostream&); 74 template wostream& ends(wostream&);
|
/openbsd/regress/usr.bin/grep/ |
H A D | t4.out | 1 This line ends with EnD
|
H A D | t11.out | 1 This line ends with EnD
|
H A D | in | 3 This line ends with EnD
|
/openbsd/gnu/llvm/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
|
/openbsd/usr.bin/telnet/ |
H A D | README | 13 the terminal driver on both ends, turning on BINARY 15 to get set in the terminal driver on both ends.
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb77.C | 12 s << std::ends; in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | virtual3.C | 26 *this << ends; in eval()
|