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

1 2 3 4

  /src/usr.bin/make/unit-tests/
unexport.mk 11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
opt-define.mk 14 # would not be possible if the variable had been specified on the command line
21 # The variable can be undefined. If the variable had been defined in the
varmod-to-abs.mk 11 # a few restrictions though: The "redirected" path had to start with a slash,
12 # and it had to exist (see ModifyWord_Realpath).
directive-for-lines.mk 7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
directive-unexport.mk 6 # ".unexport-en" had not been detected properly.
shell-csh.mk 18 # the definition of the csh had been wrong since 1993 at least.
varmod-assign-shell.mk 13 # Before 2020.08.25.21.16.53, the variable modifier '::!=' had a bug for
opt-debug-lint.mk 38 # but only in lint mode. Before, it had only silently returned var_Error,
70 # variable modifier had to be separated by colons. This was wrong though
cond-func-empty.mk 98 # stripped off, as can be seen in the -dv debug log. If the space had been
188 # side containing the '!empty' was evaluated though, as it had always been.
198 # without VARE_EVAL (called VARF_WANTRES back then) though. This had the
var-op-default.mk 51 # fixed. Before, the '?=' operator had not expanded the variable name
varmod-remember.mk 26 # ':_' modifier had been evaluated in command line scope, all further
  /src/tests/bin/sh/
t_cmdsub.sh 397 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty \
400 `echo Mary ` `echo had a `
412 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty \
414 Mary had a
421 -o inline:'Mary had 1\nlittle\nlamb\nMary had 4\nlittle\nlambs\n' \
423 Mary had ${N}
445 atf_check -s exit:0 -o inline:'Mary had a little lamb\n' -e empty \
447 Mary had a
632 atf_check -s exit:0 -o inline:'Mary had a\nlittle\nlamb\n' -e empty
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
msacm.d 137 MMRESULT acmFormatEnumA(HACMDRIVER had, LPACMFORMATDETAILSA pafd,
139 MMRESULT acmFormatEnumW(HACMDRIVER had, LPACMFORMATDETAILSW pafd,
141 MMRESULT acmDriverClose(HACMDRIVER had, DWORD fdwClose);
146 MMRESULT acmFormatTagEnumA(HACMDRIVER had, LPACMFORMATTAGDETAILSA paftd,
148 MMRESULT acmFormatTagEnumW(HACMDRIVER had, LPACMFORMATTAGDETAILSW paftd,
  /src/lib/libc/arch/vax/string/
memcmp.S 57 clrl %r0 # we had a match
  /src/external/apache2/llvm/dist/llvm/utils/
update_test_prefix.py 34 if 'had conflicting output from different RUN lines for all functions' in s:
  /src/common/dist/zlib/
gzread.c 182 unsigned had; local
186 had = strm->avail_out;
201 if (strm->avail_out < had)
228 state->x.have = had - strm->avail_out;
  /src/sys/arch/m68k/060sp/dist/
changes 54 4) Beta 1.2 version had the following erratum:
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Program.inc 78 // from its argument to such files because it thinks they already had one.
  /src/common/dist/zlib/contrib/minizip/
skipset.h 154 size_t had = ptr == NULL ? 0 : SET_ALLOC_SIZE(ptr); local
159 set->memory += SET_ALLOC_SIZE(mem) - had;
  /src/external/bsd/zstd/dist/zlibWrapper/
gzread.c 182 unsigned had; local
186 had = strm->avail_out;
215 state.state->x.have = had - strm->avail_out;
  /src/external/gpl3/binutils/dist/zlib/
gzread.c 158 unsigned had; local
162 had = strm->avail_out;
191 state->x.have = had - strm->avail_out;
  /src/external/gpl3/binutils.old/dist/zlib/
gzread.c 179 unsigned had; local
183 had = strm->avail_out;
212 state->x.have = had - strm->avail_out;
  /src/external/gpl3/gdb.old/dist/zlib/
gzread.c 179 unsigned had; local
183 had = strm->avail_out;
212 state->x.have = had - strm->avail_out;
  /src/external/gpl3/gdb/dist/zlib/
gzread.c 158 unsigned had; local
162 had = strm->avail_out;
191 state->x.have = had - strm->avail_out;
  /src/external/bsd/mdocml/dist/
html.c 320 enum roff_tok had; local
326 had = t == NULL ? ROFF_fi : ROFF_nf;
328 if (want != had) {
343 return had;

Completed in 31 milliseconds

1 2 3 4