Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/freetype/builds/unix/
Ddetect.mk21 is_unix := $(strip $(wildcard /sbin/init) \
22 $(wildcard /usr/sbin/init) \
23 $(wildcard /dev/null) \
24 $(wildcard /hurd/auth))
83 have_Makefile := $(wildcard $(OBJ_DIR)/Makefile)
/third_party/skia/third_party/externals/freetype/builds/
Dtoplevel.mk62 ifneq ($(wildcard $(OBJ_DIR)/modules.cfg),)
96 ifeq ($(wildcard $(CONFIG_MK)),)
119 ifeq ($(wildcard $(TOP_DIR)/src/dlg/dlg.*),)
120 ifeq ($(wildcard $(TOP_DIR)/subprojects/dlg/*),)
135 is_unix := $(strip $(wildcard /sbin/init) \
136 $(wildcard /usr/sbin/init) \
137 $(wildcard /dev/null) \
138 $(wildcard /hurd/auth))
178 ifeq ($(wildcard include/dlg),)
Dfreetype.mk177 ifneq ($(wildcard $(OBJ_DIR)/ftoption.h),)
179 else ifneq ($(wildcard $(PLATFORM_DIR)/ftoption.h),)
183 PUBLIC_H := $(wildcard $(PUBLIC_DIR)/*.h)
184 INTERNAL_H := $(wildcard $(INTERNAL_DIR)/*.h) \
185 $(wildcard $(SERVICES_DIR)/*.h)
186 CONFIG_H := $(wildcard $(CONFIG_DIR)/*.h) \
187 $(wildcard $(PLATFORM_DIR)/config/*.h) \
190 DEVEL_H := $(wildcard $(TOP_DIR)/devel/*.h)
/third_party/selinux/libsepol/include/
DMakefile12 install -m 644 $(wildcard sepol/*.h) $(DESTDIR)$(INCDIR)
13 install -m 644 $(wildcard sepol/policydb/*.h) $(DESTDIR)$(INCDIR)/policydb
14 install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(DESTDIR)$(INCDIR)/cil
17 ../../scripts/Lindent $(wildcard sepol/*.h)
/third_party/icu/icu4c/source/tools/tzcode/
DMakefile.in15 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
18 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
DMakefile.in15 TZDATA = $(firstword $(wildcard ./tzdata*.tar.gz) $(wildcard $(srcdir)/tzdata*.tar.gz))
18 TZCODE = $(firstword $(wildcard ./tzcode*.tar.gz) $(wildcard $(srcdir)/tzcode*.tar.gz))
/third_party/selinux/libsepol/tests/
DMakefile34 objs := $(patsubst %.c,%.o,$(sort $(wildcard *.c)))
40 m4support := $(wildcard policies/support/*.spt)
41 testsuites := $(wildcard policies/test-*)
42 policysrc := $(foreach path,$(testsuites),$(wildcard $(path)/*.conf))
/third_party/selinux/libsepol/src/
DMakefile20 OBJS= $(patsubst %.c,%.o,$(sort $(wildcard *.c)))
21 LOBJS= $(patsubst %.c,%.lo,$(sort $(wildcard *.c)))
27 OBJS += $(sort $(patsubst %.c,%.o,$(sort $(wildcard $(CILDIR)/src/*.c)) $(CIL_GENERATED)))
28 LOBJS += $(sort $(patsubst %.c,%.lo,$(sort $(wildcard $(CILDIR)/src/*.c)) $(CIL_GENERATED)))
103 ../../scripts/Lindent $(wildcard *.[ch])
/third_party/zlib/nintendods/
DMakefile60 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)/*.*)))
/third_party/optimized-routines/networking/
DDir.mk15 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])
16 networking-test-srcs := $(wildcard $(S)/test/*.c)
18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
/third_party/node/deps/v8/tools/
DMakefile.tags10 $(V8_DIR)/gtags.files: $(wildcard $(addprefix $(V8_DIR)/,$(shell cat $(V8_DIR)/gtags.files 2> /dev/…
17 $(V8_DIR)/GPATH $(V8_DIR)/GRTAGS $(V8_DIR)/GSYMS $(V8_DIR)/GTAGS: $(V8_DIR)/gtags.files $(wildcard
20 $(V8_DIR)/tags: $(V8_DIR)/gtags.files $(wildcard $(addprefix $(V8_DIR)/,$(shell cat $(V8_DIR)/gtags…
/third_party/ltp/include/mk/
Denv_post.mk50 MAKE_TARGETS ?= $(notdir $(patsubst %.c,%,$(sort $(wildcard $(abs_srcdir)/*.c))))
75 INSTALL_TARGETS := $(wildcard $(addprefix $(abs_srcdir)/,$(INSTALL_TARGETS)))
92 CHECK_TARGETS ?= $(addprefix check-,$(notdir $(patsubst %.c,%,$(sort $(wildcard $(abs_srcdir)/*.c…
97 SHELL_CHECK_TARGETS ?= $(addprefix check-,$(notdir $(sort $(wildcard $(abs_srcdir)/*.sh))))
/third_party/curl/lib/
Dftp.c3782 struct WildcardData *wildcard = data->wildcard; in init_wc_data() local
3790 wildcard->state = CURLWC_CLEAN; in init_wc_data()
3794 wildcard->pattern = strdup(last_slash); in init_wc_data()
3795 if(!wildcard->pattern) in init_wc_data()
3801 wildcard->pattern = strdup(path); in init_wc_data()
3802 if(!wildcard->pattern) in init_wc_data()
3807 wildcard->state = CURLWC_CLEAN; in init_wc_data()
3830 wildcard->ftpwc = ftpwc; /* put it to the WildcardData tmp pointer */ in init_wc_data()
3831 wildcard->dtor = wc_data_dtor; in init_wc_data()
3843 wildcard->path = strdup(ftp->path); in init_wc_data()
[all …]
/third_party/optimized-routines/math/
DDir.mk9 math-lib-srcs := $(wildcard $(S)/*.[cS])
15 math-test-host-srcs := $(wildcard $(S)/test/rtest/*.[cS])
17 math-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
89 math-tests := $(wildcard $(S)/test/testcases/directed/*.tst)
90 math-rtests := $(wildcard $(S)/test/testcases/random/*.tst)
/third_party/skia/third_party/externals/brotli/
DMakefile2 LIBSOURCES = $(wildcard c/common/*.c) $(wildcard c/dec/*.c) \
3 $(wildcard c/enc/*.c)
/third_party/fsverity-utils/
DMakefile107 COMMON_HEADERS := $(wildcard common/*.h)
125 LIB_SRC := $(wildcard lib/*.c)
129 LIB_HEADERS := $(wildcard lib/*.h) $(COMMON_HEADERS)
164 ALL_PROG_SRC := $(wildcard programs/*.c)
166 ALL_PROG_HEADERS := $(wildcard programs/*.h) $(COMMON_HEADERS)
179 TEST_PROG_SRC := $(wildcard programs/test_*.c)
/third_party/optimized-routines/string/
DDir.mk15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])
16 string-test-srcs := $(wildcard $(S)/test/*.c)
17 string-bench-srcs := $(wildcard $(S)/bench/*.c)
19 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
/third_party/musl/porting/linux/user/
DMakefile24 BASE_SRCS = $(sort $(wildcard $(BASE_GLOBS)))
25 ARCH_SRCS = $(sort $(wildcard $(ARCH_GLOBS)))
59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h)
60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h)
61 INCLUDES = $(wildcard $(srcdir)/include/*.h $(srcdir)/include/*/*.h)
105 obj/src/internal/version.h: $(wildcard $(srcdir)/VERSION $(srcdir)/.git)
118 OPTIMIZE_SRCS = $(wildcard $(OPTIMIZE_GLOBS:%=$(srcdir)/src/%))
/third_party/musl/porting/liteos_a/user_debug/
DMakefile24 BASE_SRCS = $(sort $(wildcard $(BASE_GLOBS)))
25 ARCH_SRCS = $(sort $(wildcard $(ARCH_GLOBS)))
59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h)
60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h)
61 INCLUDES = $(wildcard $(srcdir)/include/*.h $(srcdir)/include/*/*.h)
105 obj/src/internal/version.h: $(wildcard $(srcdir)/VERSION $(srcdir)/.git)
118 OPTIMIZE_SRCS = $(wildcard $(OPTIMIZE_GLOBS:%=$(srcdir)/src/%))
/third_party/musl/
DMakefile24 BASE_SRCS = $(sort $(wildcard $(BASE_GLOBS)))
25 ARCH_SRCS = $(sort $(wildcard $(ARCH_GLOBS)))
59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h)
60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h)
61 INCLUDES = $(wildcard $(srcdir)/include/*.h $(srcdir)/include/*/*.h)
105 obj/src/internal/version.h: $(wildcard $(srcdir)/VERSION $(srcdir)/.git)
118 OPTIMIZE_SRCS = $(wildcard $(OPTIMIZE_GLOBS:%=$(srcdir)/src/%))
/third_party/selinux/libselinux/include/
DMakefile9 install -m 644 $(wildcard selinux/*.h) $(DESTDIR)$(INCDIR)
14 ../../scripts/Lindent $(wildcard selinux/*.h)
/third_party/selinux/libsepol/utils/
DMakefile10 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c)))
22 ../../scripts/Lindent $(wildcard *.[ch])
/third_party/ltp/testcases/kernel/syscalls/utils/
Dnewer_64.mk28 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
42 ifneq ($(wildcard $(NEWER_64_H)),)
Dcompat_16.mk53 SRCS ?= $(sort $(wildcard $(abs_srcdir)/*.c))
69 ifneq ($(wildcard $(COMPAT_16_H)),)
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c65 struct deref_node *wildcard; member
209 if (parent->wildcard == NULL) { in get_deref_node_recur()
210 parent->wildcard = in get_deref_node_recur()
214 return parent->wildcard; in get_deref_node_recur()
278 if (node->wildcard) { in foreach_deref_node_worker()
279 foreach_deref_node_worker(node->wildcard, in foreach_deref_node_worker()
349 if (node->wildcard && in path_may_be_aliased_node()
350 path_may_be_aliased_node(node->wildcard, path + 1, state)) in path_may_be_aliased_node()

12345678910>>...14