Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ckdist/
H A Dckdist.c47 #define DISTINF 2 /* .inf format */ macro
196 type = c == 'M' ? DISTMD5 : c == 'P' ? DISTINF : 0; in ckdist()
204 case DISTINF: in ckdist()
366 disttype(name + nlen - 3) == DISTINF) in distname()