Home
last modified time | relevance | path

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

/freebsd/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 …
/freebsd/bin/pkill/
H A Dpkill.c107 static int fullmatch; variable
286 fullmatch = 1; in main()
403 if (fullmatch) { in main()