HomeSort by: relevance | last modified time | path
    Searched refs:wildcard (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /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
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
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
dep-wildcards.mk 11 # This is not a wildcard rule as implemented by GNU make, as those rules would
dep-wildcards.mk 11 # This is not a wildcard rule as implemented by GNU make, as those rules would
  /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)/*.*)))
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)/*.*)))
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)
Makefile 27 $(wildcard $(ACPIXTRACT)/*.h)
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...]
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...]
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)
Makefile 27 $(wildcard $(ACPIBIN)/*.h)
Makefile 27 $(wildcard $(ACPIBIN)/*.h)
  /src/sys/external/bsd/acpica/dist/generate/unix/acpihelp/
Makefile 29 $(wildcard $(ACPIHELP)/*.h)
Makefile 29 $(wildcard $(ACPIHELP)/*.h)
Makefile 29 $(wildcard $(ACPIHELP)/*.h)
  /src/sys/external/bsd/acpica/dist/generate/unix/acpisrc/
Makefile 27 $(wildcard $(ACPISRC)/*.h)
Makefile 27 $(wildcard $(ACPISRC)/*.h)
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...]

Completed in 46 milliseconds

1 2 3