Home
last modified time | relevance | path

Searched refs:hstp (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
HDgetaddrinfo_hostspec.c57 } *hstp, hst[] = { in roken_getaddrinfo_hostspec2() local
69 for(hstp = hst; hstp->prefix; hstp++) { in roken_getaddrinfo_hostspec2()
70 if(strncmp(hostspec, hstp->prefix, strlen(hstp->prefix)) == 0) { in roken_getaddrinfo_hostspec2()
71 hints.ai_socktype = hstp->socktype; in roken_getaddrinfo_hostspec2()
72 hints.ai_protocol = hstp->protocol; in roken_getaddrinfo_hostspec2()
74 port = hstp->port; in roken_getaddrinfo_hostspec2()
75 hostspec += strlen(hstp->prefix); in roken_getaddrinfo_hostspec2()
/freebsd-11-stable/sys/dev/syscons/
HDsyscons.c1074 vm_offset_t frbp, hstp; in sctty_ioctl() local
1102 hstp = scp->history->vtb_buffer + sc_vtb_tail(scp->history) * in sctty_ioctl()
1105 hstp = 0; in sctty_ioctl()
1112 hstp -= lsize; in sctty_ioctl()
1113 if (hstp < scp->history->vtb_buffer) in sctty_ioctl()
1114 hstp += scp->history->vtb_rows * lsize; in sctty_ioctl()
1115 frbp = hstp; in sctty_ioctl()