Searched refs:p_max (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/patch/ |
| H A D | pch.c | 54 static LINENUM p_max; /* max allowed value of p_end */ variable 95 p_max = 0; in re_patch() 562 p_max = hunkmax; /* gets reduced when --- found */ in another_hunk() 584 while (p_end < p_max) { in another_hunk() 654 p_max = p_ptrn_lines + 6; in another_hunk() 655 while (p_max >= hunkmax) in another_hunk() 657 p_max = hunkmax; in another_hunk() 723 p_max = p_repl_lines + p_end; in another_hunk() 724 if (p_max > MAXHUNKSIZE) in another_hunk() 726 p_max, p_input_line, buf); in another_hunk() [all …]
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_asid.c | 641 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local 657 &p_max)) in asid_contains() 659 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
|
| H A D | v3_addr.c | 1125 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local 1143 p_min, p_max, length)) in addr_contains() 1145 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 3841 const uint64_t *p_next_ordinal, *p_max; in ossl_quic_channel_get_local_stream_count_avail() local 3845 p_max = ch_get_local_stream_max_ptr(ch, is_uni); in ossl_quic_channel_get_local_stream_count_avail() 3847 return *p_max - *p_next_ordinal; in ossl_quic_channel_get_local_stream_count_avail()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 2941 * ntpd/refclock_wwv.c: Rename max to p_max or s_max as appropriate
|