Searched refs:sh (Results 126 - 150 of 1244) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/unbound/setup/
H A DMakefile3 SCRIPTS= local-unbound-setup.sh
/freebsd-11-stable/usr.sbin/certctl/
H A DMakefile3 SCRIPTS=certctl.sh
/freebsd-11-stable/tools/tools/shlib-compat/test/libtestsys/
H A DMakefile10 test.c: ../../makesyscalls-fake.sh
11 sh ${.CURDIR}/../../makesyscalls-fake.sh /usr/src/sys/kern/syscalls.master > ${.TARGET}
/freebsd-11-stable/usr.sbin/makefs/tests/
H A DMakefile9 SCRIPTS+= makefs_tests_common.sh
10 SCRIPTSNAME_makefs_tests_common.sh= makefs_tests_common.sh
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-runcommands.sh1 #!/bin/sh
30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
37 echo "$CMD" >${FSMNT}/.runcmd.sh
38 chmod 755 ${FSMNT}/.runcmd.sh
39 chroot ${FSMNT} sh /.runcmd.sh
42 rm ${FSMNT}/.runcmd.sh
69 echo "${CMD}"> ${TMPDIR}/.runcmd.sh
70 chmod 755 ${TMPDIR}/.runcmd.sh
[all...]
/freebsd-11-stable/bin/ed/test/
H A DMakefile3 SHELL= /bin/sh
14 build: mkscripts.sh
19 $(SHELL) mkscripts.sh $(ED); \
22 test: build ckscripts.sh
24 @$(SHELL) ckscripts.sh $(ED)
/freebsd-11-stable/bin/freebsd-version/
H A DMakefile6 CLEANFILES = freebsd-version freebsd-version.sh
7 NEWVERS = ${SRCTOP}/sys/conf/newvers.sh
9 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
15 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A DMakefile.sub37 groffer: groffer.sh groffer2.sh $(SH_DEPS_SED_SCRIPT)
44 -e $(SH_SCRIPT_SED_CMD) $(srcdir)/groffer.sh >$@;
53 -$(RM) $(libdir)/groff/groffer/groffer2.sh
54 $(INSTALL_SCRIPT) $(srcdir)/groffer2.sh \
55 $(libdir)/groff/groffer/groffer2.sh
59 -$(RM) $(libdir)/groff/groffer/groffer2.sh
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_section.c99 PE_SecHdr *sh; local
117 sh = &ps->ps_sh;
123 memcpy(sh->sh_name, tmp, sizeof(sh->sh_name));
125 PE_READ32(hdr, sh->sh_virtsize);
126 PE_READ32(hdr, sh->sh_addr);
127 PE_READ32(hdr, sh->sh_rawsize);
128 PE_READ32(hdr, sh->sh_rawptr);
129 PE_READ32(hdr, sh->sh_relocptr);
130 PE_READ32(hdr, sh
190 PE_SecHdr *sh; local
261 PE_SecHdr *sh; local
313 PE_SecHdr *sh; local
421 PE_SecHdr *sh; local
471 PE_SecHdr *sh; local
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.arm11 e${NATIVE_EMULATION}.c: ${.CURDIR}/${NATIVE_EMULATION}.sh emultempl/elf32.em \
12 scripttempl/elf.sc genscripts.sh stringify.sed
13 sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSEARCHPATH} \
17 ${.CURDIR}/${NATIVE_EMULATION}.sh
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Dshelf_vxworks.sh2 # shlelf_vxworks.sh
5 BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
10 ARCH=sh
19 . ${srcdir}/emulparams/vxworks.sh
/freebsd-11-stable/libexec/atf/atf-check/tests/
H A DMakefile4 .PATH: ${ATF}/atf-sh
/freebsd-11-stable/tools/tools/makeroot/
H A DMakefile3 SCRIPTS= makeroot.sh
/freebsd-11-stable/tools/tools/shlib-compat/
H A DMakefile.sysfake7 sh ${.CURDIR}/../../tools/tools/shlib-compat/makesyscalls-fake.sh \
/freebsd-11-stable/tools/tools/track/
H A DMakefile5 SCRIPTS= track.sh
/freebsd-11-stable/usr.bin/mkdep/
H A DMakefile4 SCRIPTS= mkdep.gcc.sh
/freebsd-11-stable/usr.bin/tput/
H A DMakefile6 SCRIPTS=clear.sh
/freebsd-11-stable/usr.bin/unifdef/
H A DMakefile5 SCRIPTS=unifdefall.sh
/freebsd-11-stable/usr.sbin/freebsd-update/
H A DMakefile3 SCRIPTS=freebsd-update.sh
/freebsd-11-stable/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-11-stable/usr.sbin/lpr/lp/
H A DMakefile5 SCRIPTS=lp.sh
/freebsd-11-stable/usr.sbin/pc-sysinstall/pc-sysinstall/
H A DMakefile3 SCRIPTS=pc-sysinstall.sh
/freebsd-11-stable/sbin/newfs/
H A DMakefile16 sh ${.CURDIR}/runtest01.sh
17 sh ${.CURDIR}/runtest00.sh | tee _.test
/freebsd-11-stable/usr.sbin/btxld/
H A Delfh.h36 Elf32_Shdr sh[4]; /* section header */ member in struct:elfh
/freebsd-11-stable/contrib/ncurses/man/
H A DMakefile.in37 SHELL = /bin/sh
65 sh ../edit_man.sh normal installing $(EDITARGS)
68 -sh ../edit_man.sh normal removing $(EDITARGS)
72 terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
73 sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
81 ../edit_man.sed : make_sed.sh @MANPAGE_RENAMES@
82 sh
[all...]

Completed in 320 milliseconds

1234567891011>>