Home
last modified time | relevance | path

Searched refs:SUBST (Results 1 – 10 of 10) sorted by relevance

/freebsd/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/contrib/bmake/unit-tests/
H A Dopt-debug-var.exp2 Global: SUBST = # (empty)
3 Global: SUBST = value
H A Dvarmod-undefined.mk81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}}
84 .if ${SUBST} != " . : } <space>\\ "
H A Dopt-debug-var.mk14 SUBST:= value
/freebsd/sys/contrib/openzfs/config/
H A DSubstfiles.am29 define SUBST
47 $(SUBSTFILES): $(call SUBST,%,)
28 define SUBST global() macro
/freebsd/usr.bin/sed/
H A Ddefs.h120 SUBST, /* s */ enumerator
H A Dcompile.c111 {'s', 2, SUBST},
313 case SUBST: /* s */ in compile_stream()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1640 case SUBST: { in Fold()
1880 case SUBST: Result = "!subst"; break; in getAsString()
H A DTGParser.cpp1884 Code = TernOpInit::SUBST; in ParseOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h986 SUBST, enumerator