Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 25 of 121) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A DMakefile12 rm -f *.o rtk_hciattach tags cscope.*
16 find ./ -name "*.h" -o -name "*.c" -o -name "*.cc" -o -name "*.cpp" > cscope.files
17 cscope -bkq -i cscope.files
/OK3568_Linux_fs/external/security/rk_tee_user/v2/
H A DMakefile98 .PHONY: cscope
99 cscope: target
101 ${q}rm -f cscope.*
102 ${q}find $(PWD) -name "*.[ch]" -o -name "*.cpp" | grep -v /package/ > cscope.files
103 ${q}cscope -b -q -k
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A DMakefile120 EXTRA_CLEAN += $(LIBKVM_C_OBJ) $(LIBKVM_S_OBJ) $(STATIC_LIBS) cscope.*
137 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. target
138 cscope: target
139 $(RM) cscope.*
143 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
144 cscope -b
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A DMakefile17 find ./ -name "*.h" -o -name "*.c" -o -name "*.cc" -o -name "*.cpp" > cscope.files
18 cscope -bkq -i cscope.files
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/cscope/
H A Dcscope_15.9.bb12 HOMEPAGE = "http://cscope.sourceforge.net/"
21 SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/v${PV}/${BP}.tar.gz"
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A DMakefile283 PHONY += force elfdep zdep bpfdep cscope tags
295 cscope: target
296 ls *.c *.h > cscope.files
297 cscope -b -q -I $(srctree)/include -f cscope.out
H A D.gitignore8 cscope.*
/OK3568_Linux_fs/external/xserver/
H A DMakefile.in179 cscope distdir distdir-am dist dist-all distcheck
199 CSCOPE = cscope
890 cscope: cscope.files
891 test ! -s cscope.files \
892 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
893 clean-cscope:
894 -rm -f cscope.files
895 cscope.files: clean-cscope cscopelist
910 done >> $(top_builddir)/cscope.files
914 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dtags.sh125 (echo \-k; echo \-q; all_target_sources) > cscope.files
126 cscope -b -f cscope.out
/OK3568_Linux_fs/u-boot/
H A D.gitignore73 # cscope files
74 cscope.*
H A DMakefile1479 cscope: target
1481 cscope.files
1482 cscope -b -q -k
1542 ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A D.gitignore77 # cscope files
78 cscope.*
/OK3568_Linux_fs/kernel/tools/perf/
H A D.gitignore25 cscope*
H A DMakefile.perf195 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
877 cscope:
878 $(QUIET_GEN)$(RM) cscope*; \
879 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1012 …RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VER…
1072 .PHONY: $(GIT-HEAD-PHONY) TAGS tags cscope FORCE prepare
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liburing/liburing/
H A D0001-do-not-build-examples.patch27 .PHONY: FORCE cscope
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dmake96 make_cscope := cscope
180 ifneq ($(call has,cscope),)
194 test_make_cscope = test -f cscope.out
/OK3568_Linux_fs/kernel/Documentation/
H A Ddontdiff117 cscope.*
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu.rst61 of the cscope databases from:
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkbuild.rst255 For tags/TAGS/cscope targets, you can specify more than one arch
/OK3568_Linux_fs/kernel/
H A DMakefile-bak278 cscope gtags TAGS tags help% %docs check% coccicheck \
1615 DISTCLEAN_FILES += tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
1697 @echo ' cscope - Generate cscope index'
1968 tags TAGS cscope gtags: FORCE
H A DMakefile1614 DISTCLEAN_FILES += tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
1967 tags TAGS cscope gtags: FORCE target
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A DMakefile.in565 cscope cscopelist:
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/pci_ids/
H A DMakefile.in547 cscope cscopelist:
/OK3568_Linux_fs/external/xserver/hw/xnest/man/
H A DMakefile.in677 cscope cscopelist:
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/man/
H A DMakefile.in677 cscope cscopelist:

12345