| /freebsd-14-stable/usr.bin/mail/ |
| HD | head.c | 55 struct headline hl; in ishead() local 60 parse(linebuf, &hl, parbuf); in ishead() 61 if (hl.l_date == NULL) { in ishead() 65 if (!isdate(hl.l_date)) { in ishead() 93 parse(char line[], struct headline *hl, char pbuf[]) in parse() argument 98 hl->l_from = NULL; in parse() 99 hl->l_tty = NULL; in parse() 100 hl->l_date = NULL; in parse() 111 hl->l_date = copyin(cp, &sp); in parse() 116 hl->l_from = copyin(word, &sp); in parse() [all …]
|
| HD | cmd1.c | 171 struct headline hl; in printhead() local 194 parse(headline, &hl, pbuf); in printhead() 201 curind, dispc, mesg, name, hl.l_date, wcount); in printhead() 204 curind, dispc, mesg, name, hl.l_date, wcount, in printhead()
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-rsautl.pod.in | 167 0:d=0 hl=4 l= 742 cons: SEQUENCE 168 4:d=1 hl=4 l= 591 cons: SEQUENCE 169 8:d=2 hl=2 l= 3 cons: cont [ 0 ] 170 10:d=3 hl=2 l= 1 prim: INTEGER :02 171 13:d=2 hl=2 l= 1 prim: INTEGER :00 172 16:d=2 hl=2 l= 13 cons: SEQUENCE 173 18:d=3 hl=2 l= 9 prim: OBJECT :md5WithRSAEncryption 174 29:d=3 hl=2 l= 0 prim: NULL 175 31:d=2 hl=2 l= 92 cons: SEQUENCE 176 33:d=3 hl=2 l= 11 cons: SET [all …]
|
| HD | openssl-asn1parse.pod.in | 119 0:d=0 hl=4 l= 681 cons: SEQUENCE 123 229:d=3 hl=3 l= 141 prim: BIT STRING 124 373:d=2 hl=3 l= 162 cons: cont [ 3 ] 125 376:d=3 hl=3 l= 159 cons: SEQUENCE 126 379:d=4 hl=2 l= 29 cons: SEQUENCE 127 381:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier 128 386:d=5 hl=2 l= 22 prim: OCTET STRING 129 410:d=4 hl=2 l= 112 cons: SEQUENCE 130 412:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier 131 417:d=5 hl=2 l= 105 prim: OCTET STRING [all …]
|
| /freebsd-14-stable/usr.sbin/config/ |
| HD | main.cc | 656 struct hdr_list *hl; in cleanheaders() local 681 for (hl = htab; hl != NULL; hl = hl->h_next) { in cleanheaders() 682 if (eq(dp->d_name, hl->h_name)) { in cleanheaders() 686 if (hl) in cleanheaders() 701 struct hdr_list *hl; in remember() local 712 for (hl = htab; hl != NULL; hl = hl->h_next) { in remember() 713 if (eq(s, hl->h_name)) { in remember() 718 hl = (struct hdr_list *)calloc(1, sizeof(*hl)); in remember() 719 if (hl == NULL) in remember() 721 hl->h_name = s; in remember() [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/asn1/ |
| HD | asn1_parse.c | 22 static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len, in asn1_print_info() argument 38 offset, depth, (long)hl, len, p) <= 0) in asn1_print_info() 42 offset, depth, (long)hl, p) <= 0) in asn1_print_info() 100 int nl, hl, j, r; in asn1_parse2() local 123 hl = (p - op); in asn1_parse2() 124 length -= hl; in asn1_parse2() 129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2() 186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2() 209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2() 265 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2() [all …]
|
| /freebsd-14-stable/lib/libutil/ |
| HD | login_ok.c | 182 const char **hl; in login_hostok() local 184 hl = login_getcaplist(lc, allowcap, NULL); in login_hostok() 185 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok() 189 hl = login_getcaplist(lc, denycap, NULL); in login_hostok() 190 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
|
| /freebsd-14-stable/contrib/less/ |
| HD | search.c | 799 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) in add_hilite() argument 804 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite() 813 n->r = *hl; in add_hilite() 826 if (hl->hl_startpos < p->r.hl_startpos) in add_hilite() 828 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite() 829 hl->hl_endpos = p->r.hl_startpos; in add_hilite() 837 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) { in add_hilite() 838 hl->hl_startpos = p->r.hl_endpos; in add_hilite() 839 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite() 855 if (hl->hl_startpos < p->r.hl_startpos) { in add_hilite() [all …]
|
| /freebsd-14-stable/contrib/ntp/include/ |
| HD | ntp_types.h | 185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member 188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member 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-14-stable/lib/libc/net/ |
| HD | ntoh.c | 34 htonl(uint32_t hl) in htonl() argument 37 return (__htonl(hl)); in htonl()
|
| /freebsd-14-stable/contrib/libucl/src/ |
| HD | ucl_hash.h | 93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL) argument
|
| /freebsd-14-stable/sbin/ipf/ipmon/ |
| HD | ipmon.c | 1029 u_short hl, p; in print_ipflog() local 1139 hl = IP_HL(ip) << 2; in print_ipflog() 1151 hl = sizeof(ip6_t); in print_ipflog() 1156 plen = hl + ntohs(ip6->ip6_plen); in print_ipflog() 1158 ehp = (struct ip6_ext *)((char *)ip6 + hl); in print_ipflog() 1169 hl += ehl; in print_ipflog() 1173 hl += sizeof(struct ip6_frag); in print_ipflog() 1188 tp = (tcphdr_t *)((char *)ip + hl); in print_ipflog() 1196 proto, hl, plen); in print_ipflog() 1218 hostname(f, d), proto, hl, plen); in print_ipflog() [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/bio/ |
| HD | bio_addr.c | 483 const char *h = NULL; size_t hl = 0; in BIO_parse_hostserv() local 490 hl = p - h; in BIO_parse_hostserv() 519 hl = p - h; in BIO_parse_hostserv() 524 hl = strlen(h); in BIO_parse_hostserv() 535 if (hl == 0 in BIO_parse_hostserv() 536 || (hl == 1 && h[0] == '*')) { in BIO_parse_hostserv() 539 *host = OPENSSL_strndup(h, hl); in BIO_parse_hostserv()
|
| /freebsd-14-stable/sys/dev/sound/pci/ |
| HD | hdspe-pcm.c | 867 struct hdspe_latency *hl; in hdspechan_setblocksize() local 877 hl = NULL; in hdspechan_setblocksize() 896 hl = &latency_map[i]; in hdspechan_setblocksize() 900 if (hl == NULL) { in hdspechan_setblocksize() 902 hl = &latency_map[i]; in hdspechan_setblocksize() 903 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspechan_setblocksize() 904 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspechan_setblocksize() 912 sc->ctrl_register |= hdspe_encode_latency(hl->n); in hdspechan_setblocksize() 914 sc->period = hl->period; in hdspechan_setblocksize()
|
| /freebsd-14-stable/contrib/ofed/libibverbs/ |
| HD | memory.c | 260 int hl, hr; 265 hl = verify(node->left); 268 if (!hl || !hr) 270 if (hl != hr) 278 return hl; 281 return hl + 1;
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | ed.chared.c | 1878 Char *hl; in e_up_search_hist() local 1884 hl = hp->histline; in e_up_search_hist() 1886 hl = sprlex(&hp->Hlex); in e_up_search_hist() 1887 cleanup_push(hl, xfree); in e_up_search_hist() 1890 xprintf("Comparing with \"%S\"\n", hl); in e_up_search_hist() 1892 matched = (Strncmp(hl, InputBuf, (size_t) (LastChar - InputBuf)) || in e_up_search_hist() 1893 hl[LastChar-InputBuf]) && c_hmatch(hl); in e_up_search_hist() 1895 cleanup_until(hl); in e_up_search_hist() 1939 Char *hl; in e_down_search_hist() local 1943 hl = hp->histline; in e_down_search_hist() [all …]
|
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_xar.c | 2462 struct hardlink *hl; in file_register_hardlink() local 2469 hl = malloc(sizeof(*hl)); in file_register_hardlink() 2470 if (hl == NULL) { in file_register_hardlink() 2475 hl->nlink = 1; in file_register_hardlink() 2478 hl->file_list.first = file; in file_register_hardlink() 2479 hl->file_list.last = &(file->hlnext); in file_register_hardlink() 2481 (struct archive_rb_node *)hl); in file_register_hardlink() 2483 hl = (struct hardlink *)__archive_rb_tree_find_node( in file_register_hardlink() 2485 if (hl != NULL) { in file_register_hardlink() 2488 *hl->file_list.last = file; in file_register_hardlink() [all …]
|
| HD | archive_read_support_format_cpio.c | 364 const void *h, *hl; in archive_read_format_cpio_read_header() local 414 hl = __archive_read_ahead(a, in archive_read_format_cpio_read_header() 416 if (hl == NULL) in archive_read_format_cpio_read_header() 418 if (archive_entry_copy_symlink_l(entry, (const char *)hl, in archive_read_format_cpio_read_header()
|
| /freebsd-14-stable/sys/netipsec/ |
| HD | xform_ah.c | 543 int hl, rplen, authsize, ahsize, error; in ah_input() local 582 hl = sizeof(struct ah) + (ah->ah_len * sizeof (u_int32_t)); in ah_input() 586 if (hl != ahsize) { in ah_input() 588 " for packet in SA %s/%08lx\n", __func__, hl, in ah_input() 606 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl); in ah_input() 643 hl = ah->ah_nxt; in ah_input() 672 xd->nxt = hl; in ah_input()
|
| /freebsd-14-stable/stand/lua/ |
| HD | drawer.lua | 230 local hl = framespec.horizontal 253 printc(hl) 258 printc(hl)
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | ImmutableSet.h | 429 unsigned hl = getHeight(L); 431 return (hl > hr ? hl : hr) + 1; 487 unsigned hl = getHeight(L); 490 if (hl > hr + 2) { 507 if (hr > hl + 2) {
|
| /freebsd-14-stable/contrib/file/src/ |
| HD | softmagic.c | 1227 p->l = CAST(int32_t, BE32(p->hl)); in mconvert() 1247 p->l = CAST(int32_t, LE32(p->hl)); in mconvert() 1262 p->l = CAST(int32_t, ME32(p->hl)); in mconvert() 1271 p->l = BE32(p->hl); in mconvert() 1276 p->l = LE32(p->hl); in mconvert() 1639 uint32_t hl; in mget() local 1666 memcpy(&hl, hb, sizeof(hl)); in mget() 1667 off = SEXT(sgn,32,hl); in mget() 1738 lhs = BE32(p->hl); in mget() 1748 lhs = LE32(p->hl); in mget() [all …]
|
| /freebsd-14-stable/usr.sbin/syslogd/ |
| HD | syslogd.c | 2282 int error, hl; in cvthname() local 2303 hl = strlen(hname); in cvthname() 2304 if (hl > 0 && hname[hl-1] == '.') in cvthname() 2305 hname[--hl] = '\0'; in cvthname() 2308 trimdomain(hname, hl); in cvthname() 2925 int hl; in cfline() local 2932 hl = strlen(f->f_host); in cfline() 2933 if (hl > 0 && f->f_host[hl-1] == '.') in cfline() 2934 f->f_host[--hl] = '\0'; in cfline() 2937 trimdomain(f->f_host, hl); in cfline()
|
| /freebsd-14-stable/sys/contrib/openzfs/scripts/ |
| HD | zloop.sh | 43 $0 [-hl] [-c <dump directory>] [-f <vdev directory>]
|
| /freebsd-14-stable/sbin/ipf/iplang/ |
| HD | BNF | 23 "off" number | "v" number | "hl" number| "id" number |
|