Searched refs:site (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11.0-release/contrib/groff/
H A DMakefile.sub9 site.exp \
10 site.bak \
33 # Always create the site-font directory as a guide to the user.
H A DMakefile.in153 localfontdir=$(dataprogramdir)/site-font
165 systemtmacdir=$(libprogramdir)/site-tmac
168 localtmacdir=$(dataprogramdir)/site-tmac
748 check: site.exp docheck
759 site.exp:
760 @echo "Making a new site.exp file..."
761 @echo "## these variables are automatically generated by make ##" >site.tmp
762 @echo "# Do not edit here. If you wish to override these values" >>site.tmp
763 @echo "# edit the last section" >>site.tmp
764 @echo "set tool groff" >>site
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py28 # Python is to run with -S (to disable "import site"), and start our
33 import site namespace
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h146 void site (int, char **);
H A Dcmdtab.c93 char sitehelp[] = "send site specific command to remote server\n\t\tTry \"rhelp site\" or \"site help\" for more information";
176 { "site", sitehelp, 0, 1, 1, site },
/freebsd-11.0-release/share/mk/
H A Dsrc.sys.env.mk14 # site customizations that do not depend on anything!
/freebsd-11.0-release/contrib/libucl/klib/
H A Dkhash.h320 khint_t k, i, site, last, mask = h->n_buckets - 1, step = 0; \
321 x = site = h->n_buckets; k = __hash_func(key); i = k & mask; \
326 if (__ac_isdel(h->flags, i)) site = i; \
328 if (i == last) { x = site; break; } \
331 if (__ac_isempty(h->flags, i) && site != h->n_buckets) x = site; \
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c238 /* Keep data during a search for an aliasing site.
250 tree site;
254 /* Callback for find_alias_site. Return true if the right hand site
283 match->site = stmt;
302 match.site = NULL_TREE;
308 return match.site;
577 /* Find the reference site for OBJECT.
579 XXX: only the first site is returned in the current
621 /* If we could not find the alias site, set it to one of the dereference
631 /* If we could not find the dereference sites, set them to the alias site,
248 tree site; member in struct:alias_match
[all...]
H A DMakefile.in494 # Directory to search for site-specific includes.
3646 -rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak
3979 # These targets are for the dejagnu testsuites. The file site.exp
3984 site.exp: ./config.status Makefile
3987 @$(STAMP) site.exp
3988 -@mv site.exp site
[all...]
/freebsd-11.0-release/contrib/tnftp/src/
H A Dextern.h234 void site(int, char **);
H A Dcmdtab.c162 HSTR sitehelp[] = "send site specific command to remote server\n"
163 "\t\tTry \"rhelp site\" or \"site help\" "
284 { "site", H(sitehelp), 0, 1, 1, CMPL0 site },
/freebsd-11.0-release/contrib/binutils/binutils/
H A DMakefile.in516 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak
835 site.exp: Makefile
836 @echo 'Making a new site.exp file...'
837 @echo '## these variables are automatically generated by make ##' >site.tmp
838 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
839 @echo '# edit the last section' >>site.tmp
840 @echo 'set srcdir $(srcdir)' >>site.tmp
841 @echo "set objdir `pwd`" >>site.tmp
842 @echo 'set build_alias "$(build_alias)"' >>site
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_globals.cc224 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; local
225 global_registration_site_vector->push_back(site);
/freebsd-11.0-release/crypto/openssh/
H A Dbuildpkg.sh.in51 OPENSSH_FMRI=svc:/site/${SYSVINIT_NAME}:default
52 SMF_METHOD_DIR=/lib/svc/method/site
53 SMF_MANIFEST_DIR=/var/svc/manifest/site
71 /lib/svc/method/site \
96 /var/svc/manifest/site \
198 # For Solaris' SMF, /lib/svc/method/site is the preferred place
200 # similarly /var/svc/manifest/site for manifests.
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc112 * for a given value site.
208 * values for each value site. The size of the array is NumValueSites.
364 * linked-list stores the values profiled for a value profile site. */
370 /* An array recording the number of values tracked at each site.
566 /* Compute value count for each site. */
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc112 * for a given value site.
208 * values for each value site. The size of the array is NumValueSites.
364 * linked-list stores the values profiled for a value profile site. */
370 /* An array recording the number of values tracked at each site.
566 /* Compute value count for each site. */
/freebsd-11.0-release/contrib/gperf/doc/
H A Dhelp2man462 programs are properly installed at your site, the command
H A Dconfigure644 site=
918 -site | --site | --sit)
919 ac_prev=site ;;
920 -site=* | --site=* | --sit=*)
921 site=$ac_optarg ;;
1502 # Let the site file select an alternate cache file if it wants to.
1507 set x "$prefix/share/config.site" "$prefix/etc/config.site"
[all...]
/freebsd-11.0-release/contrib/gperf/
H A Dconfigure641 site=
915 -site | --site | --sit)
916 ac_prev=site ;;
917 -site=* | --site=* | --sit=*)
918 site=$ac_optarg ;;
1499 # Let the site file select an alternate cache file if it wants to.
1504 set x "$prefix/share/config.site" "$prefix/etc/config.site"
[all...]
/freebsd-11.0-release/contrib/binutils/gas/
H A DMakefile.in762 testsuite/site.exp site.bak site.exp stage stage1 stage2
2370 site.exp: Makefile
2371 @echo 'Making a new site.exp file...'
2372 @echo '## these variables are automatically generated by make ##' >site.tmp
2373 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
2374 @echo '# edit the last section' >>site.tmp
2375 @echo 'set srcdir $(srcdir)' >>site.tmp
2376 @echo "set objdir `pwd`" >>site
[all...]
/freebsd-11.0-release/contrib/binutils/ld/
H A DMakefile.in729 DISTCLEANFILES = tdirs site.exp site.bak stringify.sed $(am__append_1)
1111 site.exp: Makefile
1112 @echo 'Making a new site.exp file...'
1113 @echo '## these variables are automatically generated by make ##' >site.tmp
1114 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1115 @echo '# edit the last section' >>site.tmp
1116 @echo 'set srcdir $(srcdir)' >>site.tmp
1117 @echo "set objdir `pwd`" >>site.tmp
1118 @echo 'set build_alias "$(build_alias)"' >>site
[all...]
/freebsd-11.0-release/contrib/ldns/drill/
H A Dconfigure697 site=
986 -site | --site | --sit)
987 ac_prev=site ;;
988 -site=* | --site=* | --sit=*)
989 site=$ac_optarg ;;
2034 # Let the site file select an alternate cache file if it wants to.
2039 # We do not want a PATH search for config.site.
2046 ac_site_file1=$prefix/share/config.site
[all...]
/freebsd-11.0-release/contrib/bmake/
H A Dconfigure701 site=
989 -site | --site | --sit)
990 ac_prev=site ;;
991 -site=* | --site=* | --sit=*)
992 site=$ac_optarg ;;
2201 # Let the site file select an alternate cache file if it wants to.
2208 ac_site_file1=$prefix/share/config.site
2209 ac_site_file2=$prefix/etc/config.site
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.c322 xprintf("*site %d* ", (int) (p[i] & SPATH_MASK));
361 stderror(ERR_NAME | ERR_STRING, CGETS(23, 1, "Bad cpu/site name"));
372 * Return the site name where the process is running
380 if ((ss = site(pid)) == -1 || (st = sfnum(ss)) == NULL)
400 if ((new_site = site(0)) == -1) {
401 xprintf(CGETS(23, 4, "site: %s\n"), strerror(errno));
439 * Do the -site.
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.tpl790 [+ IF no-config-site +]rm -f no-such-file || : ; \
914 args="$(BUILD_CONFIGARGS)" no-config-site=true +]
1027 args="$(TARGET_CONFIGARGS)" no-config-site=true +]
1038 args="$(TARGET_CONFIGARGS)" no-config-site=true +]

Completed in 313 milliseconds

1234