Searched refs:sh (Results 151 - 175 of 1077) sorted by relevance

1234567891011>>

/freebsd-9.3-release/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-9.3-release/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-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_syscalls.d4 * Written for the sh DTrace provider.
49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
H A Dsh_calls.d4 * Written for the sh DTrace provider.
9 * running with sh provider support.
47 sh*:::function-entry
52 sh*:::builtin-entry
57 sh*:::command-entry
62 sh*:::subshell-entry
H A Dsh_flowinfo.d4 * Written for the sh DTrace provider.
9 * running with sh provider support.
59 sh*:::function-entry,
60 sh*:::function-return,
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
63 sh*:::command-entry,
64 sh*:::command-return,
65 sh*:::subshell-entry,
66 sh*
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_syscalls.d4 * Written for the sh DTrace provider.
49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
H A Dsh_calls.d4 * Written for the sh DTrace provider.
9 * running with sh provider support.
47 sh*:::function-entry
52 sh*:::builtin-entry
57 sh*:::command-entry
62 sh*:::subshell-entry
H A Dsh_flowinfo.d4 * Written for the sh DTrace provider.
9 * running with sh provider support.
59 sh*:::function-entry,
60 sh*:::function-return,
61 sh*:::builtin-entry,
62 sh*:::builtin-return,
63 sh*:::command-entry,
64 sh*:::command-return,
65 sh*:::subshell-entry,
66 sh*
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A DMakefile13 sh-tests: test-fnmatch
14 ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
15 ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0
/freebsd-9.3-release/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
H A Darmelf_nbsd.sh1 . ${srcdir}/emulparams/armelf.sh
H A Delf32b4300.sh2 # elf32l4300.sh
5 . ${srcdir}/emulparams/elf32bmip.sh
H A Delf32btsmip.sh2 # elf32ltsmip.sh
4 . ${srcdir}/emulparams/elf32bmip.sh
H A Delf32btsmipn32.sh2 # elf32ltsmipn32.sh
4 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
/freebsd-9.3-release/sbin/newfs/
H A DMakefile17 sh ${.CURDIR}/runtest01.sh
18 sh ${.CURDIR}/runtest00.sh | tee _.test
/freebsd-9.3-release/sbin/sunlabel/
H A DMakefile20 sh ${.CURDIR}/runtest.sh
23 sh -x ${.CURDIR}/runtest.sh
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.linkup.sample47 ! sh -c "cat /etc/ppp/linkup.au >/dev/audio"
54 !bg sh -c "sleep 240; pppctl -p mypassword 3000 set timeout 60"
/freebsd-9.3-release/tools/tools/track/
H A DMakefile5 SCRIPTS= track.sh
/freebsd-9.3-release/usr.bin/mkdep/
H A DMakefile4 SCRIPTS= mkdep.gcc.sh
/freebsd-9.3-release/usr.bin/unifdef/
H A DMakefile5 SCRIPTS=unifdefall.sh
/freebsd-9.3-release/usr.sbin/btxld/
H A Delfh.h34 Elf32_Shdr sh[4]; /* section header */ member in struct:elfh
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A DMakefile3 SCRIPTS=freebsd-update.sh
/freebsd-9.3-release/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-9.3-release/usr.sbin/lpr/lp/
H A DMakefile5 SCRIPTS=lp.sh
/freebsd-9.3-release/usr.sbin/pc-sysinstall/pc-sysinstall/
H A DMakefile3 SCRIPTS=pc-sysinstall.sh

Completed in 287 milliseconds

1234567891011>>