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

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh144 script() { function
148 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh137 script() { function
156 script 2>&1
H A Dtst.dlclose2.ksh145 script() { function
154 script
H A Dtst.dlclose3.ksh140 script() { function
164 script
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/asn1/
H A Dcharmap.pl71 * Auto generated with chartype.pl script. Mask of various character
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c291 "# script aims to execute." NL \
295 /* Return template text for a hook script named SCRIPT_NAME. Include
301 const char *script,
328 "# Here is an example hook script, for a Unix /bin/sh interpreter." NL
332 script,
336 /* Write a template file for a hook script named SCRIPT_NAME (appending
343 const char *script,
352 = hook_template_text(script_name, description, script, pool);
364 const char *description, *script;
380 "# commit. Subversion runs this hook by invoking a program (script, " N
298 hook_template_text(const char *script_name, const char *description, const char *script, apr_pool_t *result_pool) argument
340 write_hook_template_file(svn_repos_t *repos, const char *script_name, const char *description, const char *script, apr_pool_t *pool) argument
363 const char *description, *script; local
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntpsim.h100 script_info_fifo * script; member in struct:server_info_tag
/freebsd-11-stable/kerberos5/lib/libheimntlm/
H A DMakefile10 VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
/freebsd-11-stable/kerberos5/lib/libkadm5srv/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/lib/kadm5/version-script.map
/freebsd-11-stable/kerberos5/lib/libkdc/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/kdc/version-script.map
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.am57 libkdc_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
59 $(libkdc_la_OBJECTS): $(srcdir)/version-script.map
139 NTMakefile $(man_MANS) version-script.map
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.am45 libwind_la_DEPENDENCIES = version-script.map
59 libwind_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
142 version-script.map \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp139 !config->dynamicLinker.empty() && script->needsInterpSection();
272 // this symbol unconditionally even when using a linker script, which
286 // If linker script do layout we do not need to create any standard symbols.
287 if (script->hasSectionsCommand)
304 for (BaseCommand *base : script->sectionCommands)
347 script->hasSectionsCommand && findSection(".data.rel.ro", 0);
573 if (script->hasSectionsCommand)
574 script->allocateHeaders(mainPart->phdrs);
712 for (BaseCommand *base : script->sectionCommands) {
1043 // defining these symbols explicitly in the linker script
[all...]
/freebsd-11-stable/contrib/gcclibs/libssp/
H A DMakefile.am15 version_arg = -Wl,--version-script=$(srcdir)/ssp.map
/freebsd-11-stable/contrib/dialog/
H A Dmakefile.in259 @ echo "** installing config script in $(BINDIR)"
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in9 This script should/could be used in a Makefile together
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk11 # Find the awk script that generates the version map.
/freebsd-11-stable/release/
H A Drc.local56 if bsdinstall script /etc/installerconfig; then
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh34 -s /etc/udhcpc.script
/freebsd-11-stable/share/dtrace/
H A Dblocking29 * This little script is for use with programs that use event loop and should
31 * going to sleep in the kernel, the script will show its name, PID, kernel
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh8 This script regenerates the DTrace test suite makefiles. It should be run
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c31 #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-11-stable/sbin/geom/core/
H A Dgeom.c92 { 's', "script", NULL, G_TYPE_BOOL },
927 status_one_geom(struct ggeom *gp, int script, int name_len, int status_len) argument
950 if (!script)
960 status_one_geom_prs(struct ggeom *gp, int script, int name_len, int status_len) argument
991 if (!script)
1009 int all, error, geoms, i, n, nargs, script; local
1020 script = gctl_get_int(req, "script");
1021 if (script) {
1062 if (!script) {
[all...]
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c36 * and launch a script to handle adding the vap to the
81 static const char *script = NULL; variable
125 script = optarg;
398 * Add to table and launch setup script.
404 if (script != NULL) {
405 snprintf(cmd, sizeof(cmd), "%s %s", script, p->ifname);
408 syslog(LOG_ERR, "vap setup script %s exited with "
409 "status %d", script, status);

Completed in 368 milliseconds

1234567891011>>