HomeSort by: relevance | last modified time | path
    Searched refs:longer (Results 1 - 25 of 31) sorted by relevancy

1 2

  /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.
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 52 # The :S modifier does not match if the pattern is longer than the word.
74 # The :S modifier with a '$' anchor and a pattern that is longer than a word
86 # starts with the pattern but is longer than the pattern.
92 # with the pattern but is longer than the pattern.
98 # pattern ends with the word but is longer than the word.
104 # 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
varmod-remember.mk 57 # is no longer expanded.
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
var-eval-short.mk 42 # Since var.c 1.907 from 2021-04-04, a '$' is no longer allowed in the
varmod-match.mk 283 # Since 2023-06-22, Str_Match no longer backtracks.
356 # XXX: Even matches strings that are longer than a single
moderrs.mk 92 # error. In the remainder of the text, the '$,' is no longer parsed
varname.mk 78 # other can be accessed. In this case, the longer variable name is defined
cond-func-empty.mk 30 # no longer empty, but it is still based on an undefined variable. There are
varmod-sysv.mk 220 # lasts longer than expected. The whole expression initially has the value
varmod-to-separator.mk 253 # longer accepts this escape and complains.
  /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/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 1311 * the number of long lines (lines longer than 80 chars).
1347 VERBOSE_PRINT (("%u Lines longer than 80 found in %s\n",
asremove.c 310 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
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
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;
  /src/share/mk/
bsd.doc.mk 39 # no longer present in the file system and do not need to be known

Completed in 43 milliseconds

1 2