Searched refs:ends (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lli/Unix/
H A DRemoteTargetExternal.inc46 // Close the parent ends of the pipes
69 // Close the child ends of the pipes
73 // Store the parent ends of the pipes
/freebsd-10-stable/contrib/libstdc++/include/backward/
H A Diostream.h53 using std::ends;
/freebsd-10-stable/contrib/libstdc++/src/
H A Dostream-inst.cc43 template ostream& ends(ostream&);
74 template wostream& ends(wostream&);
/freebsd-10-stable/usr.bin/calendar/calendars/
H A Dcalendar.australia14 Apr/SunFirst Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
/freebsd-10-stable/lib/libutil/
H A Dlogin_times.c110 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) argument
124 if (ends != NULL) {
128 *ends = mktime(tt);
/freebsd-10-stable/sys/dev/pccbb/
H A Dpccbb.c1096 uint32_t ends[2]; local
1102 ends[0] = ends[1] = END_NONE;
1124 if (rman_get_end(rle->res) > ends[i])
1125 ends[i] = rman_get_end(rle->res);
1131 ends[i] = ((ends[i] + align - 1) & ~(align - 1)) - 1;
1135 if (ends[0] > starts[1]) {
1141 if (ends[1] > starts[0]) {
1150 cbb_cardbus_mem_open(sc->dev, 0, starts[0], ends[
[all...]
/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc58 // Store the parent ends of the pipes
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h507 regoff_t *ends);
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h507 regoff_t *ends);
/freebsd-10-stable/contrib/binutils/gas/
H A Dread.c128 Out: 1 if this character ends a line. */
1006 char *ends;
1023 ends = strstr (s, "#NO_APP\n");
1025 if (!ends)
1045 ends = strstr (buffer, "#NO_APP\n");
1046 if (ends)
1047 num = ends - buffer;
1055 while (!ends);
1057 input_line_pointer = ends ? ends
1003 char *ends; local
[all...]
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h516 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_ostream.h556 ends(basic_ostream<_CharT, _Traits>& __os) function
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Descape.mk66 VAR1BSsc = 111\ # This is a comment. Value ends with <backslash><space>
80 VAR2BSsc = 222\\ # This is a comment. Value ends with <backslash><backslash>
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1067 const char *ends = "BKMGTPEZ"; local
1072 for (i = 0; i < strlen(ends); i++) {
1073 if (toupper(buf[0]) == ends[i])
1076 if (i == strlen(ends)) {
/freebsd-10-stable/crypto/openssl/util/
H A Dpod2man.pl78 unless the file ends in F<.pm> in which case section 3 will be selected.
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c501 const char *ends = "BKMGTPEZ"; local
506 for (i = 0; i < strlen(ends); i++) {
507 if (toupper(buf[0]) == ends[i])
510 if (i == strlen(ends)) {
/freebsd-10-stable/contrib/libgnuregex/
H A Dregexec.c577 re_set_registers (bufp, regs, num_regs, starts, ends)
581 regoff_t *starts, *ends;
588 regs->end = ends;
1411 /* Set the positions where the subexpressions are starts/ends to registers
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_cd.c249 u_int32_t endm, u_int32_t ends,
2977 u_int32_t startf, u_int32_t endm, u_int32_t ends, u_int32_t endf)
3009 scsi_cmd->end_s = ends;
2976 cdplaymsf(struct cam_periph *periph, u_int32_t startm, u_int32_t starts, u_int32_t startf, u_int32_t endm, u_int32_t ends, u_int32_t endf) argument
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex310 % take effect in \write's, yet the group defined by the \vbox ends
448 % either the null string, or it ends with \^^M---thus there is no danger
748 % message, so this ends up printing `@group can only ...'.
2882 % box from the multistrut, so the strut ends up on a line by itself.
3007 % If we're here, #1 ends with ^^M\ifinfo (for example).
3832 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
3937 % invocation ends. Having called \balancecolumns once, we do not
5241 % the (first) argument ends when '@end verbatim' is reached, ie:
5939 % argument to @deffn, which ends up writing an index entry, and texindex
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex302 % take effect in \write's, yet the group defined by the \vbox ends
440 % either the null string, or it ends with \^^M---thus there is no danger
725 % message, so this ends up printing `@group can only ...'.
2781 % box from the multistrut, so the strut ends up on a line by itself.
2906 % If we're here, #1 ends with ^^M\ifinfo (for example).
3730 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
3835 % invocation ends. Having called \balancecolumns once, we do not
5117 % the (first) argument ends when '@end verbatim' is reached, ie:
5815 % argument to @deffn, which ends up writing an index entry, and texindex
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex230 their own \dtbeginnode tag. The node ends with an \dtendnode tag, and
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
166 add $ap,$num,$ap ! at the ends too...
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex332 % take effect in \write's, yet the group defined by the \vbox ends
473 % either the null string, or it ends with \^^M---thus there is no danger
694 % message, so this ends up printing `@group can only ...'.
3992 % box from the multistrut, so the strut ends up on a line by itself.
4118 % If we're here, #1 ends with ^^M\ifinfo (for example).
4699 % makeinfo does not expand macros in the argument to @deffn, which ends up
5067 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
5200 % invocation ends. Having called \balancecolumns once, we do not
6724 % the (first) argument ends when '@end verbatim' is reached, ie:
9978 % ends u
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsymtab.c1853 use the line that ends there. Otherwise, in that case, the line
2260 and ends at 0x12c". */
3857 instruction stream and guess where the prologue ends.
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c2353 last -- ends with a forward jump of this sort. */
4444 uncompiled pattern *P_PTR (which ends at PEND). We assume the
4905 regoff_t *starts, regoff_t *ends)
4912 regs->end = ends;
5928 /* 1 if this match ends in the same string (string1 or string2)
6673 (a(b)c(d(e)f)g). When group 3 ends, after the f), the
6926 except the last ends with a jump that in effect jumps past
6979 /* A smart repeat ends with `maybe_pop_jump'.

Completed in 3077 milliseconds

12