Searched defs:__numOccurrences (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c274 static int __numOccurrences( const char *str, const char *substr ) function
295 int num_args = __numOccurrences( str, splitstr ) + 1;
317 int num_args = __numOccurrences( str, splitstr );

Completed in 43 milliseconds