Searched refs:depends (Results 1 - 25 of 123) sorted by relevance

12345

/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-ignore.exp6 Making depends-on-ignored from error-ignored.
H A Dsuff-incomplete.exp20 Target ".a.c" depends on "${.PREFIX}.dependency"
H A Ddirective-export.mk57 # modifier depends on the 'TZ' environment variable, without any subprocess.
H A Dvarname-dot-make-save_dollars.mk12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make
H A Dcond-undef-lint.mk31 # The variable name depends on the undefined variable, which is probably a
H A Dvarmod-match-escape.mk73 # The control flow of the pattern parser depends on the actual string that
H A Dsuff-main-several.exp61 Target "next-main" depends on "suff-main-several.{2,3,4}"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-pcrel-relax-0.d6 # where the address referred depends on the size of the instruction;
H A Dmips16-pcrel-relax-2.d6 # where the address referred depends on the size of the instruction;
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); }
72 # build depends on.
88 my @list = @{ $self->{info}->{depends}->{$thing} //
89 $self->{info}->{depends}->{$extensionlessthing}
100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'};
140 } @{$self->{info}->{depends}->{$item} // []}
219 generator_deps => $self->{info}->{depends}->{$script} // [],
220 deps => $self->{info}->{depends}->{$src} // [],
227 foreach (@{$self->{info}->{depends}->{$src} // []}) {
244 deps => $self->{info}->{depends}
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]):
19 self.depends = depends
24 for i in self.depends:
39 Decl('static_assert(X{.n=1}.n == 1, "");\n', depends=['X']),
40 Decl('X %(name)s;\n', depends=['X']),
/netbsd-current/distrib/syspkg/mk/
H A Dbsd.syspkg.mk167 PKG_ARGS_COMMON+= -P "`${MAKE} ${MAKEFLAGS} run-depends-list PACKAGE_DEPENDS_QUICK=true|sort -u`"
427 # Show (recursively) all the packages this package depends on.
434 .if !target(run-depends-list)
435 run-depends-list:
454 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} run-depends-list; \
460 .endif # target(run-depends-list)
483 .if !target(install-depends)
484 install-depends:
525 print-pkg-size-depends:
526 @(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} run-depends
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Drsh1aors_n.asm155 L(cj1): ADDSUBE x1, x1, x1 C pseudo-depends on x1
163 ADDSUBE x1, x1, x1 C pseudo-depends on x1
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dheaderutils.py335 depends = macros[1]
347 if len (depends) > 0:
348 disp_message = disp_message + " " + str(len (depends)) + " #if dependencies"
350 for x in depends:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dheaderutils.py335 depends = macros[1]
347 if len (depends) > 0:
348 disp_message = disp_message + " " + str(len (depends)) + " #if dependencies"
350 for x in depends:
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure1946 my %depends = ();
2198 => sub { $push_to->(\%depends, $expand_variables->($+{INDEX}),
2199 \$attributes{depends}, $+{ATTRIBS},
2379 foreach (keys %depends) {
2398 foreach (@{$depends{$dest}}) {
2411 $unified_info{depends}->{$ddest}->{$d} = 1;
2414 $unified_info{attributes}->{depends}->{$ddest}->{$d} =
2415 $attributes{depends}->{$dest}->{$_}
2416 if defined $attributes{depends}->{$dest}->{$_};
2582 foreach my $dest (keys %{$unified_info{depends}}) {
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap-opts.def142 This script depends on$REQUIREDCMDS
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/
H A DQuery.pm110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []};
/netbsd-current/usr.bin/config/
H A Dgram.y210 %type <attrlist> depend_list depends
606 /* list of depends, may be empty */
609 | ':' depends { $$ = $2; }
613 depends: label
615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); }
623 /* list of option depends, may be empty */
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
H A Daorsmul_1.asm154 jz L(end) C depends on old shift
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dlshift.asm43 C * A53's speed depends on alignment, tune/speed -w1 gives 3.5, -w0 gives 4.0.
H A Drshift.asm43 C * A53's speed depends on alignment, but not as simply as for lshift/lshiftc.
H A Dlshiftc.asm43 C * A53's speed depends on alignment, tune/speed -w1 gives 3.5, -w0 gives 4.0.
/netbsd-current/external/bsd/openldap/dist/build/
H A Dtop.mk84 # libtool --only flag for modules: depends on linkage of module
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DNOTES.PERL69 depends on it.

Completed in 299 milliseconds

12345