Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ckdist/
H A Dckdist.c48 #define DISTTYPES 2 /* types supported */ macro
418 static const char dname[DISTTYPES][4] = {"md5", "inf"}; in disttype()
421 for (i = 0; i < DISTTYPES; i++) in disttype()