HomeSort by: relevance | last modified time | path
    Searched refs:check_type (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/net/agr/
ieee8023_tlv.c 39 const struct tlv_template *tmpl, bool check_type)
46 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) ||
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
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)
  /src/external/gpl2/texinfo/dist/makeinfo/
float.c 159 float_type_exists (char *check_type)
165 if (STREQ (temp->type, check_type) && temp->id && *temp->id)
  /src/sys/arch/hppa/hppa/
machdep.c 1492 hppa_pim_dump(int check_type, void *data, size_t size)
1506 switch (check_type) {
1584 hppa_pim64_dump(int check_type, void *data, size_t size)
1598 switch (check_type) {
1680 hppa_machine_check(int check_type)
1692 switch (check_type) {
1732 hppa_pim64_dump(check_type, data, size);
1734 hppa_pim_dump(check_type, data, size);
  /src/usr.bin/xlint/lint1/
externs1.h 238 void check_type(sym_t *);
decl.c 900 check_type(sym_t *sym) function
1150 check_type(dsym);
1959 check_type(dsym);
2366 check_type(sym);
2762 check_type(dsym);
2861 check_type(sym);
func.c 225 check_type(fsym);
228 * check_type() checks for almost all possible errors, but not for
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 255 static int check_type();
339 int tfm_type = check_type();
509 check_type() function
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 2033 check_type (st_parameter_dt *dtp, bt type, int kind) function
2145 if (check_type (dtp, type, kind))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 4983 bool check_type; local
5111 check_type = proc_pass_arg != argpos && old_pass_arg != argpos;
5113 check_type, err, sizeof(err)))

Completed in 48 milliseconds