Searched refs:NTYPES (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/libexec/talkd/
H A Dprint.c53 #define NTYPES (sizeof (types) / sizeof (types[0])) macro
65 if (mp->type > NTYPES) {
80 if (rp->type > NTYPES) {
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c119 #define NTYPES (sizeof(rtypes) / sizeof(rtypes[0])) macro
150 for (i = 0; i < NTYPES; i++) {
162 if (i == NTYPES) {
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c1291 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes)) macro
1324 for (i = 0; i < NTYPES; i++)
1331 if (i == NTYPES) {

Completed in 111 milliseconds