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

/freebsd-11-stable/tools/tools/fixwhite/
H A Dfixwhite.c74 savewhite(char c, bool leading) argument
80 if (leading) {
163 bool leading = true; local
168 savewhite(c, leading);
173 leading = false;
177 if (!leading)
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/config/
H A Dmkmakefile.c192 bool leading; local
201 /* Copy chars before the '=', skipping any leading spaces/quotes. */
202 leading = true;
205 if (leading && (isspace(c) || c == '"'))
208 leading = false;
211 /* If it was all leading space, we don't have a well-formed line. */
212 if (leading) {
222 /* Copy chars after the '=', skipping any leading whitespace. */
223 leading = true;
225 if (leading
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc33 // 2. Quiet NaNs, if supported, are indicated by the leading bit of the
90 // renormalize the significand and clear the leading bit, then insert
/freebsd-11-stable/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-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk17 # Escaped newlines and leading whitespace from the next line are replaced
19 # are retained, but a single leading tab (if any) from the next line is
H A Ddotwait.mk57 # leading to stack overflow and a crash.
H A Descape.mk14 # be replaced, along with any leading white space on the following
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
/freebsd-11-stable/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-11-stable/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-11-stable/sys/mips/mips/
H A Dfp.S1303 * Find out how many leading zero bits are in t2 and put in t9.
1335 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1385 * Find out how many leading zero bits are in t2 and put in t9.
1417 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
1676 move t9, zero # t9 = num of leading zeros
1708 subu t9, t9, SLEAD_ZEROS # dont count leading zeros
1902 move t9, zero # t9 = num of leading zeros
1937 subu t9, t9, DLEAD_ZEROS # dont count leading zeros
3397 * Find out how many leading zero bits are in t2 and put in t9.
3428 subu t9, t9, SLEAD_ZEROS # dont count normal leading zero
[all...]
/freebsd-11-stable/stand/lua/
H A Dcore.lua102 -- Note that this is a decimal representation, despite the leading 0 that in
/freebsd-11-stable/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-11-stable/contrib/amd/doc/
H A Dtexinfo.tex717 % normal leading is inserted relative to the preceding line.
829 % leading; that is exactly what \strutbox is supposed to record.
1935 % future. Used with @smallbook, which sets the leading to 12pt.
6454 % end paragraph for sake of leading, in case document has no blank
7265 % Trim leading and trailing spaces off a string.
7901 % Get args without leading/trailing spaces.
7946 % This (wrongly) does not take account of leading or trailing
9854 % and/or leading, also. Or perhaps we should compute them somehow.
/freebsd-11-stable/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-11-stable/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-11-stable/sys/netinet/
H A Dsctp_output.c7201 int leading; local
7494 leading = SCTP_DATA_CHUNK_OVERHEAD(stcb);
7495 if (M_LEADINGSPACE(chk->data) < leading) {
7503 * all the data if there is no leading space, so we
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2277 * Used to setup the leading connection on a port. Completes on the
2286 * in host memory. This ramrod is send on the leading connection CID and
2291 * Used to update the state of the leading connection, usually to udpate
2292 * the RSS indirection table. Completes on the RCQ of the leading
2299 * use this on the leading connection.
2303 * the RCQ of the leading connection.
2307 * on the RCQ of the leading connection (since the current connection
2311 * Used to tear down the leading connection prior to driver unload,
4108 * Close multi and leading connections
10331 /* ensure that HC_CONFIG is written before leading/trailin
11301 bxe_get_q_flags(struct bxe_softc *sc, struct bxe_fastpath *fp, uint8_t leading) argument
11468 bxe_setup_queue(struct bxe_softc *sc, struct bxe_fastpath *fp, uint8_t leading) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1833 ERROR: _SM_CONF_BROKEN_STRTOD (without the leading _).
4161 ** Skip white space and pick up leading +/- sign if any.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3346 // We get this symbol by skipping leading blanks and optional +/- sign.

Completed in 713 milliseconds