Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/pstat/
H A Dpstat.c1031 static char *dtypes[] = { "???", "inode", "socket", "pipe", "kqueue", "???", "???" }; in filemode() local
1053 (void)printf("%-8.8s", dtypes[ in filemode()
1054 (kf->f_type >= (sizeof(dtypes)/sizeof(dtypes[0]))) in filemode()
/openbsd-src/gnu/gcc/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()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c2142 tree dtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); local
2143 if (compparms (TREE_CHAIN (btypes), dtypes))