Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fnmatch.h File Reference

Go to the source code of this file.

Macros

#define FNM_NOMATCH   1 /* Match failed. */
 
#define FNM_NOSYS   2 /* Function not implemented. */
 
#define FNM_NORES   3 /* Out of resources */
 
#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */
 
#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */
 
#define FNM_PERIOD   0x04 /* Period must be matched by period. */
 
#define FNM_CASEFOLD   0x08 /* Pattern is matched case-insensitive */
 
#define FNM_LEADING_DIR   0x10 /* Ignore /<tail> after Imatch. */
 

Functions

int fnmatch (const char *, const char *, int)
 

Macro Definition Documentation

◆ FNM_CASEFOLD

#define FNM_CASEFOLD   0x08 /* Pattern is matched case-insensitive */

◆ FNM_LEADING_DIR

#define FNM_LEADING_DIR   0x10 /* Ignore /<tail> after Imatch. */

◆ FNM_NOESCAPE

#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */

◆ FNM_NOMATCH

#define FNM_NOMATCH   1 /* Match failed. */

◆ FNM_NORES

#define FNM_NORES   3 /* Out of resources */

◆ FNM_NOSYS

#define FNM_NOSYS   2 /* Function not implemented. */

◆ FNM_PATHNAME

#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */

◆ FNM_PERIOD

#define FNM_PERIOD   0x04 /* Period must be matched by period. */

Function Documentation

◆ fnmatch()

int fnmatch ( const char *  ,
const char *  ,
int   
)