/src/usr.bin/make/unit-tests/ |
varname-dot-parsedir.exp | 3 make: varname-dot-parsedir.mk:48: The location is no longer fake.
|
varname-dot-parsefile.exp | 3 make: varname-dot-parsefile.mk:43: The location is no longer fake.
|
jobs-empty-commands-error.mk | 6 # 2021-01-29, these empty files are no longer created. 9 # made led to longer error messages than necessary.
|
suff-clear-single.mk | 6 # There's a rule for issue3.a, but .a is no longer a known suffix when
|
jobs-empty-commands.mk | 6 # 2021-01-29, these empty files are no longer created.
|
suff-main.mk | 19 # inference rule (OP_TRANSFORM). As a side effect, this target is no longer
|
varname-dot-parsedir.mk | 47 # expect+1: The location is no longer fake. 48 .info The location is no longer fake.
|
varname-dot-parsefile.mk | 42 # expect+1: The location is no longer fake. 43 .info The location is no longer fake.
|
job-output-long-lines.mk | 11 # output lines that are longer than this buffer size, these output pieces are
|
varmod-subst.mk | 51 # The :S modifier does not match if the pattern is longer than the word. 73 # The :S modifier with a '$' anchor and a pattern that is longer than a word 85 # starts with the pattern but is longer than the pattern. 91 # with the pattern but is longer than the pattern. 97 # pattern ends with the word but is longer than the word. 103 # pattern starts with the word but is longer than the word.
|
varmod-loop-varname.mk | 14 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the 84 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
|
dir.mk | 46 # They had been broken at least since 2003-01-01, probably even longer.
|
varmod-remember.mk | 57 # is no longer expanded.
|
varmod-no-match.mk | 82 # due to the '!empty', the expression to be evaluated no longer starts with
|
opt-keep-going-indirect.mk | 24 # longer listed as "not remade because of errors".
|
varname-makeflags.mk | 36 # variable MAKEFLAGS, it is no longer split. In this example, the word 55 # At this point, the 'VARNAME WITH SPACES' is no longer recognizable as a
|
/src/doc/ |
TODO.compat-module | 5 1. Removed the building of the compat library - it is no longer needed. 28 module is no longer available. 32 monolithic versions of these modules are no longer provided.
|
/src/lib/librumpuser/ |
configure.ac | 52 dnl pthread_setname() sillyness is a bit longer; we need the signature
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
r7s9210-rza2mevb.dts | 10 * - SCIF4 connected to the on-board USB-serial can no longer be used as the 17 * - The first Ethernet channel can no longer be used,
|
/src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
asconvrt.c | 1419 * the number of long lines (lines longer than 80 chars). 1455 VERBOSE_PRINT (("%u Lines longer than 80 found in %s\n",
|
asremove.c | 418 NOTE: This function is no longer used and is commented out for now.
|
/src/sbin/routed/ |
radix.c | 144 int longer = (*(u_char *)n++) - (int)(*(u_char *)m++); local in function:rn_refines 147 if (longer > 0) 148 lim -= longer; 158 if (masks_are_equal && (longer < 0)) 159 for (lim2 = m - longer; m < lim2; ) 488 return 1; /* not really, but need to check longer one first */
|
/src/sys/net/ |
radix.c | 171 int longer = (*(const u_char *)n++) - (int)(*(const u_char *)m++); local in function:rn_refines 174 if (longer > 0) 175 lim -= longer; 185 if (masks_are_equal && (longer < 0)) 186 for (lim2 = m - longer; m < lim2; ) 563 return 1; /* not really, but need to check longer one first */
|
/src/etc/namedb/ |
bind.keys | 29 # harmless, but is no longer useful and is not recommended.
|
/src/usr.bin/printf/ |
printf.c | 668 mklong(const char *str, char ch, char longer) 680 copy[len - 3] = longer;
|