freebsd-src/libexec/flua/modules
Stefan Eßer f35ccf46c7 flua: lposix: add fnmatch function
The fnmatch function matches a string against a shell-style filename
pattern. It is a complex function and cannot easily be implenented
using regular expressions. Adding fnmatch to flua increases the amd64
binary by less than 1 KB.

Approved by:	markj
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D46849
2024-10-28 16:31:08 +01:00
..
lfbsd.c flua: add fbsd module 2023-09-27 16:00:00 +02:00
lfbsd.h flua: add fbsd module 2023-09-27 16:00:00 +02:00
lfs.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
lfs.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
lposix.c flua: lposix: add fnmatch function 2024-10-28 16:31:08 +01:00
lposix.h flua: lposix: add fnmatch function 2024-10-28 16:31:08 +01:00