Searched refs:script (Results 126 - 150 of 230) sorted by relevance

12345678910

/freebsd-9.3-release/crypto/heimdal/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dcharmap.pl67 /* Auto generated with chartype.pl script.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/contrib/ntp/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/kerberos5/lib/libkadm5srv/
H A DMakefile7 VERSION_MAP= ${KRB5DIR}/lib/kadm5/version-script.map
/freebsd-9.3-release/contrib/ntp/include/
H A Dntpsim.h100 script_info_fifo * script; member in struct:server_info_tag
/freebsd-9.3-release/contrib/openresolv/
H A Dresolvconf.in411 for script in "$LIBEXECDIR"/*; do
412 if [ -f "$script" ]; then
413 if [ -x "$script" ]; then
414 "$script" "$cmd" "$iface"
416 (. "$script" "$cmd" "$iface")
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_main.c58 char **p_av, **t_av, *script; local
74 * startup script and needs to be run first.
79 script = "init.tcl";
91 script = t_av[0] + 2;
97 script = t_av[1];
140 /* Load the initial Tcl/Tk script. */
142 if (Tcl_EvalFile(tkp->interp, script) == TCL_ERROR)
288 /* Functions called by Tcl script. */
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh3 * test.ksh - DTrace include file test script.
/freebsd-9.3-release/contrib/amd/scripts/
H A Damd2ldif.in9 This script should/could be used in a Makefile together
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A DMakefile.am15 version_arg = -Wl,--version-script=$(srcdir)/ssp.map
/freebsd-9.3-release/release/
H A Drc.local53 if bsdinstall script /etc/installerconfig; then
/freebsd-9.3-release/share/mk/
H A Dbsd.symver.mk11 # Find the awk script that generates the version map.
/freebsd-9.3-release/crypto/openssl/fips/
H A DMakefile98 dir=`dirname $$i`; script="s|^|$$dir/|;s| | $$dir/|g"; \
99 objs="$$objs `sed "$$script" $$i`"; \
/freebsd-9.3-release/contrib/cvs/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);
246 This is a contiguous portion of a complete edit script,
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_read.c35 #include "../ex/script.h"
231 FD_SET(sp->script->sh_master, &rdfd);
232 if (sp->script->sh_master > maxfd)
233 maxfd = sp->script->sh_master;
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_read.c23 #include "../ex/script.h"
154 FD_SET(sp->script->sh_master, &rdfd);
155 if (sp->script->sh_master > maxfd)
156 maxfd = sp->script->sh_master;
/freebsd-9.3-release/sbin/geom/core/
H A Dgeom.c90 { 's', "script", NULL, G_TYPE_BOOL },
921 status_one_geom(struct ggeom *gp, int script, int name_len, int status_len) argument
944 if (!script)
954 status_one_geom_prs(struct ggeom *gp, int script, int name_len, int status_len) argument
985 if (!script)
1003 int all, error, geoms, i, n, nargs, script; local
1014 script = gctl_get_int(req, "script");
1015 if (script) {
1056 if (!script) {
[all...]
/freebsd-9.3-release/contrib/cvs/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...]
/freebsd-9.3-release/tools/tools/net80211/wlanwds/
H A Dwlanwds.c36 * and launch a script to handle adding the vap to the
82 static const char *script = NULL; variable
126 script = optarg;
399 * Add to table and launch setup script.
405 if (script != NULL) {
406 snprintf(cmd, sizeof(cmd), "%s %s", script, p->ifname);
409 syslog(LOG_ERR, "vap setup script %s exited with "
410 "status %d", script, status);
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec482 3.0p1 spec file and init script
558 - finish marking strings in the init script for translation
559 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
560 at startup (change merged from openssh.com init script, originally by
580 - bypass the daemon() function in the init script and call initlog directly,
610 - Init script and spec file changes from Pekka Savola. (#28750)
625 - Add init script mods from Pekka Savola.
626 - Tweak the init script to match the CVS contrib script more closely.
636 script no
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dscreen.h78 SCRIPT *script; /* Vi: script mode information .*/ member in struct:_scr
191 #define SC_EX_SILENT 0x00040000 /* Ex: batch script. */
197 #define SC_SCRIPT 0x01000000 /* Shell script window. */
/freebsd-9.3-release/libexec/rtld-elf/
H A DMakefile50 LDFLAGS+= -Wl,--version-script=${VERSION_MAP}
/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec18 or display messages using dialog boxes from a shell script. These

Completed in 125 milliseconds

12345678910