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

/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c371 static char const * const dtypes[] = { "???", "inode", "socket", local
401 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0]))
404 (void)printf(" %-6.6s", dtypes[fp->xf_type]);
/freebsd-11-stable/contrib/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

Completed in 121 milliseconds