| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| sample_passwd_check.c | 41 const char* check_length(krb5_context, krb5_principal, krb5_data *); 51 check_length(krb5_context context, function
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tfprintf.c | 47 #define check_length(num_test, var, value, var_spec) \ macro 199 check_length (1, j, 22, d); 202 check_length (2, ulo, 36, lu); 204 check_length (3, ush, 45 + DPLEN, hu); 206 check_length (4, i, 28 + DPLEN, d); 209 check_length (5, (unsigned long) sz, 33 + DPLEN, lu); /* no format specifier "%zu" in C90 */ 230 check_length (8, (long) p, 20, ld); /* no format specifier "%td" in C90 */ 235 check_length (9, (unsigned long) sz, 29 + DPLEN, lu); /* no format specifier "%zu" in C90 */ 240 check_length (10, (unsigned int) uch, 22, u); /* no format specifier "%hhu" in C90 */
|
| tprintf.c | 53 #define check_length(num_test, var, value, var_spec) \ macro 321 check_length (1, j, 22, d); 323 check_length (2, ulo, 36, lu); 325 check_length (3, ush, 45 + DPLEN, hu); 327 check_length (4, i, 28 + DPLEN, d); 329 check_length (5, (unsigned long) sz, 33 + DPLEN, lu); /* no format specifier '%zu' in C90 */ 350 check_length (8, (long) p, 20, ld); /* no format specifier '%td' in C90 */ 355 check_length (9, (unsigned long) sz, 29 + DPLEN, lu); /* no format specifier '%zu' in C90 */ 360 check_length (10, (unsigned int) uch, 22, u); /* no format specifier '%hhu' in C90 */ 371 check_length (12, ullo, 19, llu) [all...] |
| /src/sys/net/ |
| bpfjit.c | 196 * If positive, emit "if (buflen < check_length) return 0" 200 bpfjit_abc_length_t check_length; member in struct:bpfjit_read_pkt_data 1568 rdata->check_length = 0; 1571 rdata->check_length = checked_length; 1766 if (insn_dat[i].u.rdata.check_length > UINT32_MAX) { 1775 } else if (insn_dat[i].u.rdata.check_length > 0) { 1776 /* if (buflen < check_length) return 0; */ 1781 insn_dat[i].u.rdata.check_length);
|