Searched refs:host (Results 201 - 225 of 468) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dcrawlsrccomments.sh719 typeset host="${path1%%/*}"
721 typeset port="${host##*:}"
726 # If URL did not contain a port number in the host part then look at the
728 if [[ "${port}" == "${host}" ]] ; then
735 host="${host%:*}"
738 printmsg "protocol=${protocol} port=${port} host=${host} path=${path}"
743 [[ "${host}" != "" ]] || { print -u2 -f "%s: host no
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c160 char host[BUFSIZ]; local
173 gethostname(host, sizeof (host));
175 "job-originating-host-name", &h1) == PAPI_OK) {
177 "job-host", h1);
179 add_lpd_control_line(metadata, 'H', host);
181 "job-originating-host-name", host);
488 char host[BUFSIZ]; local
512 gethostname(host, sizeo
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c79 * These structures are added when a new host name is introduced to the
83 char host[MAX_RDC_HOST_SIZE]; /* The host name of this link */ member in struct:rdc_link_down
380 rdc_lookup_host(char *host) argument
392 if (strcmp(host, p->host) == 0) {
405 (void) strncpy(p->host, host, MAX_RDC_HOST_SIZE);
416 * The user specifies which host he is interested in.
417 * This function is woken up when the link to that host goe
424 char host[MAX_RDC_HOST_SIZE]; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1035 if (host != NULL) /* we set the host only once in ufsdump */
1038 host = NULL;
1044 host = tape;
1045 tape = strchr(host, ':');
1047 cp = strchr(host, '@'); /* user@host? */
1051 cp = host;
1093 if (host) {
1156 if (host) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c490 * Get the host base service name for the kiprop principal. Returns
502 char *host; local
504 if (ret = kadm5_get_master(context, realm, &host))
507 name = malloc(strlen(KIPROP_SVC_NAME)+ strlen(host) + 2);
509 free(host);
512 (void) sprintf(name, "%s@%s", KIPROP_SVC_NAME, host);
513 free(host);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm20 my $host = shift;
104 my $host = shift @tok;
105 $mach = bless {machine => $host};
107 $netrc{$host} = []
108 unless exists($netrc{$host});
109 push(@{$netrc{$host}}, $mach);
/opensolaris-onvv-gate/usr/src/lib/librdc/common/
H A Drdcrules.c82 char host[CFG_MAX_BUF]; local
152 (void) sscanf(buf, "%s %s %s %s %s %s", host, pri, bit,
155 if (self_check(host)) {
186 if (self_check(host)) {
211 if (self_check(host)) {
224 if ((strcmp(host, hostp) == 0) &&
/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c100 * host cache states
187 * host cache counters. These variables do not need to be protected
295 * Using the new ioctl SIOCTONLINK to determine if a host is on the same
340 * For each host address see if it's on our
364 } /* end of every host */
366 trace_prt(1, "get_mysubnet_servers: host=%s "
680 char *p, *host, *rhost, *dir; local
861 * If the host is '[a:d:d:r:e:s:s'],
864 host = strdup(mfs->mfs_host);
865 if (host
3636 char *host, *path; local
[all...]
H A Dautod_parse.c1311 * a) host[(penalty)][,host[(penalty)]]... :/directory
1312 * b) host[(penalty)]:/directory[ host[(penalty)]:/directory]...
1473 char *host; local
1477 host = dirname+2;
1478 path = strchr(host, '/');
1482 host);
1487 sport = strchr(host, ':');
1511 mfs->mfs_host = strdup(host);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c120 * Convert from URL syntax to host:path syntax.
123 convert_special(char **specialp, char *host, char *oldpath, char *newpath, argument
134 * assumes that nfs: is the host name.
169 p2 = host;
174 * Begin with the host name.
178 * Sine URL's take more room than host:path, there is
204 * Now over write into special the path portion of host:path in
224 * by replacing nfs://host[:port]/path with host:path.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dver.t191 my $host;
192 eval { $host = gethostbyaddr($ip,&Socket::AF_INET) };
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c319 /* host key */
395 tcpconnect(char *host) argument
405 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
406 fatal("getaddrinfo %s: %s", host, gai_strerror(gaierr));
417 error("connect (`%s'): %s", host, strerror(errno));
526 error("%s: Connection closed by remote host", c->c_name);
663 do_host(char *host) argument
665 char *name = strnnsep(&host, " \t\n");
674 conalloc(name, *host ? host
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Drequest.c525 fprintf( stderr, "* host: %s port: %d%s\n",
702 char *p, *domain, *host, *server_dn, **dxs; local
723 host = dxs[ i ];
726 host = dxs[ i ] + 7;
727 if (( p = strchr( host, ':' )) == NULL ) {
728 p = host;
740 host = NULL;
743 if ( host != NULL ) { /* found a server we can use */
760 if (( srv->lsrv_host = strdup( host )) == NULL ||
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c384 char *host, hbuf[ PR_NETDB_BUF_SIZE ]; local
405 for ( parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
407 rc < 0 && LDAP_SUCCESS == parse_err && NULL != host;
408 parse_err = ldap_x_hostlist_next( &host, &port, status )) {
410 if ( PR_SUCCESS == PR_StringToNetAddr( host, &addr )) {
423 if ( PR_SUCCESS == PR_GetIPNodeByName( host,
442 hostname = nsldapi_strdup(host);
445 ldap_memfree( host );
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent_r.c45 innetgr_r(const char *netgroup, const char *host, const char *user, argument
50 DE_CONST(host, ho);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h141 extern char host[]; /* host name of master copy */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c211 char host[40]; local
258 domain[0] = host[0] = NULL;
531 host[0] = NULL;
535 (void) strncpy(host,
538 host[optp->len] = '\0';
597 if (domain[0] == '\0' && host[0] != '\0' &&
598 (domainp = strchr(host, '.')) != NULL) {
606 mep->hlen, host, &cidlen);
609 (void) snprintf(host,
610 sizeof (host), "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DResourceBundle.properties98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.h63 int idmap_add_ds(adutils_ad_t *ad, const char *host, int port);
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c72 if (!xdr_char(xdrs, &objp->host)) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Daddrmatch.c291 * Test whether host portion of address 'a', as determined by 'masklen'
293 * Returns 0 on if host portion of address is all-zeros,
351 addr_netmatch(const struct xaddr *host, const struct xaddr *net, u_int masklen) argument
355 if (host->af != net->af)
358 if (addr_netmask(host->af, masklen, &tmp_mask) == -1)
360 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dkssl.h100 #define KRB5SVC "host"
168 int slen, const char *svc, int hlen, const char *host);
/opensolaris-onvv-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h116 char *host; member in struct:adutils_host
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c37 /* host attributes filters */
166 /* Get host names */
191 /* Use the canonical name as the host name */
264 * on fully qualified host names (foo.bar.sun.com)
296 /* Is this a request for a host.domain */
298 char host[MAXHOSTNAMELEN]; local
302 /* separate host and domain. this function */
308 if (chophostdomain(hname, host, domain) == -1) {
315 /* host.domain and host */
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libprint/common/
H A Dns.h131 char *host; member in struct:ns_cred

Completed in 142 milliseconds

1234567891011>>