Searched refs:hst (Results 1 – 8 of 8) 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 ',' ' '`
|
| H A D | dropbear-server.sh | 29 ciphers=`$DBCLIENT -c help hst 2>&1 | awk '/ ciphers: /{print $4}' | tr ',' ' '` 30 macs=`$DBCLIENT -m help hst 2>&1 | awk '/ MACs: /{print $4}' | tr ',' ' '`
|
| H A D | dropbear-kex.sh | 19 $DBCLIENT -m help hst 2>&1 | grep -- '-sha1' >/dev/null ; then
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 932 char *hst; in nfs_mount() local 948 hst = malloc(MNAMELEN, M_TEMP, M_WAITOK); in nfs_mount() 1325 error = copyinstr(args.hostname, hst, MNAMELEN - 1, &hstlen); in nfs_mount() 1328 bzero(&hst[hstlen], MNAMELEN - hstlen); in nfs_mount() 1329 args.hostname = hst; in nfs_mount() 1338 bcopy(args.hostname, hst, MNAMELEN); in nfs_mount() 1339 hst[MNAMELEN - 1] = '\0'; in nfs_mount() 1371 bcopy(args.hostname, hst, len); in nfs_mount() 1372 hst[len] = '\0'; in nfs_mount() 1378 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 | 1590 char *cp, *endcp, *dirp, *hst, *usr, *dom, savedc; in get_exportlist_one() local 1780 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist_one() 1787 if (hst == 0) { in get_exportlist_one() 1791 } else if (get_host(hst, grp, tgrp)) { in get_exportlist_one() 1793 "bad host %s in netgroup %s, skipping", hst, cp); in get_exportlist_one() 1801 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist_one()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm7325-nothing-spacewar.dts | 1348 hst_bt_en: hst-bt-en-state { 1355 hst_sw_ctrl: hst-sw-ctrl-state {
|