HomeSort by: relevance | last modified time | path
    Searched refs:script (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/script/
Makefile 4 PROG= script
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.exp 1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
dep-duplicate.exp 1 make: dep-duplicate.tmp:1: warning: duplicate script for target "all" ignored
2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
deptgt-begin.exp 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
sh-single-line.mk 7 # "the entire script".
  /src/share/examples/apm/
Makefile 8 FILES= script
  /src/usr.sbin/service/
service 52 " -v: Verbose (mention in which directory script was found)"
167 # in order to run a script without an rcvar, and include
192 script=$1
197 if [ -x "${dir}/${script}" ]
201 printf >&2 '%s script is located in %s\n' "${script}" "${dir}"
209 "${dir}/${script}" "${arg}"
211 "${dir}/${script} ${arg}" "$?"
216 printf >&2 '%s does not exist in %s\n' "${script}" "${rc_directories}"
  /src/usr.bin/sed/
main.c 91 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit *
207 /* First usage case; script is the first arg */
254 if (script == NULL) {
260 switch (script->type) {
262 if ((f = fopen(script->s, "r")) == NULL)
263 err(1, "%s", script->s);
264 fname = script->s;
269 sizeof(string_ident), "\"%s\"", script->s)) >=
274 s = script->s
    [all...]
  /src/tests/libexec/ld.elf_so/helper_symver_dso1/
Makefile 12 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso1.map
  /src/tests/libexec/ld.elf_so/helper_symver_dso2/
Makefile 12 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso2.map
  /src/sys/arch/ia64/stand/common/
interp.c 158 * that the script won't stop if they fail).
199 struct includeline *script, *se, *sp; local in function:include
217 * Read the script into memory.
219 script = se = NULL;
243 /* Allocate script line structure and copy line, flags */
253 if (script == NULL) {
254 script = sp;
263 * Execute the script
272 for (sp = script; sp != NULL; sp = sp->next) {
315 while(script != NULL)
    [all...]
  /src/sys/arch/prep/stand/boot/
siop.c 237 u_long scriptaddr = local_to_PCI((u_long)adp->script);
354 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
363 "script interrupt 0x%x with invalid DSA\n",
454 * restart the script now if command completed properly
514 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
517 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] =
521 adp->script[free_lo + i] = htoc32(lun_switch[i]);
522 adp->script[free_lo + E_abs_lunsw_return_Used[0]] =
606 uint32_t dsa, *script = adp->script; local in function:siop_start
724 uint32_t *script = adp->script; local in function:siop_add_reselsw
750 uint32_t *script = adp->script; local in function:siop_update_scntl3
1138 uint32_t *script; local in function:siop_init
    [all...]
  /src/distrib/alpha/instkernel/ramdisk/
Makefile 20 ${DISTRIBDIR}/utils/script-installer/dot.commonutils \
21 ${DISTRIBDIR}/utils/script-installer/dot.instutils \
  /src/tests/bin/sh/
t_varquote.sh 45 cat <<-'EOF' > script.sh
100 OUT=$( ${TEST_SH} script.sh 2>&1 )
106 atf_fail "script.sh unexpectedly said: ${OUT}"
  /src/usr.sbin/sysinst/
run.c 91 msg_string((opt ? script != NULL : logfp != NULL) ?
153 if (script) {
154 scripting_fprintf(NULL, "# Script ended at: %s\n",
156 fflush(script);
157 fclose(script);
158 script = NULL;
160 script = fopen("/tmp/sysinst.sh", "w");
161 if (script != NULL) {
163 scripting_fprintf(NULL, "# Script started at: %s\n",
165 fflush(script);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_dp.c 112 info->script[0] = nvbios_rd16(bios, data + 0x06);
113 info->script[1] = nvbios_rd16(bios, data + 0x08);
117 info->script[2] = nvbios_rd16(bios, data + 0x0c);
118 info->script[3] = nvbios_rd16(bios, data + 0x0e);
121 info->script[4] = nvbios_rd16(bios, data + 0x10);
127 info->script[0] = nvbios_rd16(bios, data + 0x05);
128 info->script[1] = nvbios_rd16(bios, data + 0x07);
130 info->script[2] = nvbios_rd16(bios, data + 0x0b);
131 info->script[3] = nvbios_rd16(bios, data + 0x0d);
132 info->script[4] = nvbios_rd16(bios, data + 0x0f)
    [all...]
nouveau_nvkm_subdev_bios_disp.c 110 info->script[0] = nvbios_rd16(bios, data + 0x06);
111 info->script[1] = nvbios_rd16(bios, data + 0x08);
112 info->script[2] = 0x0000;
114 info->script[2] = nvbios_rd16(bios, data + 0x0a);
  /src/sys/arch/bebox/stand/boot/
siop.c 260 u_long scriptaddr = local_to_PCI((u_long)adp->script);
375 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
384 "script interrupt 0x%x with invalid DSA\n",
475 * restart the script now if command completed properly
535 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
538 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] =
542 adp->script[free_lo + i] = htoc32(lun_switch[i]);
543 adp->script[free_lo + E_abs_lunsw_return_Used[0]] =
627 uint32_t dsa, *script = adp->script; local in function:siop_start
745 uint32_t *script = adp->script; local in function:siop_add_reselsw
771 uint32_t *script = adp->script; local in function:siop_update_scntl3
1176 uint32_t *script; local in function:siop_init
    [all...]
  /src/common/dist/zlib/contrib/minizip/
configure.ac 2 # Process this file with autoconf to produce a configure script.
  /src/libexec/httpd/
lua-bozo.c 187 bozo_add_lua_map(bozohttpd_t *httpd, const char *prefix, const char *script)
193 if (*script == '/')
194 map->script = bozostrdup(httpd, NULL, script);
199 bozoasprintf(httpd, &path, "%s/%s", cwd, script);
200 map->script = path;
232 if (luaL_loadfile(map->L, script))
233 bozoerr(httpd, 1, "failed to load script %s: %s", script,
236 bozoerr(httpd, 1, "failed to execute script %s: %s", script
    [all...]
  /src/usr.sbin/ifwatchd/
ifwatchd.c 245 "\tifwatchd [-hiqv] [-A arrival-script] [-D departure-script]\n"
246 "\t\t [-d down-script] [-u up-script]\n"
247 "\t\t [-c carrier-script] [-n no-carrier-script] ifname(s)\n"
255 "\t -i no (!) initial run of the up script if the interface\n"
359 const char *script; local in function:invoke_script
365 script = *scripts[ev];
366 if (script == NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
dp.h 14 u32 script[5]; member in struct:nvbios_dpout
perf.h 18 u32 script; member in struct:nvbios_perfE
  /src/sys/rump/
makerumpsyscalls.sh 14 # 4) run this script
33 [ -f "./Makefile.rump" ] || die run script in src/sys/rump
  /src/usr.bin/rump_dhcpclient/
if-options.h 100 char script[PATH_MAX]; member in struct:if_options

Completed in 49 milliseconds

1 2 3 4 5