Searched refs:hostname (Results 176 - 200 of 429) sorted by relevance

1234567891011>>

/freebsd-9.3-release/release/ia64/
H A Dboot_crunch.conf6 progs hostname
/freebsd-9.3-release/release/powerpc/
H A Dboot_crunch.conf6 progs hostname
/freebsd-9.3-release/release/sparc64/
H A Dboot_crunch.conf6 progs hostname
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c52 * login -h hostname (for telnetd, etc.)
130 static char *hostname; /* hostname from command line */ variable
217 "hostname size", optarg);
219 hostname = optarg;
316 pam_err = pam_set_item(pamh, PAM_RHOST, hostname);
507 hostname, tty, pwd->pw_name);
520 username, tty, hostname);
823 (void)fprintf(stderr, "usage: login [-fp] [-h hostname] [username]\n");
922 failures, failures > 1 ? "S" : "", hostname);
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto61 bsdinstall hostname || error
199 "Hostname" "Set system hostname" \
216 bsdinstall hostname
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dfixit.conf16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmaster.c141 (void)strcpy(to.tsp_name, hostname);
235 (void)strcpy(to.tsp_name, hostname);
252 (void)strcpy(to.tsp_name, hostname);
260 (void)strcpy(to.tsp_name, hostname);
297 || !strcmp(msg->tsp_name, hostname))
305 (void)strcpy(to.tsp_name, hostname);
476 (void)strcpy(to.tsp_name, hostname);
762 (void)strcpy(to.tsp_name, hostname);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dnetwork.c158 perror(hostname);
/freebsd-9.3-release/lib/libstand/
H A Dnet.h73 extern char hostname[FNAME_SIZE];
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c299 static char hostname[MAXHOSTNAMELEN + 1]; local
304 (void)gethostname(hostname, sizeof(hostname));
316 timeleft ? "": "FINAL ", whom, hostname);
/freebsd-9.3-release/sys/kern/
H A Dkern_xxx.c55 char *hostname; member in struct:gethostname_args
70 return (userland_sysctl(td, name, 2, uap->hostname, &len,
76 char *hostname; member in struct:sethostname_args
90 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname,
186 int bsdi_hostname; /* hostname on BSD/386 */
/freebsd-9.3-release/tools/tools/vimage/
H A Dvimage.c56 char hostname[MAXPATHLEN]; member in struct:vimage_status
197 printf(" Hostname: %s\n", vst[i].hostname);
348 jailparam_init(&params[psize], "host.hostname");
349 jailparam_import_raw(&params[psize++], &vs->hostname,
350 sizeof(vs->hostname));
/freebsd-9.3-release/usr.sbin/periodic/
H A Dperiodic.sh28 host=`hostname`
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_apps.h155 int (*cb) (char *hostname, int s, unsigned char *context),
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dwr_atab.c78 * A hardwired filesystem "hostname:path"
79 * rhost:=hostname;rfs:=path
82 char *hostname = ap->a_hardwiredfs; local
83 char *path = strrchr(hostname, (int) ':');
96 fprintf(af, " rhost:=%s", hostname);
161 * Output a selector for the hostname,
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat_y.y101 %type <ipa> hostname ipv4
329 hostname { nat->in_inip = $1.s_addr;
331 | hostname '/' YY_NUMBER { if ($3 != 0 || $1.s_addr != 0)
336 | hostname ',' hostname { nat->in_flags |= IPN_SPLIT;
493 | hostname '/' ipv4 { $$.a = $1; $$.m = $3;
495 | hostname '/' hexnumber { $$.a = $1; $$.m.s_addr = htonl($3);
497 | hostname IPNY_MASK ipv4 { $$.a = $1; $$.m = $3;
499 | hostname IPNY_MASK hexnumber { $$.a = $1; $$.m.s_addr = htonl($3);
504 hostname {
596 hostname: label
[all...]
H A Dipmon.c162 char *hostname __P((int, int, u_32_t *));
189 #define HOSTNAME_V4(a,b) hostname((a), 4, (u_32_t *)&(b))
515 char *hostname(res, v, ip) function
872 hostname(res, sl->isl_v, (u_32_t *)&sl->isl_src),
876 hostname(res, sl->isl_v, (u_32_t *)&sl->isl_dst),
879 (void) sprintf(t, "%s -> ", hostname(res, sl->isl_v,
883 hostname(res, sl->isl_v, (u_32_t *)&sl->isl_dst),
886 (void) sprintf(t, "%s -> ", hostname(res, sl->isl_v,
890 hostname(res, sl->isl_v, (u_32_t *)&sl->isl_dst),
894 hostname(re
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c96 char hostname[MAXHOSTNAMELEN + 1], *p; local
121 if (gethostname(hostname, sizeof(hostname) - 2) != 0) {
126 hostname[sizeof(hostname) - 1] = '\0';
129 for (p = hostname; *p != '\0' && *p != '.'; p++) {
135 name_buf.length = strlen(hostname);
136 name_buf.value = hostname;
430 char *str = NULL, *host, hostname[MAXHOSTNAMELEN]; local
434 if (gethostname(hostname, sizeo
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dport-aix.c308 record_failed_login(const char *user, const char *hostname, const char *ttyname) argument
315 loginfailed((char *)user, (char *)hostname, (char *)ttyname,
318 loginfailed((char *)user, (char *)hostname, (char *)ttyname);
/freebsd-9.3-release/usr.bin/ruptime/
H A Druptime.c181 const char *hostname; local
201 hostname = ((struct whod *)buf)->wd_hostname;
202 if (strcasecmp(hostname, host) != 0)
/freebsd-9.3-release/usr.bin/tftp/
H A Dmain.c231 "Invalid URI: Couldn't find / after hostname\n");
266 static char hostname[MAXHOSTNAMELEN]; variable
323 (void) strncpy(hostname, res->ai_canonname,
324 sizeof(hostname));
326 (void) strncpy(hostname, host, sizeof(hostname));
327 hostname[sizeof(hostname)-1] = 0;
474 cp, hostname, targ, mode);
495 argv[n], hostname, tar
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dhttp_client.c46 do_connect (const char *hostname, const char *port) argument
58 error = getaddrinfo (hostname, port, &hints, &ai);
60 errx (1, "getaddrinfo(%s): %s", hostname, gai_strerror(error));
67 warn ("connect(%s)", hostname);
75 errx (1, "failed to contact %s", hostname);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.c173 printf("%s: Must supply at least one of -b hostname, -c hostname, or hostname.\n",
807 char *hostname; local
811 hostname = addrinfo_to_str(ai);
812 TRACE(2, ("check_kod: checking <%s>\n", hostname));
813 if (search_entry(hostname, &reason)) {
815 hostname);
817 free(hostname);
821 free(hostname);
[all...]
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhlfsd.c86 char hostname[MAXHOSTNAMELEN + 1] = "localhost"; variable
314 /* get hostname for logging and open log before we reset umask */
315 gethostname(hostname, sizeof(hostname));
316 hostname[sizeof(hostname) - 1] = '\0';
317 if ((dot = strchr(hostname, '.')) != NULL)
477 "%s:(pid%d)", hostname, masterpid);
527 * Update hostname field.
528 * Make some name prog:pid (i.e., hlfsd:174) for hostname
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c410 char *hostname, *slash; local
420 hostname = ctx->admin_server;
421 slash = strchr (hostname, '/');
423 hostname = slash + 1;
425 error = getaddrinfo (hostname, portstr, &hints, &ai);
437 krb5_warn (context, errno, "connect(%s)", hostname);
446 krb5_warnx (context, "failed to contact %s", hostname);

Completed in 285 milliseconds

1234567891011>>