Searched refs:SUBST (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-var.exp2 Global: SUBST = # (empty)
3 Global: SUBST = value
H A Dopt-debug-var.mk11 # TODO: Explain why the empty assignment "Global: SUBST = " is needed.
12 # expect: Global: SUBST = value
13 SUBST:= value macro
/freebsd-current/sys/contrib/openzfs/cmd/
H A DMakefile.am14 $(call SUBST,fsck.zfs,%D%/)
105 $(call SUBST,arcstat,%D%/)
106 $(call SUBST,dbufstat,%D%/)
107 $(call SUBST,zilstat,%D%/)
/freebsd-current/usr.bin/sed/
H A Ddefs.h120 SUBST, /* s */ enumerator in enum:e_args
H A Dcompile.c111 {'s', 2, SUBST},
313 case SUBST: /* s */
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1640 case SUBST: {
1880 case SUBST: Result = "!subst"; break;
H A DTGParser.cpp1878 Code = TernOpInit::SUBST;
/freebsd-current/crypto/openssl/
H A DConfigure1965 my $variable_subst_re = qr/\/(?P<RE>(?:\\\/|.)*?)\/(?P<SUBST>.*?)/;
1995 my $subst = $+{SUBST};
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h986 SUBST,

Completed in 128 milliseconds