Searched refs:hl (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10-stable/lib/libc/net/
H A Dntoh.c33 htonl(uint32_t hl) argument
36 return (__htonl(hl));
/freebsd-10-stable/usr.bin/mail/
H A Dhead.c55 struct headline hl; local
60 parse(linebuf, &hl, parbuf);
61 if (hl.l_date == NULL) {
65 if (!isdate(hl.l_date)) {
93 parse(char line[], struct headline *hl, char pbuf[]) argument
98 hl->l_from = NULL;
99 hl->l_tty = NULL;
100 hl->l_date = NULL;
111 hl->l_date = copyin(cp, &sp);
116 hl
[all...]
H A Dcmd1.c170 struct headline hl; local
193 parse(headline, &hl, pbuf);
200 curind, dispc, mesg, name, hl.l_date, wcount);
203 curind, dispc, mesg, name, hl.l_date, wcount,
/freebsd-10-stable/lib/libutil/
H A Dlogin_ok.c184 const char **hl; local
186 hl = login_getcaplist(lc, allowcap, NULL);
187 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD))
191 hl = login_getcaplist(lc, denycap, NULL);
192 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD))
/freebsd-10-stable/usr.sbin/config/
H A Dmain.c603 struct hdr_list *hl; local
628 for (hl = htab; hl != NULL; hl = hl->h_next) {
629 if (eq(dp->d_name, hl->h_name)) {
633 if (hl)
646 struct hdr_list *hl; local
657 for (hl = htab; hl !
[all...]
/freebsd-10-stable/contrib/less/
H A Dsearch.c766 add_hilite(anchor, hl)
768 struct hilite *hl;
773 if (hl->hl_startpos >= hl->hl_endpos)
782 n->r = *hl;
795 if (hl->hl_startpos < p->r.hl_startpos)
797 if (hl->hl_endpos > p->r.hl_startpos)
798 hl->hl_endpos = p->r.hl_startpos;
806 if (hl->hl_startpos < p->r.hl_endpos) {
807 hl
951 struct hilite hl; local
1281 struct hilite hl; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c124 int nl, hl, j, r; local
156 hl = (p - op);
157 length -= hl;
166 if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
167 depth, (long)hl, len) <= 0)
170 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
235 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
247 ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl);
259 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
[all...]
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon3
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon4
198 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
201 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
/freebsd-10-stable/contrib/binutils/ld/
H A Dldcref.c398 struct bfd_link_hash_entry *hl; local
401 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
403 if (hl == NULL)
410 if (hl->type == bfd_link_hash_defined)
412 if (hl->u.def.section->output_section == NULL)
414 if (hl->u.def.section->owner != NULL
415 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
540 struct bfd_link_hash_entry *hl; local
547 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE,
549 if (hl
[all...]
/freebsd-10-stable/sys/dev/netmap/
H A Dixgbe_netmap.h86 uint32_t hl, rxc; local
88 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0);
92 onoff ? "enter" : "exit", hl, rxc);
98 hl &= ~IXGBE_HLREG0_RXCRCSTRP;
102 hl |= IXGBE_HLREG0_RXCRCSTRP;
107 onoff ? "enter" : "exit", hl, rxc);
108 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_netmap.c82 uint32_t hl, rxc; local
84 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0);
88 onoff ? "enter" : "exit", hl, rxc);
94 hl &= ~IXGBE_HLREG0_RXCRCSTRP;
98 hl |= IXGBE_HLREG0_RXCRCSTRP;
103 onoff ? "enter" : "exit", hl, rxc);
104 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h208 MCSchedModel(unsigned iw, int mbs, unsigned ll, unsigned hl, argument
212 IssueWidth(iw), MicroOpBufferSize(mbs), LoadLatency(ll), HighLatency(hl),
/freebsd-10-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c511 struct hdspe_latency *hl = NULL; local
532 hl = &latency_map[i];
537 if (hl == NULL) {
539 hl = &latency_map[i];
540 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
541 ((latency_map[i + 1].period - hl->period) >> 1) : 0);
549 sc->ctrl_register |= hdspe_encode_latency(hl->n);
551 sc->period = hl->period;
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h162 uint32_t hl : 4; member in struct:__anon7100
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipmon.c1076 u_short hl, p; local
1205 hl = IP_HL(ip) << 2;
1217 hl = sizeof(ip6_t);
1222 plen = hl + ntohs(ip6->ip6_plen);
1224 ehp = (struct ip6_ext *)((char *)ip6 + hl);
1235 hl += ehl;
1239 hl += sizeof(struct ip6_frag);
1254 tp = (tcphdr_t *)((char *)ip + hl);
1262 proto, hl, plen);
1284 hostname(f, d), proto, hl, ple
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Ded.chared.c1883 Char *hl; local
1889 hl = hp->histline;
1891 hl = sprlex(&hp->Hlex);
1892 cleanup_push(hl, xfree);
1895 xprintf("Comparing with \"%S\"\n", hl);
1897 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1898 hl[LastChar-InputBuf]) && c_hmatch(hl);
1900 cleanup_until(hl);
1944 Char *hl; local
[all...]
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dmemory.c205 int hl, hr; local
210 hl = verify(node->left);
213 if (!hl || !hr)
215 if (hl != hr)
223 return hl;
226 return hl + 1;
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2467 struct hardlink *hl; local
2474 hl = malloc(sizeof(*hl));
2475 if (hl == NULL) {
2480 hl->nlink = 1;
2483 hl->file_list.first = file;
2484 hl->file_list.last = &(file->hlnext);
2486 (struct archive_rb_node *)hl);
2488 hl = (struct hardlink *)__archive_rb_tree_find_node(
2490 if (hl !
2512 struct hardlink *hl; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c674 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
719 hl = 0;
737 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
745 memcpy(&(headerB->data[hl]), buf, i);
746 headerB->data[hl + i] = '\0';
747 hl += i;
798 bl = hl;
/freebsd-10-stable/sys/netipsec/
H A Dxform_ah.c557 int hl, rplen, authsize; local
589 hl = ah->ah_len * sizeof (u_int32_t);
592 if (hl != authsize + rplen - sizeof (struct ah)) {
595 hl, (u_long) (authsize + rplen - sizeof (struct ah)),
612 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl);
678 hl = ah->ah_nxt;
704 tc->tc_nxt = hl;
/freebsd-10-stable/contrib/file/src/
H A Dsoftmagic.c75 #define LE32(p) (((uint32_t)(p)->hl[3]<<24)|((uint32_t)(p)->hl[2]<<16)| \
76 ((uint32_t)(p)->hl[1]<<8)|((uint32_t)(p)->hl[0]))
77 #define BE32(p) (((uint32_t)(p)->hl[0]<<24)|((uint32_t)(p)->hl[1]<<16)| \
78 ((uint32_t)(p)->hl[2]<<8)|((uint32_t)(p)->hl[3]))
79 #define ME32(p) (((uint32_t)(p)->hl[1]<<24)|((uint32_t)(p)->hl[
[all...]
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c1462 int error, hl; local
1489 hl = strlen(hname);
1490 if (hl > 0 && hname[hl-1] == '.')
1491 hname[--hl] = '\0';
1492 trimdomain(hname, hl);
1897 int hl; local
1904 hl = strlen(f->f_host);
1905 if (hl > 0 && f->f_host[hl
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h437 unsigned hl = getHeight(L); local
439 return (hl > hr ? hl : hr) + 1;
495 unsigned hl = getHeight(L); local
498 if (hl > hr + 2) {
515 if (hr > hl + 2) {
/freebsd-10-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl19 elsif ($reg =~ m/^%[a-d][hl]$/o) { "b"; }
/freebsd-10-stable/crypto/openssh/
H A Dmisc.c811 size_t i, hl; local
816 hl = l * 2 + 1;
817 r = xcalloc(1, hl);
820 strlcat(r, b, hl);

Completed in 416 milliseconds

12