Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstrv.c825 bool strv_fnmatch_full(char* const* patterns, const char *s, int flags, size_t *matched_pos) { in strv_fnmatch_full() argument
828 if (matched_pos) in strv_fnmatch_full()
829 *matched_pos = i; in strv_fnmatch_full()
Dstrv.h231 bool strv_fnmatch_full(char* const* patterns, const char *s, int flags, size_t *matched_pos);