Searched refs:p_max (Results 1 – 4 of 4) 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_lin in another_hunk() [all...] |
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_asid.c | 672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local 688 &p_max)) in asid_contains() 690 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
|
H A D | v3_addr.c | 1129 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; in addr_contains() local 1147 p_min, p_max, length)) in addr_contains() 1149 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
|
/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
|