Searched refs:dtypes (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c111 static const char * const dtypes[] = { DTYPE_NAMES }; variable
876 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0]))
881 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
/netbsd-6-1-5-RELEASE/usr.bin/fstat/
H A Dfstat.c152 static const char *const dtypes[] = { variable
1088 pmisc(file, dtypes[file->f_type]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.c1969 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
1970 if (compparms (TREE_CHAIN (btypes), dtypes))
1966 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dsearch.c1954 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
1955 if (compparms (TREE_CHAIN (btypes), dtypes))
1951 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local

Completed in 144 milliseconds