File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838
3939#define FNM_NOMATCH 1 /**< Match failed */
4040
41- #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
42- #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
43- #define FNM_PERIOD 0x04 /* Period must be matched by period. */
44- #define FNM_CASEFOLD 0x08 /* Pattern is matched case-insensitive */
45- #define FNM_LEADING_DIR 0x10 /* Ignore /<tail> after Imatch. */
41+ #define FNM_NOESCAPE 0x01 /**< Disable backslash escaping */
42+ #define FNM_PATHNAME 0x02 /**< Slash must be matched by slash */
43+ #define FNM_PERIOD 0x04 /**< Period must be matched by period */
44+ #define FNM_CASEFOLD 0x08 /**< Pattern is matched case-insensitive */
45+ #define FNM_LEADING_DIR 0x10 /**< Only match the initial segment of a string up to the first '/' */
4646
4747#ifdef __cplusplus
4848extern "C" {
You can’t perform that action at this time.
0 commit comments