Searched refs:had (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dunexport.mk11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
H A Dvarmod-to-abs.mk11 # a few restrictions though: The "redirected" path had to start with a slash,
12 # and it had to exist (see ModifyWord_Realpath).
H A Ddirective-for-lines.mk7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
H A Ddirective-unexport.mk6 # ".unexport-en" had not been detected properly.
H A Dshell-csh.mk18 # the definition of the csh had been wrong since 1993 at least.
H A Darchive.mk41 # XXX: I had expected that this dependency would select all *.mk files from
H A Ddirective-for.mk36 # Until 2012-06-03, it had split the items exactly at whitespace, without
37 # taking the quotes into account. This had resulted in 10 words.
119 # Until 2012-06-03, the .for loop had split the words at whitespace, without
H A Dvar-op-default.mk51 # fixed. Before, the '?=' operator had not expanded the variable name
H A Dvarmod-match-escape.mk37 # If ApplyModifier_Match had used the same parsing algorithm as Var_Subst,
H A Dcond-func-empty.mk85 # stripped off, as can be seen in the -dv debug log. If the space had been
172 # then) though. This had the effect that the ${:U1} from the value of VARNAME
H A Dvarmod-loop.mk85 # loop variable to the value it had before the loop. This would result in
142 # longer take place since they had only been active during the evaluation of
H A Dcond-op.mk12 # If make had the same precedence for both && and ||, like in the shell,
H A Dvarmisc.mk186 # Before that, it had complained about unclosed variables only when
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh397 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
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dhtml.c305 enum roff_tok had; local
311 had = t == NULL ? ROFF_fi : ROFF_nf;
313 if (want != had) {
328 return had;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc81 // from its argument to such files because it thinks they already had one.
/freebsd-13-stable/usr.sbin/ppp/
H A Droute.c213 int mib[6], have, had; local
256 had = have;
258 if (had)
273 memset(ifs + had, '\0', sizeof(char *) * (have - had));
/freebsd-13-stable/sys/contrib/zlib/
H A Dgzread.c182 unsigned had; local
186 had = strm->avail_out;
215 state->x.have = had - strm->avail_out;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c191 unsigned had; local
195 had = strm->avail_out;
224 state.state->x.have = had - strm->avail_out;
/freebsd-13-stable/contrib/bmake/mk/
H A Dgendirdeps.mk235 # DIRDEPS represent things that had to have been built first
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk21 # In case the config had a makeoptions DESTDIR...
/freebsd-13-stable/share/mk/
H A Dgendirdeps.mk236 # DIRDEPS represent things that had to have been built first
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql432 /* The size in bytes of the working file when it had no local text
458 /* ### Originally we had a wc-1.0 like skel in this place, so we
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua208 -- script actually sourced it in. It had a pretty common format, so we should
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec614 - require the version of openssl we had when we were built

Completed in 200 milliseconds

12