Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dtags.sh155 all_target_sources | xargs $1 -a \
220 all_kconfigs | xargs $1 -a \
224 all_kconfigs | xargs $1 -a \
228 all_defconfigs | xargs -r $1 -a \
235 all_target_sources | xargs $1 -a \
272 all_kconfigs | xargs $1 -a \
275 all_kconfigs | xargs $1 -a \
278 all_defconfigs | xargs -r $1 -a \
289 all_target_sources | xargs $1 -a
Dstackusage29 xargs perl -MFile::Basename -pe \
DMakefile.modpost63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
DMakefile.headersinst97 | xargs \
/linux-4.4.14/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.4.14/tools/lib/lockdep/
DMakefile129 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
134 find . -name '*.[ch]' | xargs etags \
/linux-4.4.14/tools/power/acpi/
DMakefile.rules25 | xargs rm -f
/linux-4.4.14/tools/lib/traceevent/
DMakefile231 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
236 find . -name '*.[ch]' | xargs etags \
/linux-4.4.14/tools/testing/selftests/powerpc/
DMakefile61 find . -name '*.c' -o -name '*.h' | xargs ctags
/linux-4.4.14/Documentation/DocBook/
DMakefile59 find $(obj)/man -name '*.9' | xargs gzip -nf
65 xargs install -m 644 -t /usr/local/man/man9/
/linux-4.4.14/tools/lib/api/
DMakefile41 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/linux-4.4.14/tools/perf/
DMakefile.perf484 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs etags -a $(TAG_FILES)
488 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs ctags -a $(TAG_FILES)
492 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs cscope -b $(TAG_FILES)
/linux-4.4.14/arch/um/
DMakefile145 -o -name '*.gcov' \) -type f -print | xargs rm -f
/linux-4.4.14/
DMakefile1022 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \
1221 -type f -print | xargs rm -f
1439 -o -name '*.gcno' \) -type f -print | xargs rm -f
1457 | xargs $(PERL) -w $(srctree)/scripts/checkincludes.pl
1462 | xargs $(PERL) -w $(srctree)/scripts/checkversion.pl
/linux-4.4.14/fs/nfs/
Dnfs4client.c1165 struct xprt_create xargs = { in nfs4_update_server() local
1182 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); in nfs4_update_server()
/linux-4.4.14/Documentation/
DBUG-HUNTING90 find dir -name '*.[oa]' -print | xargs rm -f