| /freebsd/usr.bin/mail/ |
| H A D | head.c | 49 struct headline hl; in ishead() local 54 parse(linebuf, &hl, parbuf); in ishead() 55 if (hl.l_date == NULL) { in ishead() 59 if (!isdate(hl.l_date)) { in ishead() 87 parse(char line[], struct headline *hl, char pbuf[]) in parse() argument 92 hl->l_from = NULL; in parse() 93 hl->l_tty = NULL; in parse() 94 hl->l_date = NULL; in parse() 105 hl->l_date = copyin(cp, &sp); in parse() 110 hl->l_from = copyin(word, &sp); in parse() [all …]
|
| H A D | cmd1.c | 165 struct headline hl; in printhead() local 188 parse(headline, &hl, pbuf); in printhead() 195 curind, dispc, mesg, name, hl.l_date, wcount); in printhead() 198 curind, dispc, mesg, name, hl.l_date, wcount, in printhead()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-rsautl.pod.in | 174 0:d=0 hl=4 l= 742 cons: SEQUENCE 175 4:d=1 hl=4 l= 591 cons: SEQUENCE 176 8:d=2 hl=2 l= 3 cons: cont [ 0 ] 177 10:d=3 hl=2 l= 1 prim: INTEGER :02 178 13:d=2 hl=2 l= 1 prim: INTEGER :00 179 16:d=2 hl=2 l= 13 cons: SEQUENCE 180 18:d=3 hl=2 l= 9 prim: OBJECT :md5WithRSAEncryption 181 29:d=3 hl=2 l= 0 prim: NULL 182 31:d=2 hl=2 l= 92 cons: SEQUENCE 183 33:d=3 hl=2 l= 11 cons: SET [all …]
|
| H A D | 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/usr.sbin/config/ |
| H A D | main.cc | 649 struct hdr_list *hl; in cleanheaders() local 674 for (hl = htab; hl != NULL; hl = hl->h_next) { in cleanheaders() 675 if (eq(dp->d_name, hl->h_name)) { in cleanheaders() 679 if (hl) in cleanheaders() 694 struct hdr_list *hl; in remember() local 705 for (hl = htab; hl != NULL; hl = hl->h_next) { in remember() 706 if (eq(s, hl->h_name)) { in remember() 711 hl = (struct hdr_list *)calloc(1, sizeof(*hl)); in remember() 712 if (hl == NULL) in remember() 714 hl->h_name = s; in remember() [all …]
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | 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) in asn1_print_info() 43 offset, depth, (long)hl, p) in asn1_print_info() 102 int nl, hl, j, r; in asn1_parse2() local 125 hl = (p - op); in asn1_parse2() 126 length -= hl; in asn1_parse2() 131 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2() 181 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2() 204 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2() 256 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2() [all …]
|
| /freebsd/lib/libutil/ |
| H A D | login_ok.c | 181 const char **hl; in login_hostok() local 183 hl = login_getcaplist(lc, allowcap, NULL); in login_hostok() 184 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok() 188 hl = login_getcaplist(lc, denycap, NULL); in login_hostok() 189 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 135 int (*check_func)(struct helper *h, struct helper_local *hl); 362 static int skip_time_ms(struct helper *h, struct helper_local *hl) in skip_time_ms() argument 367 h->time_slip = ossl_time_add(h->time_slip, ossl_ms2time(hl->check_op->arg2)); in skip_time_ms() 373 static QUIC_TSERVER *s_lock(struct helper *h, struct helper_local *hl); 374 static void s_unlock(struct helper *h, struct helper_local *hl); 376 #define ACQUIRE_S() s_lock(h, hl) 379 static int check_rejected(struct helper *h, struct helper_local *hl) in check_rejected() argument 381 uint64_t stream_id = hl->check_op->arg2; in check_rejected() 392 static int check_stream_reset(struct helper *h, struct helper_local *hl) in check_stream_reset() argument 394 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() [all …]
|
| /freebsd/contrib/less/ |
| H A D | search.c | 783 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) in add_hilite() argument 788 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite() 797 n->r = *hl; in add_hilite() 810 if (hl->hl_startpos < p->r.hl_startpos) in add_hilite() 812 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) in add_hilite() 813 hl->hl_endpos = p->r.hl_startpos; in add_hilite() 821 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) { in add_hilite() 822 hl->hl_startpos = p->r.hl_endpos; in add_hilite() 823 if (hl->hl_startpos >= hl->hl_endpos) in add_hilite() 839 if (hl->hl_startpos < p->r.hl_startpos) { in add_hilite() [all …]
|
| /freebsd/contrib/ntp/include/ |
| H A D | 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/lib/libc/net/ |
| H A D | ntoh.c | 34 htonl(uint32_t hl) in htonl() argument 37 return (__htonl(hl)); in htonl()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_hash.h | 93 #define ucl_hash_iterate(hl, ip) ucl_hash_iterate2((hl), (ip), NULL) argument
|
| /freebsd/sbin/ipf/ipmon/ |
| H A D | ipmon.c | 1026 u_short hl, p; in print_ipflog() local 1136 hl = IP_HL(ip) << 2; in print_ipflog() 1148 hl = sizeof(ip6_t); in print_ipflog() 1153 plen = hl + ntohs(ip6->ip6_plen); in print_ipflog() 1155 ehp = (struct ip6_ext *)((char *)ip6 + hl); in print_ipflog() 1166 hl += ehl; in print_ipflog() 1170 hl += sizeof(struct ip6_frag); in print_ipflog() 1185 tp = (tcphdr_t *)((char *)ip + hl); in print_ipflog() 1193 proto, hl, plen); in print_ipflog() 1215 hostname(f, d), proto, hl, plen); in print_ipflog() [all …]
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bio_addr.c | 510 size_t hl = 0; in BIO_parse_hostserv() local 518 hl = p - h; in BIO_parse_hostserv() 547 hl = p - h; in BIO_parse_hostserv() 552 hl = strlen(h); in BIO_parse_hostserv() 563 if (hl == 0 in BIO_parse_hostserv() 564 || (hl == 1 && h[0] == '*')) { in BIO_parse_hostserv() 567 *host = OPENSSL_strndup(h, hl); in BIO_parse_hostserv()
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | hdspe-pcm.c | 899 struct hdspe_latency *hl; in hdspechan_setblocksize() local 909 hl = NULL; in hdspechan_setblocksize() 931 hl = &latency_map[i]; in hdspechan_setblocksize() 935 if (hl == NULL) { in hdspechan_setblocksize() 937 hl = &latency_map[i]; in hdspechan_setblocksize() 938 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspechan_setblocksize() 939 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspechan_setblocksize() 947 sc->ctrl_register |= hdspe_encode_latency(hl->n); in hdspechan_setblocksize() 949 sc->period = hl->period; in hdspechan_setblocksize()
|
| H A D | hdsp-pcm.c | 904 struct hdsp_latency *hl; in hdspchan_setblocksize() local 914 hl = NULL; in hdspchan_setblocksize() 936 hl = &latency_map[i]; in hdspchan_setblocksize() 940 if (hl == NULL) { in hdspchan_setblocksize() 942 hl = &latency_map[i]; in hdspchan_setblocksize() 943 threshold = hl->period + ((latency_map[i + 1].period != 0) ? in hdspchan_setblocksize() 944 ((latency_map[i + 1].period - hl->period) >> 1) : 0); in hdspchan_setblocksize() 952 sc->ctrl_register |= hdsp_encode_latency(hl->n); in hdspchan_setblocksize() 954 sc->period = hl->period; in hdspchan_setblocksize()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | 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/contrib/tcsh/ |
| H A D | 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/sys/netipsec/ |
| H A D | 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/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_xar.c | 2506 struct hardlink *hl; in file_register_hardlink() local 2513 hl = malloc(sizeof(*hl)); in file_register_hardlink() 2514 if (hl == NULL) { in file_register_hardlink() 2519 hl->nlink = 1; in file_register_hardlink() 2522 hl->file_list.first = file; in file_register_hardlink() 2523 hl->file_list.last = &(file->hlnext); in file_register_hardlink() 2525 (struct archive_rb_node *)hl); in file_register_hardlink() 2527 hl = (struct hardlink *)__archive_rb_tree_find_node( in file_register_hardlink() 2529 if (hl != NULL) { in file_register_hardlink() 2532 *hl->file_list.last = file; in file_register_hardlink() [all …]
|
| H A D | archive_read_support_format_cpio.c | 365 const void *h, *hl; in archive_read_format_cpio_read_header() local 415 hl = __archive_read_ahead(a, in archive_read_format_cpio_read_header() 417 if (hl == NULL) in archive_read_format_cpio_read_header() 419 if (archive_entry_copy_symlink_l(entry, (const char *)hl, in archive_read_format_cpio_read_header()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | 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/stand/lua/ |
| H A D | drawer.lua | 278 local hl = framespec.horizontal 301 printc(hl) 306 printc(hl)
|
| /freebsd/contrib/file/src/ |
| H A D | 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/usr.sbin/syslogd/ |
| H A D | syslogd.c | 2200 int error, hl; in cvthname() local 2221 hl = strlen(hname); in cvthname() 2222 if (hl > 0 && hname[hl-1] == '.') in cvthname() 2223 hname[--hl] = '\0'; in cvthname() 2226 trimdomain(hname, hl); in cvthname() 3243 int hl; in cfline() local 3246 hl = strlen(f.f_host); in cfline() 3247 if (hl > 0 && f.f_host[hl-1] == '.') in cfline() 3248 f.f_host[--hl] = '\0'; in cfline() 3251 trimdomain(f.f_host, hl); in cfline()
|