Searched refs:script (Results 151 - 175 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gmake/dist/config/
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
/netbsd-current/external/gpl2/xcvs/dist/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
/netbsd-current/external/gpl2/gettext/dist/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
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgen_autofdo_event.py2 # Generate Intel taken branches Linux perf event script for autofdo profiling.
24 # Add --script to generate shell script to run correct event.
44 ap.add_argument('--script', help='Generate shell script', action='store_true')
76 if args.script:
103 if args.script:
107 # contrib/gen_autofdo_event.py --script --all in gcc source
146 echo >&2 "Unknown CPU. Run contrib/gen_autofdo_event.py --all --script to update script
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
H A Dgcc-dev.vim5 " This script is free software; you can redistribute it and/or modify
/netbsd-current/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
H A Dgcc-dev.vim5 " This script is free software; you can redistribute it and/or modify
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Drelasz.d6 # using a non-default linker script that merges .rela.dyn and .rela.plt
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-15.d3 #ld: --shared -m crislinux --version-script $srcdir/$subdir/expalltst3 --hash-style=sysv
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-26.d23 .*/ld/testsuite/ld-plugin/func.c: file format not recognized; treating as linker script
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dload2.d2 #ld: -shared -melf_x86_64 --version-script load2.map
/netbsd-current/crypto/external/bsd/openssl/lib/engines/
H A Dengines.mk29 LDFLAGS+=-Wl,--version-script=${.CURDIR}/${LIB}.map
/netbsd-current/usr.sbin/ifwatchd/
H A Difwatchd.c245 "\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
365 script = *scripts[ev];
366 if (script
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgen_autofdo_event.py2 # Generate Intel taken branches Linux perf event script for autofdo profiling.
24 # Add --script to generate shell script to run correct event.
44 ap.add_argument('--script', help='Generate shell script', action='store_true')
85 if args.script:
113 if args.script:
117 # contrib/gen_autofdo_event.py --script --all in gcc source
156 echo >&2 "Unknown CPU. Run contrib/gen_autofdo_event.py --all --script to update script
[all...]
/netbsd-current/external/ibm-public/postfix/dist/
H A DMakefile.in17 LIBEXEC = libexec/post-install libexec/postfix-script libexec/postfix-wrapper \
18 libexec/postmulti-script libexec/postfix-tls-script
86 libexec/postfix-script: conf/postfix-script
89 libexec/postfix-tls-script: conf/postfix-tls-script
101 libexec/postmulti-script: conf/postmulti-script
/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A DMakefile.am40 libsframe_version_script = -Wl,--version-script=$(srcdir)/libsframe.ver
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauto-load.c30 #include "cli/cli-script.h"
51 followed by the path of a python script to load. */
131 fprintf_filtered (file, _("Auto-loading of .gdbinit script from current "
526 the same script. There's no point in loading the script multiple times,
540 /* Non-zero if we've issued the warning about an auto-load script not being
544 /* Non-zero if we've issued the warning about an auto-load script not being
556 /* Full path name or NULL if script wasn't found (or was otherwise
560 /* Non-zero if this script has been loaded. */
593 /* Hash function for the loaded script has
964 execute_script_contents(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *script) argument
1208 struct loaded_script *script = (struct loaded_script *) *slot; local
1221 print_script(struct loaded_script *script) argument
1261 print_script (script); variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauto-load.c30 #include "cli/cli-script.h"
51 followed by the path of a python script to load. */
135 gdb_printf (file, _("Auto-loading of .gdbinit script from current "
501 the same script. There's no point in loading the script multiple times,
512 /* Non-zero if we've issued the warning about an auto-load script not being
516 /* Non-zero if we've issued the warning about an auto-load script not being
528 /* Full path name or NULL if script wasn't found (or was otherwise
532 /* True if this script has been loaded. */
557 /* Hash function for the loaded script has
963 execute_script_contents(struct auto_load_pspace_info *pspace_info, struct objfile *objfile, const struct extension_language_defn *language, const char *section_name, unsigned int offset, const char *script) argument
1206 struct loaded_script *script = (struct loaded_script *) *slot; local
1219 print_script(struct loaded_script *script) argument
1259 print_script (script); variable
[all...]
/netbsd-current/external/bsd/lutok/dist/
H A Dexamples_test.sh88 cat >script.lua <<EOF
94 -x "./interpreter <script.lua"
/netbsd-current/usr.bin/rump_dhcpclient/
H A Dif-options.h100 char script[PATH_MAX]; member in struct:if_options
/netbsd-current/sys/rump/
H A Dmakerumpsyscalls.sh14 # 4) run this script
33 [ -f "./Makefile.rump" ] || die run script in src/sys/rump
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntpsim.h102 script_info_fifo * script; member in struct:server_info_tag
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Ddp.h14 u32 script[5]; member in struct:nvbios_dpout
H A Dperf.h18 u32 script; member in struct:nvbios_perfE
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_disp.c110 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);
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/
H A DMakefile37 LDFLAGS+= -Wl,--version-script,${DIST}/libgomp/libgomp.map

Completed in 427 milliseconds

1234567891011>>