/src/usr.bin/make/unit-tests/ |
deptgt-phony.mk | 14 # expect: Expanding "depsrc-phony-pr-15164-*-wildcard"... 15 # expect: Expanding "deptgt-phony-pr-15164-*-wildcard"... 19 depsrc-phony-pr-15164-*-wildcard: .PHONY 26 .PHONY: deptgt-phony-pr-15164-*-wildcard 27 deptgt-phony-pr-15164-*-wildcard: 30 all: depsrc-phony-pr-15164 depsrc-phony-pr-15164-*-wildcard 31 all: deptgt-phony-pr-15164 deptgt-phony-pr-15164-*-wildcard
|
dep-wildcards.mk | 11 # This is not a wildcard rule as implemented by GNU make, as those rules would
|
archive.exp | 16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk 17 list-archive-wildcard: archive-suffix.mk 18 list-archive-wildcard: archive.mk 19 list-archive-wildcard: ternary.mk
|
varmod-sysv.mk | 4 # "from" with "to". It can also use '%' as a wildcard. 161 # a wildcard when it appears on the left-hand side. 167 # wildcard even though the right-hand side does not contain another percent. 173 # wildcard even though the right-hand side does not contain another percent. 184 # Only the first '%' is the wildcard.
|
archive.mk | 23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
|
varmod-match.mk | 313 # *[-x1-3 Incomplete character list after a wildcard, matches those
|
/src/common/dist/zlib/nintendods/ |
Makefile | 60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) 61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) 62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s))) 63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
|
/src/sys/external/bsd/acpica/dist/generate/unix/acpixtract/ |
Makefile | 27 $(wildcard $(ACPIXTRACT)/*.h)
|
/src/sys/netinet6/ |
in6_pcb.c | 838 int matchwild = 3, wildcard; local in function:in6pcb_lookup_local 851 wildcard = 0; 857 wildcard++; 865 wildcard = 0; 868 wildcard++; 871 wildcard++; 874 wildcard++; 887 wildcard++; 894 wildcard++; 901 if (wildcard && !lookup_wildcard [all...] |
/src/sys/external/bsd/acpica/dist/generate/unix/acpibin/ |
Makefile | 27 $(wildcard $(ACPIBIN)/*.h)
|
/src/sys/external/bsd/acpica/dist/generate/unix/acpihelp/ |
Makefile | 29 $(wildcard $(ACPIHELP)/*.h)
|
/src/sys/external/bsd/acpica/dist/generate/unix/acpisrc/ |
Makefile | 27 $(wildcard $(ACPISRC)/*.h)
|
/src/sys/netinet/ |
in_pcb.c | 472 * If the address is not a wildcard, verify that it corresponds to a 961 int wildcard; local in function:inpcb_lookup_local 976 * count the number of wildcard matches. (0 - 2) 979 * A null wildcard match 980 * null B wildcard match 984 wildcard = 0; 986 wildcard++; 989 wildcard++; 992 wildcard++; 998 if (wildcard && !lookup_wildcard [all...] |
/src/sys/external/bsd/acpica/dist/generate/unix/acpidump/ |
Makefile | 28 $(wildcard $(ACPIDUMP)/*.h)
|
/src/sys/external/bsd/acpica/dist/generate/unix/ |
Makefile.config | 151 $(wildcard $(ACPICA_INCLUDE)/*.h) \ 152 $(wildcard $(ACPICA_INCLUDE)/platform/*.h)
|
/src/usr.bin/make/ |
dir.c | 90 * be wildcard-expanded. 592 * See if the given name has any wildcard characters in it and all braces and 755 * expanded word contains wildcard characters, it is expanded further, 837 * The wildcard isn't in the first component. 838 * Find all the components up to the one with the wildcard. 892 const char *brace, *slash, *wildcard, *wildcardComponent; local in function:SearchPath_Expand 914 /* Find the first wildcard in the pattern. */ 915 for (wildcard = pattern; *wildcard != '\0'; wildcard++ [all...] |
/src/sys/dev/isa/ |
isa.c | 88 static const int wildcard[ISACF_NLOCS] = { local in function:isaattach 139 isarescan(self, NULL, wildcard);
|
/src/sys/external/bsd/acpica/dist/generate/unix/acpiexamples/ |
Makefile | 35 $(wildcard $(ACPIEXAMPLES)/*.h)
|
/src/sys/dev/pci/ |
pci.c | 143 static const int wildcard[PCICF_NLOCS] = { local in function:pciattach 207 pcirescan(sc->sc_dev, "pci", wildcard); 710 static const int wildcard[2] = { local in function:pci_find_device1 718 pci_enumerate_bus1(device_private(pcidev), wildcard,
|
/src/ |
build.sh | 905 local wildcard='*' 911 : "${machglob:=${wildcard}}" 912 : "${archglob:=${wildcard}}"
|
/src/sys/external/bsd/acpica/dist/generate/unix/acpiexec/ |
Makefile | 39 $(wildcard $(ACPIEXEC)/*.h)
|
/src/sys/dev/cardbus/ |
cardbus.c | 413 static int wildcard[CARDBUSCF_NLOCS] = { local in function:cardbus_attach_card 431 cardbus_rescan(sc->sc_dev, "cardbus", wildcard);
|
/src/sys/dev/pcmcia/ |
pcmcia.c | 161 static const int wildcard[PCMCIACF_NLOCS] = { local in function:pcmcia_card_attach 210 error = pcmcia_rescan(dev, NULL, wildcard);
|
/src/sys/dev/acpi/ |
acpi_mcfg.c | 530 static const int wildcard[PCICF_NLOCS] = { local in function:acpimcfg_scan_bus 537 pci_enumerate_bus(sc, wildcard, acpimcfg_device_probe, NULL);
|
/src/sys/external/bsd/acpica/dist/generate/unix/iasl/ |
Makefile | 34 $(wildcard $(ASL_COMPILER)/*.h)\
|