Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/pstat/
HDpstat.c373 static char const * const dtypes[] = { "???", "inode", "socket", in filemode() local
403 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0])) in filemode()
406 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()
/NextBSD/contrib/gcc/cp/
HDsearch.c1966 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in look_for_overrides_here() local
1967 if (compparms (TREE_CHAIN (btypes), dtypes)) in look_for_overrides_here()