Home
last modified time | relevance | path

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

/certs/
Dblacklist.c32 static int blacklist_vet_description(const char *desc) in blacklist_vet_description() argument
36 if (*desc == ':') in blacklist_vet_description()
38 for (; *desc; desc++) in blacklist_vet_description()
39 if (*desc == ':') in blacklist_vet_description()
44 desc++; in blacklist_vet_description()
45 for (; *desc; desc++) { in blacklist_vet_description()
46 if (!isxdigit(*desc)) in blacklist_vet_description()