Searched refs:script (Results 201 - 225 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep-opts.def23 Use this option to specify the host on which this script operates.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc40 ; the linker script maps the data section in ROM (LMA) for its initial
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc40 ; the linker script maps the data section in ROM (LMA) for its initial
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dsplit-lib.py6 """Used to generate a bash script which will invoke the toy and time it"""
37 """Used to generate a bash script which will convert Kaleidoscope files to IR"""
70 for script in script_list:
71 splitScript(script, libGenScript, timingScript)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dsplit-lib.py6 """Used to generate a bash script which will invoke the toy and time it"""
37 """Used to generate a bash script which will invoke the toy and time it"""
70 for script in script_list:
71 splitScript(script, libGenScript, timingScript)
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A DMakefile.am77 cd $(srcdir) && emacs --script check-defines.el
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-over3.d17 Linker\s+script\s+and\s+memory\s+map
H A Drgn-over6.d17 Linker\s+script\s+and\s+memory\s+map
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A DMakefile.am86 cd $(srcdir) && emacs --script check-defines.el
/netbsd-current/sys/arch/hppa/conf/
H A DMakefile.hppa71 KERNLDSCRIPT= ${HPPA}/conf/ld.script
/netbsd-current/sys/arch/hppa/stand/
H A DMakefile.buildboot66 LDFLAGS+= -Wl,-T,${.CURDIR}/ld.script -Wl,-Map,${PROG}.map
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh34 -s /etc/udhcpc.script
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvmconf.sh125 SCRIPTFILE=/etc/lvm/.lvmconf-script.tmp
/netbsd-current/sys/arch/rs6000/stand/boot/
H A DMakefile55 ${LD} -o ${PROG} -s -N -T ${.CURDIR}/../boot/ld.script \
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.c215 * When running privsep, certificate and script paths
222 "require path cert and path script in the config file\n");
421 char *script; local
432 * We expect: script, name, envp[], void
437 count++; /* script */
472 * Populate script, name and envp
475 script = bufs[count++];
491 script, name, envp);
495 * Check script path and name
500 (unsafe_path(script, LC_PATHTYPE_SCRIP
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Ddisp.h20 u16 script[3]; member in struct:nvbios_outp
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dcl5070.h83 __u16 script; member in struct:nv50_disp_sor_lvds_script_v0
/netbsd-current/crypto/external/bsd/openssl/lib/liblegacy/
H A DMakefile66 LDFLAGS+=-Wl,--version-script=${.CURDIR}/${LIB}.map
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dstacktrace_test.c114 /// Creates a script.
116 /// \param script Path to the script to create.
117 /// \param contents Contents of the script.
119 create_script(const char* script, const char* contents) argument
121 atf_utils_create_file(script, "#! /bin/sh\n\n%s\n", contents);
122 ATF_REQUIRE(chmod(script, 0755) != -1);
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Difdef.c40 /* Print the edit-script SCRIPT as a merged #ifdef file. */
43 print_ifdef_script (script)
44 struct change *script;
47 print_script (script, find_change, print_ifdef_hunk);
58 This is a contiguous portion of a complete edit script,
H A Dside.c33 /* Print the edit-script SCRIPT as a sdiff style output. */
36 print_sdiff_script (script)
37 struct change *script;
42 print_script (script, find_change, print_sdiff_hunk);
248 This is a contiguous portion of a complete edit script,
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in47 -u passes the client-side userId to the cvs_acls script
86 This script--cvs_acls--is invoked once for each directory within a
88 well as the directory itself, are passed to this script. This script
91 restricted, then the cvs_acls script passes back an exit code of 1
103 The script is triggered from the 'commitinfo' file in $CVSROOT/CVSROOT/.
123 [IMO, this basically made the original script unuseable for our
181 Take a "-u" parameter for $USER from commit_prep so that the script
197 $CVSROOT/CVSROOT/restrictlog or to one passed to the script
219 This is not offered as a fix to the original 'cvs_acls' script sinc
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c30 static int verifymsg_proc (const char *repository, const char *script,
399 /* Runs the user-defined verification script as part of the commit or import
421 /* Get the name of the verification script to run */
859 * message verification script.
862 verifymsg_proc (const char *repository, const char *script, void *closure) argument
872 if (!strchr (script, '%'))
878 "deprecated.", script);
879 script = newscript = Xasprintf ("%s %%l", script);
887 * verifymsg script specifie
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dscript.c58 #include "script.h"
259 char tmpfile[] = "/tmp/dhcpcd-script-env-XXXXXX";
685 script_status(const char *script, int status) argument
691 __func__, script, WEXITSTATUS(status));
694 __func__, script, strsignal(WTERMSIG(status)));
712 /* Wait for the script to finish */
753 if (ctx->script == NULL &&
766 if (ctx->script == NULL)
769 argv[0] = ctx->script;
781 script_status(ctx->script, (in
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A DMakefile.am102 script-sections.cc \
103 script.cc \
151 script-c.h \
152 script-sections.h \
153 script.h \
216 script-sections.$(OBJEXT): yyscript.h
217 script.$(OBJEXT): yyscript.h

Completed in 426 milliseconds

1234567891011>>