Searched refs:singlematch (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lstrlib.c | 339 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function 379 while (singlematch(ms, s + i, p, ep)) in max_expand() 397 else if (singlematch(ms, s, p, ep)) in min_expand() 503 if (!singlematch(ms, s, p, ep)) { in match()
|