Searched refs:hst (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A 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/crypto/openssh/regress/ |
H A D | dropbear-ciphers.sh | 17 ciphers=`$DBCLIENT -c help hst 2>&1 | awk '/ ciphers: /{print $4}' | tr ',' ' '` 18 macs=`$DBCLIENT -m help hst 2>&1 | awk '/ MACs: /{print $4}' | tr ',' ' '`
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 927 char *hst; in nfs_mount() local 943 hst = malloc(MNAMELEN, M_TEMP, M_WAITOK); in nfs_mount() 1319 error = copyinstr(args.hostname, hst, MNAMELEN - 1, &hstlen); in nfs_mount() 1322 bzero(&hst[hstlen], MNAMELEN - hstlen); in nfs_mount() 1323 args.hostname = hst; in nfs_mount() 1332 bcopy(args.hostname, hst, MNAMELEN); in nfs_mount() 1333 hst[MNAMELEN - 1] = '\0'; in nfs_mount() 1365 bcopy(args.hostname, hst, len); in nfs_mount() 1366 hst[len] = '\0'; in nfs_mount() 1372 snprintf(srvkrbname, sizeof (srvkrbname), "nfs@%s", hst); in nfs_mount() [all …]
|
/freebsd/contrib/tcsh/ |
H A 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/usr.sbin/mountd/ |
H A D | mountd.c | 1589 char *cp, *endcp, *dirp, *hst, *usr, *dom, savedc; in get_exportlist_one() local 1779 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist_one() 1786 if (hst == 0) { in get_exportlist_one() 1790 } else if (get_host(hst, grp, tgrp)) { in get_exportlist_one() 1792 "bad host %s in netgroup %s, skipping", hst, cp); in get_exportlist_one() 1800 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist_one()
|