| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-builtin-types.awk | 24 function check_type(string) { function 73 check_type($3) 86 check_type($3) 92 check_type($3) 109 check_type($i)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-builtin-types.awk | 24 function check_type(string) { function 73 check_type($3) 86 check_type($3) 92 check_type($3) 109 check_type($i)
|
| /netbsd-src/sys/net/agr/ |
| H A D | ieee8023_tlv.c | 39 const struct tlv_template *tmpl, bool check_type) in tlv_check() argument 46 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| H A D | v3_utl.c | 864 unsigned int flags, int check_type, char **peername) in do_x509_check() argument 877 if (check_type == GEN_EMAIL) { in do_x509_check() 881 } else if (check_type == GEN_DNS) { in do_x509_check() 905 if (gen->type != check_type) in do_x509_check() 908 if (check_type == GEN_EMAIL) in do_x509_check() 910 else if (check_type == GEN_DNS) in do_x509_check()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | machdep.c | 1490 hppa_pim_dump(int check_type, void *data, size_t size) 1504 switch (check_type) { 1582 hppa_pim64_dump(int check_type, void *data, size_t size) 1596 switch (check_type) { 1678 hppa_machine_check(int check_type) 1690 switch (check_type) { 1730 hppa_pim64_dump(check_type, data, size); 1732 hppa_pim_dump(check_type, data, size);
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | float.c | 159 float_type_exists (char *check_type) in float_type_exists() argument 165 if (STREQ (temp->type, check_type) && temp->id && *temp->id) in float_type_exists()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2005 | 80 * testsuite/25_algorithms/unique_copy/check_type.cc (S2::S2,X2::X2): 114 * testsuite/25_algorithms/replace_copy/check_type.cc (Z::operator=): 116 * testsuite/25_algorithms/replace_copy_if/check_type.cc (Z::operator=): 2954 * testsuite/25_algorithms/swap_ranges/check_type.cc: New. 2958 * testsuite/25_algorithms/rotate/check_type.cc: New. 2968 * testsuite/25_algorithms/find/check_type.cc: New. 2970 * testsuite/25_algorithms/find_if/check_type.cc: New. 2972 * testsuite/25_algorithms/replace/check_type.cc: New. 2974 * testsuite/25_algorithms/replace_if/check_type.cc: New. 2976 * testsuite/25_algorithms/replace_copy/check_type.cc: New. [all …]
|
| H A D | ChangeLog-2009 | 6999 * testsuite/25_algorithms/adjacent_find/check_type.cc: Likewise. 7001 * testsuite/25_algorithms/all_of/check_type.cc: Likewise. 7003 * testsuite/25_algorithms/any_of/check_type.cc: Likewise. 7006 * testsuite/25_algorithms/binary_search/check_type.cc: Likewise. 7026 * testsuite/25_algorithms/copy_if/check_type.cc: Likewise. 7033 * testsuite/25_algorithms/count/check_type.cc: Likewise. 7035 * testsuite/25_algorithms/count_if/check_type.cc: Likewise. 7037 * testsuite/25_algorithms/equal/check_type.cc: Likewise. 7041 * testsuite/25_algorithms/equal_range/check_type.cc: Likewise. 7051 * testsuite/25_algorithms/find/check_type.cc: Likewise. [all …]
|
| H A D | ChangeLog-2008 | 2494 * testsuite/25_algorithms/partition_point/check_type.cc: Likewise. 2520 * testsuite/25_algorithms/is_partitioned/check_type.cc: Likewise. 2552 * testsuite/25_algorithms/partition_copy/check_type.cc: Likewise. 2600 * testsuite/25_algorithms/all_of/check_type.cc: New. 2606 * testsuite/25_algorithms/any_of/check_type.cc: Likewise. 2612 * testsuite/25_algorithms/none_of/check_type.cc: Likewise. 2618 * testsuite/25_algorithms/find_if_not/check_type.cc: Likewise. 2624 * testsuite/25_algorithms/copy_if/check_type.cc: Likewise. 2625 * testsuite/25_algorithms/remove_copy_if/check_type.cc: Likewise.
|
| H A D | ChangeLog-2014 | 3154 * testsuite/25_algorithms/all_of/check_type.cc: Likewise. 3160 * testsuite/25_algorithms/any_of/check_type.cc: Likewise. 3167 * testsuite/25_algorithms/copy_if/check_type.cc: Likewise. 3183 * testsuite/25_algorithms/find_if_not/check_type.cc: Likewise. 3206 * testsuite/25_algorithms/is_partitioned/check_type.cc: Likewise. 3212 * testsuite/25_algorithms/is_permutation/check_type.cc: Likewise. 3254 * testsuite/25_algorithms/minmax_element/check_type.cc: Likewise. 3274 * testsuite/25_algorithms/none_of/check_type.cc: Likewise. 3285 * testsuite/25_algorithms/partition_copy/check_type.cc: Likewise. 3291 * testsuite/25_algorithms/partition_point/check_type.cc: Likewise.
|
| H A D | ChangeLog-2007 | 1131 * testsuite/25_algorithms/minmax_element/check_type.cc: Likewise. 2385 * testsuite/25_algorithms/search/check_type.cc: Same. 2443 * testsuite/25_algorithms/search/check_type.cc: Same.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_lib.c | 2342 int check_type = 0; in tls1_check_chain() local 2345 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain() 2348 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain() 2351 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain() 2354 if (check_type) { in tls1_check_chain() 2359 if (*ctypes == check_type) { in tls1_check_chain()
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| H A D | hpftodit.cpp | 255 static int check_type(); 339 int tfm_type = check_type(); in main() 509 check_type() in check_type() function
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | decl.c | 874 check_type(sym_t *sym) in check_type() 1125 check_type(dsym); in declare_member() 1934 check_type(dsym); in declare_extern() 2342 check_type(sym); in declare_parameter() 2732 check_type(dsym); in declare_local() 2831 check_type(sym); in check_size() 871 check_type(sym_t *sym) check_type() function
|
| H A D | externs1.h | 234 void check_type(sym_t *);
|
| H A D | func.c | 228 check_type(fsym); in begin_function() 231 * check_type() checks for almost all possible errors, but not for in begin_function()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2013 | 83 parse_real, read_real, check_type, list_formatted_read_scalar, 249 * io/list_read.c (check_type): Fix kind checking for COMPLEX.
|
| H A D | ChangeLog-2014 | 768 (read_logical, read_integer, parse_real, read_real, check_type):
|
| H A D | ChangeLog-2007 | 409 check_type, list_formatted_read_scalar, namelist_read, 1186 (check_type): Likewise.
|
| H A D | ChangeLog-2011 | 944 (check_type): Likewise.
|
| H A D | ChangeLog-2005 | 420 parse_real, read_complex, read_real, check_type,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | list_read.c | 2034 check_type (st_parameter_dt *dtp, bt type, int kind) in check_type() function 2146 if (check_type (dtp, type, kind)) in list_formatted_read_scalar()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | list_read.c | 2033 check_type (st_parameter_dt *dtp, bt type, int kind) in check_type() function 2145 if (check_type (dtp, type, kind)) in list_formatted_read_scalar()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | interface.c | 4776 bool check_type; in gfc_check_typebound_override() local 4904 check_type = proc_pass_arg != argpos && old_pass_arg != argpos; in gfc_check_typebound_override() 4906 check_type, err, sizeof(err))) in gfc_check_typebound_override()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | interface.cc | 4979 bool check_type; in gfc_check_typebound_override() local 5107 check_type = proc_pass_arg != argpos && old_pass_arg != argpos; in gfc_check_typebound_override() 5109 check_type, err, sizeof(err))) in gfc_check_typebound_override()
|