blob: 4b4ff363c26e47103ee8b2847b594a1dca449a38 [file] [edit]
header: fnmatch.h
standards:
- posix
macros:
- macro_name: FNM_NOMATCH
macro_header: fnmatch-macros.h
- macro_name: FNM_PATHNAME
macro_header: fnmatch-macros.h
- macro_name: FNM_PERIOD
macro_header: fnmatch-macros.h
- macro_name: FNM_NOESCAPE
macro_header: fnmatch-macros.h
- macro_name: FNM_CASEFOLD
macro_header: fnmatch-macros.h
- macro_name: FNM_IGNORECASE
macro_header: fnmatch-macros.h
types: []
enums: []
objects: []
functions:
- name: fnmatch
standards:
- posix
return_type: int
arguments:
- type: const char *
- type: const char *
- type: int