HomeSort by: relevance | last modified time | path
    Searched defs:dtypes (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/fstat/
fstat.c 155 static const char *const dtypes[] = { variable
1303 pmisc(file, dtypes[file->f_type]);
fstat.c 155 static const char *const dtypes[] = { variable
1303 pmisc(file, dtypes[file->f_type]);
  /src/usr.sbin/pstat/
pstat.c 114 static const char * const dtypes[] = { DTYPE_NAMES }; variable
921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0]))
926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
pstat.c 114 static const char * const dtypes[] = { DTYPE_NAMES }; variable
921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0]))
926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 2260 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2261 dtypes = DECL_XOBJ_MEMBER_FUNCTION_P (fndecl) ? TREE_CHAIN (dtypes)
2262 : dtypes;
2263 if (compparms (TREE_CHAIN (btypes), dtypes))
2258 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
search.cc 2260 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2261 dtypes = DECL_XOBJ_MEMBER_FUNCTION_P (fndecl) ? TREE_CHAIN (dtypes)
2262 : dtypes;
2263 if (compparms (TREE_CHAIN (btypes), dtypes))
2258 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 2153 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2154 if (compparms (TREE_CHAIN (btypes), dtypes))
2151 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
search.cc 2153 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2154 if (compparms (TREE_CHAIN (btypes), dtypes))
2151 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local

Completed in 104 milliseconds