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

12

/freebsd-13-stable/usr.bin/mail/
H A Dhead.c57 struct headline hl; local
62 parse(linebuf, &hl, parbuf);
63 if (hl.l_date == NULL) {
67 if (!isdate(hl.l_date)) {
95 parse(char line[], struct headline *hl, char pbuf[]) argument
100 hl->l_from = NULL;
101 hl->l_tty = NULL;
102 hl->l_date = NULL;
113 hl->l_date = copyin(cp, &sp);
118 hl
[all...]
H A Dcmd1.c173 struct headline hl; local
196 parse(headline, &hl, pbuf);
203 curind, dispc, mesg, name, hl.l_date, wcount);
206 curind, dispc, mesg, name, hl.l_date, wcount,
/freebsd-13-stable/lib/libc/net/
H A Dntoh.c37 htonl(uint32_t hl) argument
40 return (__htonl(hl));
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.h93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL)
/freebsd-13-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-13-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c75 int nl, hl, j, r; local
100 hl = (p - op);
101 length -= hl;
110 if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
111 depth, (long)hl, len) <= 0)
114 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
179 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
202 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
258 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl);
[all...]
/freebsd-13-stable/usr.sbin/config/
H A Dmain.c653 struct hdr_list *hl; local
678 for (hl = htab; hl != NULL; hl = hl->h_next) {
679 if (eq(dp->d_name, hl->h_name)) {
683 if (hl)
696 struct hdr_list *hl; local
707 for (hl = htab; hl !
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon5230::__anon5231
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon5230::__anon5232
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-13-stable/contrib/less/
H A Dsearch.c773 add_hilite(anchor, hl)
775 struct hilite *hl;
780 if (hl->hl_startpos >= hl->hl_endpos)
789 n->r = *hl;
802 if (hl->hl_startpos < p->r.hl_startpos)
804 if (hl->hl_endpos > p->r.hl_startpos)
805 hl->hl_endpos = p->r.hl_startpos;
813 if (hl->hl_startpos < p->r.hl_endpos) {
814 hl
958 struct hilite hl; local
1188 struct hilite hl; local
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c556 struct hdspe_latency *hl; local
566 hl = NULL;
585 hl = &latency_map[i];
590 if (hl == NULL) {
592 hl = &latency_map[i];
593 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
594 ((latency_map[i + 1].period - hl->period) >> 1) : 0);
602 sc->ctrl_register |= hdspe_encode_latency(hl->n);
604 sc->period = hl->period;
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h162 uint32_t hl : 4; member in struct:__anon9998
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Db_addr.c474 const char *h = NULL; size_t hl = 0; local
481 hl = p - h;
510 hl = p - h;
515 hl = strlen(h);
526 if (hl == 0
527 || (hl == 1 && h[0] == '*')) {
530 *host = OPENSSL_strndup(h, hl);
/freebsd-13-stable/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-13-stable/contrib/ipfilter/tools/
H A Dipmon.c1054 u_short hl, p; local
1164 hl = IP_HL(ip) << 2;
1176 hl = sizeof(ip6_t);
1181 plen = hl + ntohs(ip6->ip6_plen);
1183 ehp = (struct ip6_ext *)((char *)ip6 + hl);
1194 hl += ehl;
1198 hl += sizeof(struct ip6_frag);
1213 tp = (tcphdr_t *)((char *)ip + hl);
1221 proto, hl, plen);
1243 hostname(f, d), proto, hl, ple
[all...]
/freebsd-13-stable/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-13-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...]
H A Darchive_read_support_format_cpio.c359 const void *h, *hl; local
409 hl = __archive_read_ahead(a,
411 if (hl == NULL)
413 if (archive_entry_copy_symlink_l(entry, (const char *)hl,
/freebsd-13-stable/sys/netipsec/
H A Dxform_ah.c540 int hl, rplen, authsize, ahsize, error; local
577 hl = sizeof(struct ah) + (ah->ah_len * sizeof (u_int32_t));
581 if (hl != ahsize) {
583 " for packet in SA %s/%08lx\n", __func__, hl,
601 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl);
638 hl = ah->ah_nxt;
669 xd->nxt = hl;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h442 unsigned hl = getHeight(L); local
444 return (hl > hr ? hl : hr) + 1;
500 unsigned hl = getHeight(L); local
503 if (hl > hr + 2) {
520 if (hr > hl + 2) {
/freebsd-13-stable/contrib/file/src/
H A Dsoftmagic.c90 (CAST(uint32_t, (p)->hl[3])<<24)| \
91 (CAST(uint32_t, (p)->hl[2])<<16)| \
92 (CAST(uint32_t, (p)->hl[1])<<8)| \
93 (CAST(uint32_t, (p)->hl[0])))
95 (CAST(uint32_t, (p)->hl[0])<<24)| \
96 (CAST(uint32_t, (p)->hl[1])<<16)| \
97 (CAST(uint32_t, (p)->hl[2])<<8)| \
98 (CAST(uint32_t, (p)->hl[3])))
100 (CAST(uint32_t, (p)->hl[1])<<24)| \
101 (CAST(uint32_t, (p)->hl[
[all...]
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl26 elsif ($reg =~ m/^%[a-d][hl]$/o) { "b"; }
/freebsd-13-stable/stand/lua/
H A Ddrawer.lua219 local hl = framespec.horizontal
242 printc(hl)
247 printc(hl)
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1137 size_t i, hl; local
1142 hl = l * 2 + 1;
1143 r = xcalloc(1, hl);
1146 strlcat(r, b, hl);
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c2288 int error, hl; local
2309 hl = strlen(hname);
2310 if (hl > 0 && hname[hl-1] == '.')
2311 hname[--hl] = '\0';
2314 trimdomain(hname, hl);
2931 int hl; local
2938 hl = strlen(f->f_host);
2939 if (hl > 0 && f->f_host[hl
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_base.c443 const struct hooklist *hl = (const struct hooklist *)start; local
445 return hl->nodeinfo.hooks;
2617 struct hooklist *hl; local
2622 NG_MKRESPONSE(resp, msg, sizeof(*hl) +
2628 hl = (struct hooklist *) resp->data;
2629 ni = &hl->nodeinfo;
2640 struct linkinfo *const link = &hl->link[ni->hooks];

Completed in 261 milliseconds

12