Home
last modified time | relevance | path

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

/dports/sysutils/monit/monit-5.29.0/src/
H A Dutil.h56 int Util_countWords(char *s, const char *word);
H A Dutil.c451 int i = Util_countWords(*src, old);
479 int Util_countWords(char *s, const char *word) { function