| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/ |
| Makefile.am | 43 $(check_DEJAGNU_libphobos_targets): check-DEJAGNUlibphobos%: libphobos%/site.exp 45 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 46 @echo 'Making a new site.exp file ...' 47 @echo '## these variables are automatically generated by make ##' >site.tmp 48 @echo '# Do not edit here. If you wish to override these values' >>site.tmp 49 @echo '# edit the last section' >>site.tmp 50 @echo 'set srcdir "$(srcdir)"' >>site.tmp 51 @echo "set objdir `pwd`" >>site.tmp 52 @echo 'set build_alias "$(build_alias)"' >>site.tmp 53 @echo 'set build_triplet $(build_triplet)' >>site.tm [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| flush_clnt.c | 13 /* int flush_add(site, queue_id) 14 /* const char *site; 17 /* int flush_send_site(site) 18 /* const char *site; 36 /* queued for the specified site with the specified queue ID. 172 /* flush_send_site - deliver mail queued for site */ 174 int flush_send_site(const char *site) 180 msg_info("%s: site %s", myname, site); 183 * Don't bother the server if the service is turned off, or if the site [all...] |
| /src/tests/usr.sbin/stdhosts/ |
| d_ipv6.in | 13 ff05:0:0:0:0:0:0:fb site-local multicast
|
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| lit.cfg.py | 4 import site 6 site.addsitedir(os.path.join(os.path.dirname(os.path.dirname(__file__)), 'utils'))
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_dnsbl.c | 221 /* psc_dnsbl_add_site - add DNSBL site information */ 223 static void psc_dnsbl_add_site(const char *site) 226 char *saved_site = mystrdup(site); 248 weight_text, site); 260 saved_site, site); 264 myname, site, saved_site, pattern_text ? pattern_text : 376 PSC_DNSBL_SITE *site; local 429 for (site = head->first; site != 0; site = site->next) [all...] |
| /src/external/ibm-public/postfix/dist/src/flush/ |
| flush.c | 268 static VSTRING *flush_site_to_path(VSTRING *path, const char *site) 278 if ((site = midna_domain_to_ascii(site)) == 0) 291 for (ptr = site; (ch = *(unsigned const char *) ptr) != 0; ptr++) 299 msg_info("site %s to path %s", site, STR(path)); 304 /* flush_add_service - append queue ID to per-site fast flush logfile */ 306 static int flush_add_service(const char *site, const char *queue_id) 313 msg_info("%s: site %s queue_id %s", myname, site, queue_id) 757 VSTRING *site = 0; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/ |
| local.mk | 18 ## Tweak the site.exp so it works with plain `runtest` from user. 19 EXTRA_DEJAGNU_SITE_CONFIG = site-sim-config.exp 27 site-sim-config.exp: Makefile 69 check-DEJAGNU: site.exp 83 site-sim-config.exp testrun.log testrun.sum
|
| /src/external/gpl3/gdb/dist/sim/testsuite/ |
| local.mk | 18 ## Tweak the site.exp so it works with plain `runtest` from user. 19 EXTRA_DEJAGNU_SITE_CONFIG = site-sim-config.exp 27 site-sim-config.exp: Makefile 69 check-DEJAGNU: site.exp 83 site-sim-config.exp testrun.log testrun.sum
|
| /src/external/mit/xorg/share/cf/ |
| Makefile | 33 # Handle site.def specificly because it is provided in dist 35 FILES+= netbsd.site.def 36 FILESNAME_netbsd.site.def= site.def 37 CLEANFILES+= netbsd.site.def 39 netbsd.site.def: site.def.in 45 realall: netbsd.site.def
|
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| btest-gcc.sh | 75 # DEJAGNU: should point to a site.exp suitable for testing 188 echo "set host_alias $H_HOST" > site.exp 189 echo "set host_triplet $H_HOST" >> site.exp 190 echo "set target_alias $H_TARGET" >> site.exp 191 echo "set target_triplet $H_REAL_TARGET" >> site.exp 192 echo "set build_alias $H_BUILD" >> site.exp 193 echo "set build_triplet $H_BUILD" >> site.exp 194 echo "set srcdir $GDB_TESTSUITE" >> site.exp
|
| /src/external/gpl3/gcc.old/dist/contrib/regression/ |
| btest-gcc.sh | 67 # DEJAGNU: should point to a site.exp suitable for testing 180 echo "set host_alias $H_HOST" > site.exp 181 echo "set host_triplet $H_HOST" >> site.exp 182 echo "set target_alias $H_TARGET" >> site.exp 183 echo "set target_triplet $H_REAL_TARGET" >> site.exp 184 echo "set build_alias $H_BUILD" >> site.exp 185 echo "set build_triplet $H_BUILD" >> site.exp 186 echo "set srcdir $GDB_TESTSUITE" >> site.exp
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| call-site.h | 1 /* Call site information. 50 /* The kind of location held by this call site target. */ 235 std::size_t operator() (const call_site *site) const noexcept 236 { return (*this) (site->unrelocated_pc ()); } 252 bool operator() (unrelocated_addr pc, const call_site *site) const noexcept 253 { return pc == site->unrelocated_pc (); }
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| call-site.h | 1 /* Call site information. 50 /* The kind of location held by this call site target. */ 235 std::size_t operator() (const call_site *site) const noexcept 236 { return (*this) (site->unrelocated_pc ()); } 252 bool operator() (unrelocated_addr pc, const call_site *site) const noexcept 253 { return pc == site->unrelocated_pc (); }
|
| /src/external/gpl3/gcc/dist/contrib/ |
| test_installed | 37 # run if it finds a file named site.exp in the current directory. 40 if test -f site.exp; then 41 echo site.exp already exists >&2 107 cat >site.exp <<EOF 123 echo "set target_triplet $target" >> site.exp 124 echo "set target_alias $target" >> site.exp
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| test_installed | 37 # run if it finds a file named site.exp in the current directory. 40 if test -f site.exp; then 41 echo site.exp already exists >&2 107 cat >site.exp <<EOF 119 echo "set target_triplet $target" >> site.exp 120 echo "set target_alias $target" >> site.exp
|
| /src/external/cddl/osnet/dist/cmd/pyzfs/ |
| pyzfs.py | 28 # Python is to run with -S (to disable "import site"), and start our 33 import site
|
| /src/external/gpl3/binutils/dist/gprofng/ |
| Makefile.am | 60 check-small check-extra check-install: site.exp development.exp 91 DISTCLEANFILES = site.exp development.exp
|
| /src/external/gpl3/binutils.old/dist/gprofng/ |
| Makefile.am | 58 check-small check-extra check-install: site.exp development.exp 89 DISTCLEANFILES = site.exp development.exp
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| Makefile | 28 -p ${PYTHONLIB}/site-packages ${.IMPSRC} \
|
| /src/sys/arch/arm/vexpress/ |
| vexpress_sysreg.c | 69 vexpress_sysreg_write(device_t dev, u_int func, u_int site) 75 __SHIFTIN(site, SYS_CFGCTRL_SITE);
|
| /src/external/gpl3/gdb/dist/libsframe/testsuite/ |
| local.mk | 6 check-DEJAGNU: site.exp
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/ |
| local.mk | 6 check-DEJAGNU: site.exp
|
| /src/external/ibm-public/postfix/dist/src/postqueue/ |
| postqueue.c | 88 /* \fIsite\fR. A numerical site must be specified as a valid RFC 5321 90 /* The site must be eligible for the "fast flush" service. 332 #define PQ_MODE_FLUSH_SITE 3 /* flush site */ 482 /* flush_site - flush mail for site */ 484 static void flush_site(const char *site) 499 switch (status = flush_send_site(site)) { 503 msg_fatal_status(EX_USAGE, "Invalid request: \"%s\"", site); 510 site); 557 msg_fatal_status(EX_USAGE, "usage: postqueue -f | postqueue -i queueid | postqueue -j | postqueue -p | postqueue -s site"); 644 case 's': /* flush site */ [all...] |
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| config.bat | 23 Rem Make sure they have a config.site file
24 set CONFIG_SITE=%XSRC%/arch/djgpp/config.site
25 if not "%CONFIG_SITE%" == "%XSRC%/arch/djgpp/config.site" goto SmallEnv
|
| /src/external/gpl3/binutils/dist/libctf/ |
| Makefile.am | 95 check-DEJAGNU: site.exp development.exp 124 DISTCLEANFILES += site.exp development.exp
|