Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/pstat/
H A Dpstat.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()
/freebsd-12.1/contrib/gcc/cp/
H A Dsearch.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()