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

12

/freebsd-current/lib/libc/net/
H A Dntoh.c34 htonl(uint32_t hl) argument
37 return (__htonl(hl));
/freebsd-current/usr.bin/mail/
H A Dhead.c49 struct headline hl; local
54 parse(linebuf, &hl, parbuf);
55 if (hl.l_date == NULL) {
59 if (!isdate(hl.l_date)) {
87 parse(char line[], struct headline *hl, char pbuf[]) argument
92 hl->l_from = NULL;
93 hl->l_tty = NULL;
94 hl->l_date = NULL;
105 hl->l_date = copyin(cp, &sp);
110 hl
[all...]
H A Dcmd1.c165 struct headline hl; local
188 parse(headline, &hl, pbuf);
195 curind, dispc, mesg, name, hl.l_date, wcount);
198 curind, dispc, mesg, name, hl.l_date, wcount,
/freebsd-current/contrib/libucl/src/
H A Ducl_hash.h93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL)
/freebsd-current/lib/libutil/
H A Dlogin_ok.c181 const char **hl; local
183 hl = login_getcaplist(lc, allowcap, NULL);
184 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD))
188 hl = login_getcaplist(lc, denycap, NULL);
189 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD))
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn1_parse.c22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, argument
37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s",
38 offset, depth, (long)hl, len, p) <= 0)
41 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s",
42 offset, depth, (long)hl, p) <= 0)
100 int nl, hl, j, r; local
123 hl = (p - op);
124 length -= hl;
129 hl, len, tag, xclass, j, (indent) ? depth : 0))
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) !
[all...]
/freebsd-current/usr.sbin/config/
H A Dmain.cc644 struct hdr_list *hl; local
669 for (hl = htab; hl != NULL; hl = hl->h_next) {
670 if (eq(dp->d_name, hl->h_name)) {
674 if (hl)
689 struct hdr_list *hl; local
700 for (hl = htab; hl !
[all...]
/freebsd-current/contrib/less/
H A Dsearch.c707 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) argument
712 if (hl->hl_startpos >= hl->hl_endpos)
721 n->r = *hl;
734 if (hl->hl_startpos < p->r.hl_startpos)
736 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr)
737 hl->hl_endpos = p->r.hl_startpos;
745 if (hl->hl_startpos < p->r.hl_endpos && hl
891 struct hilite hl; local
1121 struct hilite hl; local
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon3364::__anon3365
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon3364::__anon3366
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-current/crypto/openssl/crypto/bio/
H A Dbio_addr.c483 const char *h = NULL; size_t hl = 0; local
490 hl = p - h;
519 hl = p - h;
524 hl = strlen(h);
535 if (hl == 0
536 || (hl == 1 && h[0] == '*')) {
539 *host = OPENSSL_strndup(h, hl);
/freebsd-current/contrib/tcsh/
H A Ded.chared.c1878 Char *hl; local
1884 hl = hp->histline;
1886 hl = sprlex(&hp->Hlex);
1887 cleanup_push(hl, xfree);
1890 xprintf("Comparing with \"%S\"\n", hl);
1892 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) ||
1893 hl[LastChar-InputBuf]) && c_hmatch(hl);
1895 cleanup_until(hl);
1939 Char *hl; local
[all...]
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon.c1025 u_short hl, p; local
1135 hl = IP_HL(ip) << 2;
1147 hl = sizeof(ip6_t);
1152 plen = hl + ntohs(ip6->ip6_plen);
1154 ehp = (struct ip6_ext *)((char *)ip6 + hl);
1165 hl += ehl;
1169 hl += sizeof(struct ip6_frag);
1184 tp = (tcphdr_t *)((char *)ip + hl);
1192 proto, hl, plen);
1214 hostname(f, d), proto, hl, ple
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Dmemory.c260 int hl, hr;
265 hl = verify(node->left);
268 if (!hl || !hr)
270 if (hl != hr)
278 return hl;
281 return hl + 1;
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe-pcm.c900 struct hdspe_latency *hl; local
910 hl = NULL;
932 hl = &latency_map[i];
936 if (hl == NULL) {
938 hl = &latency_map[i];
939 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
940 ((latency_map[i + 1].period - hl->period) >> 1) : 0);
948 sc->ctrl_register |= hdspe_encode_latency(hl->n);
950 sc->period = hl->period;
H A Dhdsp-pcm.c907 struct hdsp_latency *hl; local
917 hl = NULL;
939 hl = &latency_map[i];
943 if (hl == NULL) {
945 hl = &latency_map[i];
946 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
947 ((latency_map[i + 1].period - hl->period) >> 1) : 0);
955 sc->ctrl_register |= hdsp_encode_latency(hl->n);
957 sc->period = hl->period;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2462 struct hardlink *hl; local
2469 hl = malloc(sizeof(*hl));
2470 if (hl == NULL) {
2475 hl->nlink = 1;
2478 hl->file_list.first = file;
2479 hl->file_list.last = &(file->hlnext);
2481 (struct archive_rb_node *)hl);
2483 hl = (struct hardlink *)__archive_rb_tree_find_node(
2485 if (hl !
2507 struct hardlink *hl; local
[all...]
H A Darchive_read_support_format_cpio.c364 const void *h, *hl; local
414 hl = __archive_read_ahead(a,
416 if (hl == NULL)
418 if (archive_entry_copy_symlink_l(entry, (const char *)hl,
/freebsd-current/sys/netipsec/
H A Dxform_ah.c543 int hl, rplen, authsize, ahsize, error; local
582 hl = sizeof(struct ah) + (ah->ah_len * sizeof (u_int32_t));
586 if (hl != ahsize) {
588 " for packet in SA %s/%08lx\n", __func__, hl,
606 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl);
643 hl = ah->ah_nxt;
672 xd->nxt = hl;
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzloop.sh43 $0 [-hl] [-c <dump directory>] [-f <vdev directory>]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h429 unsigned hl = getHeight(L); local
431 return (hl > hr ? hl : hr) + 1;
487 unsigned hl = getHeight(L); local
490 if (hl > hr + 2) {
507 if (hr > hl + 2) {
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c92 (CAST(uint32_t, (p)->hl[3])<<24)| \
93 (CAST(uint32_t, (p)->hl[2])<<16)| \
94 (CAST(uint32_t, (p)->hl[1])<<8)| \
95 (CAST(uint32_t, (p)->hl[0])))
97 (CAST(uint32_t, (p)->hl[0])<<24)| \
98 (CAST(uint32_t, (p)->hl[1])<<16)| \
99 (CAST(uint32_t, (p)->hl[2])<<8)| \
100 (CAST(uint32_t, (p)->hl[3])))
102 (CAST(uint32_t, (p)->hl[1])<<24)| \
103 (CAST(uint32_t, (p)->hl[
[all...]
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c2254 int error, hl; local
2275 hl = strlen(hname);
2276 if (hl > 0 && hname[hl-1] == '.')
2277 hname[--hl] = '\0';
2280 trimdomain(hname, hl);
3105 int hl; local
3112 hl = strlen(f->f_host);
3113 if (hl > 0 && f->f_host[hl
[all...]
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl26 elsif ($reg =~ m/^%[a-d][hl]$/o) { "b"; }
/freebsd-current/stand/lua/
H A Ddrawer.lua230 local hl = framespec.horizontal
253 printc(hl)
258 printc(hl)
/freebsd-current/sys/netgraph/
H A Dng_base.c443 const struct hooklist *hl = (const struct hooklist *)start; local
445 return hl->nodeinfo.hooks;
2616 struct hooklist *hl; local
2621 NG_MKRESPONSE(resp, msg, sizeof(*hl) +
2627 hl = (struct hooklist *) resp->data;
2628 ni = &hl->nodeinfo;
2639 struct linkinfo *const link = &hl->link[ni->hooks];

Completed in 377 milliseconds

12