Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/scripts/
Dtags.sh155 all_target_sources | xargs $1 -a \
216 all_kconfigs | xargs $1 -a \
220 all_kconfigs | xargs $1 -a \
224 all_defconfigs | xargs -r $1 -a \
231 all_target_sources | xargs $1 -a \
266 all_kconfigs | xargs $1 -a \
269 all_kconfigs | xargs $1 -a \
272 all_defconfigs | xargs -r $1 -a \
283 all_target_sources | xargs $1 -a
DMakefile.modpost63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
DMakefile.headersinst97 | xargs \
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dptrace.h69 unsigned long xargs[6]; member
80 unsigned int xargs[6]; member
124 unsigned long xargs[6]; member
/linux-4.1.27/tools/lib/lockdep/
DMakefile127 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
132 find . -name '*.[ch]' | xargs etags \
/linux-4.1.27/tools/lib/traceevent/
DMakefile220 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
225 find . -name '*.[ch]' | xargs etags \
/linux-4.1.27/tools/testing/selftests/powerpc/
DMakefile51 find . -name '*.c' -o -name '*.h' | xargs ctags
/linux-4.1.27/tools/lib/api/
DMakefile39 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o | xargs $(RM)
/linux-4.1.27/tools/perf/
DMakefile.perf434 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs etags -a $(TAG_FILES)
438 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs ctags -a $(TAG_FILES)
442 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs cscope -b $(TAG_FILES)
/linux-4.1.27/tools/power/acpi/
DMakefile145 | xargs rm -f
/linux-4.1.27/arch/um/
DMakefile144 -o -name '*.gcov' \) -type f -print | xargs rm -f
/linux-4.1.27/
DMakefile1026 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
1222 -type f -print | xargs rm -f
1438 -o -name '*.gcno' \) -type f -print | xargs rm -f
1456 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1461 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl
/linux-4.1.27/Documentation/DocBook/
DMakefile59 find $(obj)/man -name '*.9' | xargs gzip -f
/linux-4.1.27/fs/nfs/
Dnfs4client.c1169 struct xprt_create xargs = { in nfs4_update_server() local
1186 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); in nfs4_update_server()
/linux-4.1.27/Documentation/
DBUG-HUNTING90 find dir -name '*.[oa]' -print | xargs rm -f