Home
last modified time | relevance | path

Searched refs:thishost (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dinitparse.c13 char thishost[MAXHOSTNAMELEN]; variable
18 gethostname(thishost, sizeof(thishost)); in initparse()
19 thishost[sizeof(thishost) - 1] = '\0'; in initparse()
H A Dgethost.c39 name = thishost;
/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c64 static char thishost[MAXHOSTNAMELEN + 1] = ""; variable
132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) { in print_dump()
210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) { in fix_rmtab()
322 xstrlcpy(thishost, optarg, sizeof(thishost)); in main()
336 if (!*thishost) { in main()
339 if (gethostname(thishost, sizeof(thishost)) < 0) { in main()
343 thishost[sizeof(thishost) - 1] = '\0'; in main()
350 if (!(he = gethostbyname(thishost))) { in main()
352 thishost); in main()
362 xstrlcpy(thishost, he->h_name, sizeof(thishost)); in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.h41 char *thishost; member
62 "l", conn_info->thishost, \
H A Dssh.c609 free(cinfo->thishost); in ssh_conn_info_free()
665 char cname[NI_MAXHOST], thishost[NI_MAXHOST]; in main() local
1412 if (gethostname(thishost, sizeof(thishost)) == -1) in main()
1414 cinfo->thishost = xstrdup(thishost); in main()
1415 thishost[strcspn(thishost, ".")] = '\0'; in main()
1416 cinfo->shorthost = xstrdup(thishost); in main()
1429 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost, in main()
H A Dreadconf.h255 char *ssh_connection_hash(const char *thishost, const char *host,
/netbsd-src/external/bsd/ipf/dist/
H A Dtodo15 * add another alias for <thishost> for interfaces <thisif>? as well as
H A Dipf.h214 extern char thishost[];
H A DHISTORY1592 initparse() call, missing to prime "<thishost>" hook - Craig Bishop