HomeSort by: relevance | last modified time | path
    Searched refs:site (Results 1 - 19 of 19) sorted by relevancy

  /src/tests/usr.sbin/stdhosts/
d_ipv6.in 13 ff05:0:0:0:0:0:0:fb site-local multicast
  /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/usr.bin/ftp/
extern.h 232 void site(int, char **);
cmdtab.c 154 HSTR sitehelp[] = "send site specific command to remote server\n"
155 "\t\tTry \"rhelp site\" or \"site help\" "
277 { "site", H(sitehelp), 0, 1, 1, CMPL0 site },
cmds.c 1646 * Send a SITE command to the remote machine. The line
1648 * word "SITE" is added at the front.
1651 site(int argc, char *argv[]) function
1655 (argc == 1 && !another(&argc, &argv, "arguments to SITE command"))){
1660 quote1("SITE ", argc, argv);
1698 (void)command("SITE CHMOD %s %s", argv[1], argv[2]);
1718 COMMAND_1ARG(argc, argv, "SITE UMASK");
1733 COMMAND_1ARG(argc, argv, "SITE IDLE");
  /src/tools/groff/
Makefile 12 SITETMACDIR= ${TOOLDIR}/share/groff/site-tmac
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 112 * 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.
568 /* Compute value count for each site. */
570 ValueProfNode *Site =
572 while (Site) {
574 Site = Site->Next;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc 370 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; local
371 global_registration_site_vector->push_back(site);
  /src/tools/host-mkdep/
configure 123 site=
359 -site | --site | --sit)
360 ac_prev=site ;;
361 -site=* | --site=* | --sit=*)
362 site=$ac_optarg ;;
813 # Let the site file select an alternate cache file if it wants to.
817 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    [all...]
  /src/sys/arch/sandpoint/
README 15 Information on the Sandpoint can be found on Motorola's web site:
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-motherboard.dtsi 111 arm,vexpress,site = <0>;
  /src/lib/librumpuser/
configure 718 site=
1007 -site | --site | --sit)
1008 ac_prev=site ;;
1009 -site=* | --site=* | --sit=*)
1010 site=$ac_optarg ;;
2102 # Let the site file select an alternate cache file if it wants to.
2107 # We do not want a PATH search for config.site.
2114 ac_site_file1=$prefix/share/config.site
    [all...]
  /src/tools/make/
configure 707 site=
996 -site | --site | --sit)
997 ac_prev=site ;;
998 -site=* | --site=* | --sit=*)
999 site=$ac_optarg ;;
1969 # Let the site file select an alternate cache file if it wants to.
1974 # We do not want a PATH search for config.site.
1981 ac_site_file1=$prefix/share/config.site
    [all...]
  /src/tools/compat/
configure 739 site=
1036 -site | --site | --sit)
1037 ac_prev=site ;;
1038 -site=* | --site=* | --sit=*)
1039 site=$ac_optarg ;;
2119 # Let the site file select an alternate cache file if it wants to.
2124 ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.en 504 {The following are the $1 site, directory, user, and password that
msg.mi.fr 510 {Voici la configuration actuelle pour : nom du site ($1), r�pertoire, nom
msg.mi.pl 492 {Ponizej masz site $1, katalog, uzytkownika, oraz haslo gotowe do uzycia.
  /src/sys/external/isc/libsodium/dist/
configure 881 site=
1170 -site | --site | --sit)
1171 ac_prev=site ;;
1172 -site=* | --site=* | --sit=*)
1173 site=$ac_optarg ;;
2275 # Let the site file select an alternate cache file if it wants to.
2280 # We do not want a PATH search for config.site.
2287 ac_site_file1=$prefix/share/config.site
    [all...]
  /src/share/mk/
bsd.own.mk 529 GROFF_FONT_PATH=${GROFF_SHARE_PATH}/site-font:${GROFF_SHARE_PATH}/font \
530 GROFF_TMAC_PATH=${GROFF_SHARE_PATH}/site-tmac:${GROFF_SHARE_PATH}/tmac

Completed in 594 milliseconds