Searched refs:host (Results 226 - 250 of 581) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsi_lex.l142 { "host", tHOST },
226 s = "${host}";
H A Dfsi_gram.y59 host *h;
102 %type <h> host host_attr host_attr_list
113 | list_of_hosts host
123 * A new host:
125 * host foo.domain
127 host : label
168 { yyerror("unknown host attribute"); }
370 * Additional mounts on a host
391 * from "hostname" - obtain the object from the named host
/freebsd-9.3-release/contrib/bmake/mk/
H A Dhost-target.mk2 # $Id: host-target.mk,v 1.6 2011/03/02 05:05:21 sjg Exp $
H A Dhost.libnames.mk1 # $Id: host.libnames.mk,v 1.4 2010/01/11 23:01:31 sjg Exp $
/freebsd-9.3-release/contrib/netcat/
H A Dnetcat.c137 char *host, *uport; local
155 host = NULL;
315 host = argv[0];
321 host = NULL;
323 host = argv[0];
394 s = unix_bind(host);
396 s = unix_listen(host);
402 s = local_listen(host, uport, hints);
464 if ((s = unix_connect(host)) > 0 && !zflag) {
486 s = socks_connect(host, portlis
625 remote_connect(const char *host, const char *port, struct addrinfo hints) argument
729 local_listen(char *host, char *port, struct addrinfo hints) argument
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpf_print_state.c144 char host[NI_MAXHOST]; local
146 strlcpy(host, "?", sizeof(host));
156 host, sizeof(host), NULL, 0, NI_NOFQDN);
167 host, sizeof(host), NULL, 0, NI_NOFQDN);
171 printf("%s", host);
/freebsd-9.3-release/usr.bin/csup/
H A Dtoken.l52 host { yylval.i = PT_HOST; return NAME; }
/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.c134 char *host, *localname, *p, *user, term[1024]; local
143 host = localname = user = NULL;
151 host = p;
153 /* handle "rlogin host flags" */
154 if (!host && argc > 2 && argv[1][0] != '-') {
155 host = argv[1];
200 /* if haven't gotten a host yet, do so */
201 if (!host && !(host = argv[optind++]))
244 rem = rcmd_af(&host, s
[all...]
/freebsd-9.3-release/usr.bin/wtmpcvt/
H A Dwtmpcvt.c80 else if (MATCH(user, "") && MATCH(host, "") && !MATCH(line, "")) {
87 COPY_STRING(host);
97 /* Timestamp conversion. XXX: Assumes host byte order! */
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c73 const char *host)
144 krb5_set_error_string(context, "sendmsg %s: %s", host, strerror(ret));
166 const char *host)
253 krb5_set_error_string(context, "sendmsg %s: %s", host, strerror(ret));
271 const char *host)
290 host, strerror(save_errno));
293 krb5_set_error_string(context, "recvfrom timeout %s", host);
308 host);
316 host, strerror(save_errno));
324 "(%ld bytes)", host, (lon
66 chgpw_send_request(krb5_context context, krb5_auth_context *auth_context, krb5_creds *creds, krb5_principal targprinc, int is_stream, int sock, const char *passwd, const char *host) argument
159 setpw_send_request(krb5_context context, krb5_auth_context *auth_context, krb5_creds *creds, krb5_principal targprinc, int is_stream, int sock, const char *passwd, const char *host) argument
264 process_reply(krb5_context context, krb5_auth_context auth_context, int is_stream, int sock, int *result_code, krb5_data *result_code_string, krb5_data *result_string, const char *host) argument
[all...]
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Dnatm.c61 struct in_addr host; member in struct:natm_route
104 r->host.s_addr = INADDR_ANY;
106 r->host = sain->sin_addr;
568 if (r->host.s_addr == sain.sin_addr.s_addr)
571 errx(1, "no NATM route to host '%s' (%s)", argv[0],
590 sain.sin_addr = r->host;
596 printf("route delete %s\n", inet_ntoa(r->host));
646 printf("%-20s", inet_ntoa(r->host));
647 else if (r->host.s_addr == INADDR_ANY)
650 hp = gethostbyaddr((char *)&r->host, sizeo
[all...]
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf66 # host/domain names ending with a token in class P are canonical
69 # "Smart" relay host (may be null)
83 # Resolve map (to check if a host exists in check_mail)
84 Kresolve host -a<OKR> -T<TEMP>
101 # class E: names that should be exposed as from this host, even if we masquerade
196 # persistent host status directory
332 # fallback MX host
333 #O FallbackMXhost=fall.back.host.net
335 # fallback smart host
336 #O FallbackSmartHost=fall.back.host
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Dltconfig208 host=
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
399 elif test -z "$host"; then
402 # echo "$progname: warning \`$option' is not a valid host type" 1>&2
404 host="$option"
538 echo $ac_n "checking host system type""... $ac_c" 1>&6
540 host_alias=$host
550 echo "$progname: cannot guess host type; you must specify one" 1>&2
559 host
[all...]
/freebsd-9.3-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c274 "[-dkMPsv] [-H rhost] [-h host] [-t tty] [-U ruser] [-u user]");
318 const char *host = NULL; local
337 opt_str_once(opt, &host, optarg);
411 if (host != NULL)
412 if ((pame = pt_set_item(PAM_HOST, host)) != PAM_SUCCESS)
416 * The remote host / user / tty are usually set by the
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbitdomain.c202 * Validate whether the mail domain "host" is registered in the DNS.
203 * If "host" is a CNAME, it is expanded in-place if the expansion fits
208 valhost(host, hbsize)
209 char *host;
233 ret = res_querydomain(host, "", C_IN, qtype,
303 (void)strcpy(host, nbuf);
/freebsd-9.3-release/crypto/heimdal/tests/db/
H A Dadd-modify-delete.in107 ${kadmin} add -r --use-defaults host/datan.example.org || exit 1
108 ${kadmin} get host/datan.example.org > tempfile || exit 1
110 ${EGREP} " *Principal: host/datan.example.org@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
/freebsd-9.3-release/crypto/openssh/
H A Daudit-linux.c74 audit_connection_from(const char *host, int port) argument
H A Dgss-genr.c210 /* Create a service name for the given host */
212 ssh_gssapi_import_name(Gssctxt *ctx, const char *host) argument
217 xasprintf(&val, "host@%s", host);
252 ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host) argument
265 major = ssh_gssapi_import_name(*ctx, host);
/freebsd-9.3-release/crypto/openssh/regress/
H A Dforward-control.sh44 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
50 -oConnectionAttempts=4 host true >/dev/null 2>&1
74 -n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
81 -oConnectionAttempts=4 host true >/dev/null 2>&1
/freebsd-9.3-release/etc/periodic/daily/
H A D470.status-named46 name=`host "${ipaddr}" 2>/dev/null | \
/freebsd-9.3-release/gnu/usr.bin/cc/libiberty/
H A Dconfig.h448 #include <size-host.h>
/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.h91 * given host. This information is used to determine which data should or
152 * if it is desired to always send the same response to a given host.
157 struct host {
156 struct host { struct
/freebsd-9.3-release/sys/rpc/
H A Drpc_com.h87 const struct netconfig *, const char *host, CLIENT **clpp,
/freebsd-9.3-release/tools/tools/kttcp/
H A Dkttcp.c71 " [-4] [-6] host\n"
109 char *host; local
185 host = argv[0];
190 host = NULL;
201 error = getaddrinfo(host, portstr, &hints, &addr);
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dhttp_client.c134 arg_printusage(http_args, num_http_args, NULL, "host [page]");
189 http_query(const char *host, const char *page, argument
200 s = do_connect(host, port_str);
207 fdprintf(s, "Host: %s\r\n\r\n", host);
285 const char *host, *page; local
314 errx(1, "usage: %s host [page]", getprogname());
315 host = argv[0];
334 http_query(host, page, headers, num_headers, &req);
362 asprintf(&name, "%s@%s", gss_service, host);

Completed in 285 milliseconds

1234567891011>>