| /src/usr.bin/make/unit-tests/ |
| sh-leading-plus.exp | 4 echo 'whitespace in leading part' 5 whitespace in leading part
|
| sh-leading-at.exp | 6 whitespace in leading part
|
| sh-leading-hyphen.exp | 10 whitespace in leading part
|
| varmod-quote-dollar.mk | 9 # discards the leading space characters.
|
| varname-dot-makeflags.mk | 5 # the environment variable MAKEFLAGS (without leading '.').
|
| directive-export-gmake.mk | 3 # Tests for the export directive (without leading dot), as in GNU make. 29 export VAR= leading spaces 30 .if ${:!echo "\$VAR"!} != " leading spaces"
|
| var-scope-local-legacy.mk | 14 # command line scope, and they override the target-local variables, leading to
|
| directive-include-guard.exp | 98 Parse_PushInput: target-name-leading-space.tmp:1 99 Parse_PushInput: target-name-leading-space.tmp:1
|
| posix1.mk | 19 # 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
|
| dotwait.mk | 57 # leading to stack overflow and a crash.
|
| varmod-loop-delete.mk | 10 # deleted while it was in use, leading to a use-after-free bug.
|
| directive-include-guard.mk | 584 # If the guard target name has leading spaces, it does not have an effect, 586 CASES+= target-name-leading-space 587 LINES.target-name-leading-space= \ 588 '.if !target( target-name-leading-space)' \ 589 'target-name-leading-space: .NOTMAIN' \ 591 # expect: Parse_PushInput: target-name-leading-space.tmp:1 592 # expect: Parse_PushInput: target-name-leading-space.tmp:1
|
| opt-debug-lint.mk | 90 # expression, leading to '.*=.{1,${:U2}}$'.
|
| varmod-loop-varname.mk | 112 # expression with ${:Uvalue}, leading to different unwanted side effects.
|
| Makefile | 317 TESTS+= sh-leading-at 318 TESTS+= sh-leading-hyphen 319 TESTS+= sh-leading-plus 571 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}
|
| /src/lib/libm/arch/vax/ |
| n_argred.S | 162 * leading: n * pi/2 , n = 0, 1, 2, ..., 29 163 * leading[n] , 166 * leading[n] := (n * pi/2) rounded, 167 * middle[n] := (n * pi/2 - leading[n]) rounded, 168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded . 234 leading: label 235 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 leading 236 .double 0d+1.57079632679489661351e+00 # 1 * pi/2 leading 237 .double 0d+3.14159265358979322702e+00 # 2 * pi/2 leading 238 .double 0d+4.71238898038468989604e+00 # 3 * pi/2 leading [all...] |
| /src/common/lib/libc/arch/m68k/string/ |
| ffs.S | 68 ff1.l %d1 | count leading zeros
|
| /src/usr.bin/sed/TEST/ |
| math.sed | 22 poorly formed expression, leading operator
|
| /src/lib/libc/sys/ |
| makelintstub | 43 (also removes leading "_" on syscall name).
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_extend_impl.inc | 34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the 91 // renormalize the significand and clear the leading bit, then insert
|
| /src/common/lib/libc/arch/sparc64/string/ |
| strlen.S | 93 * Mask off the leading bits: 112 or %o4, %g1, %g1 ! Make leading bytes != 0
|
| /src/usr.bin/ftp/ |
| fetch.c | 452 * leading `/' unless it's an ftp:// URL, as this makes things easier 454 * host and the URL-path removed, but any additional leading slashes 866 const char *leading = hasleading ? ", " : " ("; local 871 fprintf(ttyout, "%svia %s:%u", leading, 873 leading = ", "; 892 fputs(leading, ttyout); 929 const char *leading = hasleading ? ", " : " ("; local 933 fprintf(ttyout, "%swith authorization", leading); 940 fprintf(ttyout, "%swith proxy authorization", leading);
|
| /src/lib/libc/arch/mips/gen/ |
| ldexp.S | 87 * Find out how many leading zero bits are in t2,t3 and put in t9. 122 subu t9, t9, DLEAD_ZEROS # dont count normal leading zeros
|
| /src/usr.bin/xlint/lint1/ |
| lex.c | 78 * as an implicit function call, leading to a parse error. 350 register_keyword(const struct keyword *kw, bool leading, bool trailing) 354 if (!leading && !trailing) { 359 leading ? "__" : "", kw->kw_name, trailing ? "__" : ""); 939 /* Called if lex found a leading "'". */ 978 /* Called if lex found a leading "L'". */
|
| /src/usr.sbin/ofctl/ |
| ofctl.c | 862 int leading = 1; local 878 if (leading) 881 leading = 0;
|