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

/linux-4.1.27/scripts/
H A 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
/linux-4.1.27/tools/lib/api/
H A DMakefile39 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o | xargs $(RM)
/linux-4.1.27/tools/testing/selftests/powerpc/
H A DMakefile51 find . -name '*.c' -o -name '*.h' | xargs ctags
/linux-4.1.27/tools/thermal/tmon/
H A DMakefile42 find . -name "*.o" | xargs $(DEL_FILE)
/linux-4.1.27/tools/lib/lockdep/
H A DMakefile127 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
132 find . -name '*.[ch]' | xargs etags \
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dptrace.h69 unsigned long xargs[6]; member in struct:sparc_stackf
80 unsigned int xargs[6]; member in struct:sparc_stackf32
124 unsigned long xargs[6]; member in struct:sparc_stackf
/linux-4.1.27/tools/lib/traceevent/
H A DMakefile220 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
225 find . -name '*.[ch]' | xargs etags \
/linux-4.1.27/arch/um/
H A DMakefile144 -o -name '*.gcov' \) -type f -print | xargs rm -f
/linux-4.1.27/tools/power/acpi/
H A DMakefile145 | xargs rm -f
/linux-4.1.27/Documentation/DocBook/
H A DMakefile59 find $(obj)/man -name '*.9' | xargs gzip -f
/linux-4.1.27/tools/testing/selftests/vm/
H A Dthuge-gen.c11 sudo ipcs | awk '$1 == "0x00000000" {print $2}' | xargs -n1 sudo ipcrm -m
/linux-4.1.27/tools/power/cpupower/
H A DMakefile255 | xargs rm -f
/linux-4.1.27/
H A 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/scripts/package/
H A Dbuilddeb22 | xargs -r0 md5sum > DEBIAN/md5sums"
/linux-4.1.27/fs/nfs/
H A Dnfs4client.c1169 struct xprt_create xargs = { nfs4_update_server() local
1186 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); nfs4_update_server()

Completed in 765 milliseconds