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

/freebsd-12-stable/usr.sbin/ckdist/
H A Dckdist.c87 static int disttype(const char *name);
121 if ((opt_type = disttype(optarg)) == 0) {
371 disttype(name + nlen - 3) == DISTINF)
413 if ((type = disttype(path)) == DISTMD5 ||
415 (type = disttype(s + 1)) != 0))
421 disttype(const char *name) function

Completed in 50 milliseconds