FreeBSD Manual Pages
EZ_GlobFileName(3) EZWGL Functions EZ_GlobFileName(3) NAME EZ_GlobFileName - return all files match a given pattern SYNOPSIS #include <EZ.h> char **EZ_GlobFileName(char *pattern) ARGUMENTS pattern Specifies a glob pattern. DESCRIPTION EZ_GlobFileName find and returns the list of files that match pattern. It returns NULL if no matches found. The return value, if not NULL, is NULL terminated list of strings. The returend list and its contents should be freed. SEE ALSO EZ_GlobHiddenFiles(3) EZWGL EZ_GlobFileName(3)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=EZ_GlobFileName&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>