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

12

/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-leading-plus.exp4 echo 'whitespace in leading part'
5 whitespace in leading part
H A Dsh-leading-at.exp6 whitespace in leading part
H A Dsh-leading-hyphen.exp10 whitespace in leading part
H A Dvarmod-quote-dollar.mk9 # discards the leading space characters.
H A Dvarname-dot-makeflags.mk5 # the environment variable MAKEFLAGS (without leading '.').
H A Ddirective-export-gmake.mk3 # Tests for the export directive (without leading dot), as in GNU make.
29 export VAR= leading spaces
30 .if ${:!echo "\$VAR"!} != " leading spaces"
H A Dvar-scope-local-legacy.mk14 # command line scope, and they override the target-local variables, leading to
H A Dvarmod-loop-delete.mk10 # deleted while it was in use, leading to a use-after-free bug.
H A Dposix1.mk19 # Escaped newlines and leading whitespace from the next line are replaced
21 # 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 DMakefile305 TESTS+= sh-leading-at
306 TESTS+= sh-leading-hyphen
307 TESTS+= sh-leading-plus
488 sh-leading-hyphen \
614 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}
H A Dvarmisc.mk70 # interpreted as 'yes', due to the leading '$'; see ParseBoolean.
H A Dvarmod-loop-varname.mk116 # expression with ${:Uvalue}, leading to different unwanted side effects.
H A Dopt-debug-lint.mk90 # expression, leading to '.*=.{1,${:U2}}$'.
/freebsd-current/tools/tools/fixwhite/
H A Dfixwhite.c72 savewhite(char c, bool leading) argument
78 if (leading) {
161 bool leading = true; local
166 savewhite(c, leading);
171 leading = false;
175 if (!leading)
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc189 bool leading; local
198 /* Copy chars before the '=', skipping any leading spaces/quotes. */
199 leading = true;
202 if (leading && (isspace(c) || c == '"'))
205 leading = false;
208 /* If it was all leading space, we don't have a well-formed line. */
209 if (leading) {
219 /* Copy chars after the '=', skipping any leading whitespace. */
220 leading = true;
222 if (leading
[all...]
/freebsd-current/lib/libc/net/
H A Dgetnetbydns.c98 * The result does not include any leading 0s of in.
107 int leading = 1; local
114 if (leading && p - start == 1 && *start == '0')
118 leading = 0;
138 leading = 1;
142 leading = 0;
145 if (!leading && i > 0 && len[i - 1])
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c333 bool leading = TRUE; local
350 leading = FALSE;
351 if (!leading) {
/freebsd-current/contrib/libpcap/
H A Dfmtutils.c99 #define SURROGATE_VALUE(leading, trailing) \
100 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
146 * for c being a leading
166 * Not a leading surrogate.
171 * a preceding leading surrogate.
/freebsd-current/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
88 // Renormalize the significand and clear the leading bit.
/freebsd-current/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-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltestsane.sh6 # does sanity check enforce leading slash?
7 ${subject} info -q missing.leading.slash 2>/dev/null
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile308 TESTS+= sh-leading-at
309 TESTS+= sh-leading-hyphen
310 TESTS+= sh-leading-plus
491 sh-leading-hyphen \
617 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}
/freebsd-current/share/mk/
H A Dbsd.linker.mk72 # Strip any leading PACKAGE_VENDOR string (e.g. "Homebrew")
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c833 /* illegal leading blanks */
5617 for (const int *leading = leading_list; *leading >= 0; leading++) {
5620 set_subtest("leading=%d bigtoken=%d fillsize=%d", *leading, *bigtoken,
5623 assert_true(*leading + *bigtoken <= document_length);
5628 if (*leading) {
5629 assert_true(*leading >= 3); // or the test case is invalid
5633 document[*leading
[all...]

Completed in 406 milliseconds

12