Searched refs:leading (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-vxworks.c35 char leading; local
37 leading = bfd_get_symbol_leading_char (abfd);
38 if (leading)
40 if (*name != leading)
/freebsd-9.3-release/contrib/ngatm/libngatm/
H A Dunimsg.c86 size_t len, leading, newsize; local
90 leading = m->b_rptr - m->b_buf;
97 m->b_rptr = m->b_buf + leading;
/freebsd-9.3-release/lib/libc/net/
H A Dgetnetbydns.c102 * The result does not include any leading 0s of in.
111 int leading = 1; local
118 if (leading && p - start == 1 && *start == '0')
122 leading = 0;
142 leading = 1;
146 leading = 0;
149 if (!leading && i > 0 && len[i - 1])
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c302 * leading `/' unless it's an ftp:// URL, as this makes things easier
304 * host and the URL-path removed, but any additional leading slashes
603 const char *leading; local
763 leading = " (";
767 fprintf(ttyout, "%svia %s:%s", leading,
769 leading = ", ";
799 fputs(leading, ttyout);
804 leading = ", ";
819 leading);
820 leading
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c65 a leading quote. */
311 leading directories, as possible completions, because `word'
319 candidate completion. The loop below removes that leading
404 /* Since text always contains some number of characters leading up
H A Dada-lang.c554 3. Discard leading _ada_.
682 * suffixes that encode debugging information or leading _ada_ on
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dldexp.S89 * Find out how many leading zero bits are in t2,t3 and put in t9.
124 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S1301 * Find out how many leading zero bits are in t2 and put in t9.
1333 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1383 * Find out how many leading zero bits are in t2 and put in t9.
1415 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
1674 move t9, zero # t9 = num of leading zeros
1706 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1900 move t9, zero # t9 = num of leading zeros
1935 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
3395 * Find out how many leading zero bits are in t2 and put in t9.
3426 subu t9, t9, SLEAD_ZEROS # dont count normal leading zero
[all...]
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf605 R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c849 char leading; local
859 leading = bfd_get_symbol_leading_char (info->abfd);
865 if (leading != '\0' && *n == leading)
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY62 only advance TCP state for packets on the leading edge of the window. (B1)
81 m_pulldown isn't properly handled, leading to possible panics with ICMPv6
115 some TCP state steps when closing do not update timeouts, leading to
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex212 % leading; that is exactly what \strutbox is supposed to record.
756 % normal leading is inserted relative to the preceding line.
1421 % Default leading.
5499 % Trim leading and trailing spaces off a string.
6821 % and/or leading, also. Or perhaps we should compute them somehow.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex221 % leading; that is exactly what \strutbox is supposed to record.
780 % normal leading is inserted relative to the preceding line.
1488 % Default leading.
5695 % Trim leading and trailing spaces off a string.
7040 % and/or leading, also. Or perhaps we should compute them somehow.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex213 % leading; that is exactly what \strutbox is supposed to record.
757 % normal leading is inserted relative to the preceding line.
1422 % Default leading.
5571 % Trim leading and trailing spaces off a string.
6893 % and/or leading, also. Or perhaps we should compute them somehow.
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c2346 * Used to setup the leading connection on a port. Completes on the
2355 * in host memory. This ramrod is send on the leading connection CID and
2360 * Used to update the state of the leading connection, usually to udpate
2361 * the RSS indirection table. Completes on the RCQ of the leading
2368 * use this on the leading connection.
2372 * the RCQ of the leading connection.
2376 * on the RCQ of the leading connection (since the current connection
2380 * Used to tear down the leading connection prior to driver unload,
4249 * Close multi and leading connections
10697 /* ensure that HC_CONFIG is written before leading/trailin
11660 bxe_get_q_flags(struct bxe_softc *sc, struct bxe_fastpath *fp, uint8_t leading) argument
11838 bxe_setup_queue(struct bxe_softc *sc, struct bxe_fastpath *fp, uint8_t leading) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c1764 ERROR: _SM_CONF_BROKEN_STRTOD (without the leading _).
4092 ** Skip white space and pick up leading +/- sign if any.

Completed in 489 milliseconds