Searched refs:fullmatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py119 m = re.fullmatch(r'([^.-]+)((([.][^.-]+)*)[.][^.-]+)?([-].*)?', recipe)
166 m = re.fullmatch(r'((\d+\.\d+\.\d+)(\.\d+)?)(?:-(\w+(?:[_.-]\w+)*))?', args[1]) if len(args) == 2 else None
/freebsd-13-stable/bin/pkill/
H A Dpkill.c110 static int fullmatch; variable
287 fullmatch = 1;
379 if (fullmatch) {

Completed in 99 milliseconds