|
VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"Go to the source code of this file.
Data Structures | |
| struct | vsf_linux_fnmatch_vplt_t |
Macros | |
| #define | find_in_path VSF_LINUX_WRAPPER(find_in_path) |
| #define | find_in_given_path VSF_LINUX_WRAPPER(find_in_given_path) |
| #define | FNM_NOMATCH 1 |
| #define | FNM_NOSYS 2 |
| #define | FNM_NOESCAPE 0x01 |
| #define | FNM_PATHNAME 0x02 |
| #define | FNM_PERIOD 0x04 |
| #define | FNM_LEADING_DIR 0x08 |
| #define | FNM_CASEFOLD 0x10 |
| #define | FNM_IGNORECASE FNM_CASEFOLD |
| #define | FNM_FILE_NAME FNM_PATHNAME |
Typedefs | |
| typedef struct vsf_linux_fnmatch_vplt_t | vsf_linux_fnmatch_vplt_t |
Functions | |
| int | fnmatch (const char *pattern, const char *string, int flags) |
Variables | |
| __VSF_VPLT_DECORATOR__ vsf_linux_fnmatch_vplt_t | vsf_linux_fnmatch_vplt |
| #define find_in_path VSF_LINUX_WRAPPER(find_in_path) |
| #define find_in_given_path VSF_LINUX_WRAPPER(find_in_given_path) |
| #define FNM_NOMATCH 1 |
| #define FNM_NOSYS 2 |
| #define FNM_NOESCAPE 0x01 |
| #define FNM_PATHNAME 0x02 |
| #define FNM_PERIOD 0x04 |
| #define FNM_LEADING_DIR 0x08 |
| #define FNM_CASEFOLD 0x10 |
| #define FNM_IGNORECASE FNM_CASEFOLD |
| #define FNM_FILE_NAME FNM_PATHNAME |
| typedef struct vsf_linux_fnmatch_vplt_t vsf_linux_fnmatch_vplt_t |
| int fnmatch | ( | const char * | pattern, |
| const char * | string, | ||
| int | flags | ||
| ) |
|
extern |