/src/etc/powerd/ |
Makefile | 3 SUBDIR+= scripts
|
/src/bin/ed/test/ |
ckscripts.sh | 4 # This script runs the .ed scripts generated by mkscripts.sh 12 # Run the *.red scripts first, since these don't generate output; 21 # Run the remainding scripts; they exit with zero status 35 done >scripts.o 2>&1 37 grep -h '\*\*\*' errs.o scripts.o
|
Makefile | 11 @if grep -h '\*\*\*' errs.o scripts.o; then :; else \ 17 echo "building test scripts for $(ED) ..."; \
|
/src/sys/external/isc/libsodium/dist/ |
Makefile.am | 16 msvc-scripts \
|
/src/etc/powerd/scripts/ |
Makefile | 5 # If you're adding new scripts, don't forget to update following: 15 FILESDIR= /etc/powerd/scripts
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
Makefile | 11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
|
/src/sys/external/bsd/drm/dist/scripts/ |
create_lk_drm.sh | 30 ./scripts/drm-scripts-gentree.pl $KERNEL_VERS $OUTDIR/.tmp $OUTDIR
|
create_lk_gpu.sh | 32 ./scripts/drm-scripts-gentree.pl $KERNEL_VERS $DRMDIR/.tmp $DRMDIR
|
/src/etc/etc.sparc64/ |
Makefile.inc | 19 # Install miniroot images and auxiliary scripts to the release tree 27 # install boot image and installation scripts in netboot directory
|
/src/etc/ |
rc.shutdown | 6 # Run the scripts in /etc/rc.d with reverse rcorder. 50 # Determine the shutdown order of the rc.d scripts, 53 scripts=$(for rcd in ${rc_directories:-/etc/rc.d}; do 55 files=$(rcorder -k shutdown ${rcshutdown_rcorder_flags} ${scripts})
|
rc | 6 # Run the scripts in /etc/rc.d with rcorder, and log output 50 # not so marked are assumed to be output from rc.d scripts. 58 # Child scripts may sometimes want to print directly to the original 61 # intended to be used directly by child scripts. (Child scripts 128 # rc.d scripts that are NOT marked with "KEYWORD: interactive" 143 # Get a list of all rc.d scripts, and use rcorder to choose 150 scripts=$(for rcd in ${rc_directories:-/etc/rc.d}; do 153 files=$(rcorder -s nostart ${rc_rcorder_flags} ${scripts}) 161 # Run the scripts in order [all...] |
/src/usr.bin/make/unit-tests/ |
opt-debug-no-rm.mk | 4 # command scripts from being removed from the temporary directory.
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_compile_flag.m4 | 47 # scripts that are the output of Autoconf when processing the Macro. You 49 # or distributing such scripts, even though portions of the text of the
|
ax_check_define.m4 | 36 # scripts that are the output of Autoconf when processing the Macro. You 38 # or distributing such scripts, even though portions of the text of the
|
ax_check_link_flag.m4 | 47 # scripts that are the output of Autoconf when processing the Macro. You 49 # or distributing such scripts, even though portions of the text of the
|
ax_tls.m4 | 36 # scripts that are the output of Autoconf when processing the Macro. You 38 # or distributing such scripts, even though portions of the text of the
|
ax_pthread.m4 | 47 # by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help 74 # scripts that are the output of Autoconf when processing the Macro. You 76 # or distributing such scripts, even though portions of the text of the
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
check_lint.sh | 114 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG
|
/src/tests/usr.bin/ld/ |
t_script.sh | 39 /* do nothing; but ld has implicit scripts internally */
|
/src/sys/arch/amiga/dev/ |
siop_script.out | 6 unsigned long scripts[] = {
|
siop.c | 559 * Need to check that scripts is on a long word boundary 563 sc->sc_scriptspa = kvtop((void *)__UNCONST(scripts)); 727 * Setup Data Storage for 53C710 and start SCRIPTS processing 746 rp, &scripts, &acb->ds, sc->sc_active); 869 rp, &scripts, &acb->ds, sc->sc_active); 933 rp->siop_dsp >= sc->sc_scriptspa + sizeof(scripts))) { 934 printf ("%s: dsp not within script dsp %lx scripts %lx:%lx", 936 sc->sc_scriptspa + sizeof(scripts)); 974 rp, &scripts, &acb->ds);*/ 1114 rp, &scripts, &acb->ds) [all...] |
/src/sys/external/isc/libsodium/dist/msvc-scripts/ |
Makefile.in | 90 subdir = msvc-scripts 307 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign msvc-scripts/Makefile'; \ 309 $(AUTOMAKE) --foreign msvc-scripts/Makefile
|
/src/usr.sbin/ifwatchd/ |
ifwatchd.c | 86 static const char **scripts[] = { variable in typeref:typename:const char ** [] 365 script = *scripts[ev];
|
/src/lib/libc/time/ |
tzselect.ksh | 32 # if VALUE contains \, ", or newline, awk scripts in this file use: 798 can use the $0 command in shell scripts:"
|
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 229 # adding pre-* or post-* targets/scripts, override these. 306 # post-* targets/scripts or redefine the do-* targets. These 308 # call the necessary targets/scripts.
|