|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
|
GIS Library - Filename filter functions. More...

Go to the source code of this file.
Functions | |
| void * | G_ls_regex_filter (const char *pat, int exclude, int extended, int ignorecase) |
| void * | G_ls_glob_filter (const char *pat, int exclude, int ignorecase) |
| void | G_free_ls_filter (void *regex) |
GIS Library - Filename filter functions.
SPDX-FileCopyrightText: 2010 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file ls_filter.c.
Definition at line 266 of file ls_filter.c.
Definition at line 232 of file ls_filter.c.
References G_ls_regex_filter(), init(), and NULL.
Definition at line 172 of file ls_filter.c.
References G_free(), G_malloc, G_set_ls_exclude_filter(), G_set_ls_filter(), and NULL.
Referenced by G_ls_glob_filter().