Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/pstat/ | |
pstat.c | 114 static const char * const dtypes[] = { DTYPE_NAMES }; variable in typeref:typename:const char * const[] 921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0])) 926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]); |
/src/usr.bin/fstat/ | |
fstat.c | 155 static const char *const dtypes[] = { variable in typeref:typename:const char * const[] 1301 pmisc(file, dtypes[file->f_type]); |