Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/cmd/
H A DMakefile.am14 $(call SUBST,fsck.zfs,%D%/)
107 $(call SUBST,arcstat,%D%/)
108 $(call SUBST,dbufstat,%D%/)
109 $(call SUBST,zilstat,%D%/)
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dopt-debug-var.exp2 Global: SUBST = # (empty)
3 Global: SUBST = value
H A Dopt-debug-var.mk13 SUBST:= value
/freebsd-14.2/sys/contrib/openzfs/config/
H A DSubstfiles.am29 define SUBST macro
47 $(SUBSTFILES): $(call SUBST,%,)
/freebsd-14.2/usr.bin/sed/
H A Ddefs.h122 SUBST, /* s */ enumerator
H A Dcompile.c114 {'s', 2, SUBST},
316 case SUBST: /* s */ in compile_stream()
/freebsd-14.2/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.cpp1878 Code = TernOpInit::SUBST; in ParseOperation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h986 SUBST, enumerator