Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ckdist/
H A Dckdist.c82 static int disttype(const char *name);
116 if ((opt_type = disttype(optarg)) == 0) { in main()
366 disttype(name + nlen - 3) == DISTINF) in distname()
408 if ((type = disttype(path)) == DISTMD5 || in distfile()
410 (type = disttype(s + 1)) != 0)) in distfile()
416 disttype(const char *name) in disttype() function