Searched refs:hst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | getaddrinfo_hostspec.c | 52 struct hst { in roken_getaddrinfo_hostspec2() struct 57 } *hstp, hst[] = { in roken_getaddrinfo_hostspec2() local 69 for(hstp = hst; hstp->prefix; hstp++) { in roken_getaddrinfo_hostspec2()
|
| /freebsd-12-stable/release/picobsd/tinyware/simple_httpd/ |
| D | simple_httpd.c | 67 static struct hostent *hst; variable 188 hst=gethostbyaddr((char*) &addr, 4, AF_INET); in log_line() 191 if (hst) { in log_line() 192 strcat(msg,hst->h_name); in log_line() 193 sprintf(env_host, "REMOTE_HOST=%s",hst->h_name); in log_line()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clvfsops.c | 882 char *hst; in nfs_mount() local 894 hst = malloc(MNAMELEN, M_TEMP, M_WAITOK); in nfs_mount() 1236 error = copyinstr(args.hostname, hst, MNAMELEN - 1, &hstlen); in nfs_mount() 1239 bzero(&hst[hstlen], MNAMELEN - hstlen); in nfs_mount() 1240 args.hostname = hst; in nfs_mount() 1250 bcopy(args.hostname, hst, MNAMELEN); in nfs_mount() 1251 hst[MNAMELEN - 1] = '\0'; in nfs_mount() 1283 bcopy(args.hostname, hst, len); in nfs_mount() 1284 hst[len] = '\0'; in nfs_mount() 1290 snprintf(srvkrbname, sizeof (srvkrbname), "nfs@%s", hst); in nfs_mount() [all …]
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.lex.c | 906 struct Hist *hst; in dosub() local 953 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1); in dosub() 954 return &(hst->Hlex); in dosub()
|
| /freebsd-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 1551 char *cp, *endcp, *dirp, *hst, *usr, *dom, savedc; in get_exportlist_one() local 1710 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist_one() 1717 if (hst == 0) { in get_exportlist_one() 1721 } else if (get_host(hst, grp, tgrp)) { in get_exportlist_one() 1723 "bad host %s in netgroup %s, skipping", hst, cp); in get_exportlist_one() 1731 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist_one()
|