Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Macros | Functions
fnmatch.h File Reference

Go to the source code of this file.

Macros

#define FNM_NOMATCH   1
 
#define FNM_PATHNAME   0x0001 /* A slash is matched by a slash alone */
 
#define FNM_NOESCAPE   0x0002 /* A backslash stands for itself */
 
#define FNM_PERIOD   0x0004 /* A leading period is matched by a period */
 
#define FNM_CASEFOLD   0x0010 /* Upper and lower case are the same letter */
 

Functions

int fnmatch (const char *pattern, const char *string, int flags)
 

Detailed Description

Newlib does not ship fnmatch(), see kernel/fnmatch.c