Home
last modified time | relevance | path

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

/dports/www/hiawatha/hiawatha-10.12/src/
H A Dlibstr.h44 bool min_strlen(char *str, int n);
H A Dlibstr.c551 bool min_strlen(char *str, int n) { in min_strlen() function
H A Dhttp.c480 if (min_strlen(str_end, 10) == false) { in parse_request()
/dports/audio/snd/snd-21.2/
H A Dsnd-help.c2808 static int min_strlen(const char *a, const char *b) in min_strlen() function
2822 if (STRNCMP(topic, topic_names[i], min_strlen(topic, topic_names[i])) == 0) in topic_url()