#include "shell/sys/linux/vsf_linux_cfg.h"
#include "../sys/stat.h"
#include "./stddef.h"
Go to the source code of this file.
◆ glob
◆ globfree
◆ GLOB_ERR
#define GLOB_ERR (1 << 0) |
◆ GLOB_MARK
#define GLOB_MARK (1 << 1) |
◆ GLOB_NOSORT
#define GLOB_NOSORT (1 << 2) |
◆ GLOB_DOOFFS
#define GLOB_DOOFFS (1 << 3) |
◆ GLOB_NOCHECK
#define GLOB_NOCHECK (1 << 4) |
◆ GLOB_APPEND
#define GLOB_APPEND (1 << 5) |
◆ GLOB_NOESCAPE
#define GLOB_NOESCAPE (1 << 6) |
◆ GLOB_PERIOD
#define GLOB_PERIOD (1 << 7) |
◆ GLOB_MAGCHAR
#define GLOB_MAGCHAR (1 << 8) |
◆ GLOB_ALTDIRFUNC
#define GLOB_ALTDIRFUNC (1 << 9) |
◆ GLOB_BRACE
#define GLOB_BRACE (1 << 10) |
◆ GLOB_NOMAGIC
#define GLOB_NOMAGIC (1 << 11) |
◆ GLOB_TILDE
#define GLOB_TILDE (1 << 12) |
◆ GLOB_ONLYDIR
#define GLOB_ONLYDIR (1 << 13) |
◆ GLOB_TILDE_CHECK
#define GLOB_TILDE_CHECK (1 << 14) |
◆ GLOB_NOSPACE
◆ GLOB_ABORTED
◆ GLOB_NOMATCH
◆ GLOB_NOSYS
◆ vsf_linux_glob_vplt_t
◆ glob()
int glob |
( |
const char * |
path, |
|
|
int |
flags, |
|
|
int(*)(const char *path, int err) |
errfunc, |
|
|
glob_t * |
g |
|
) |
| |
◆ globfree()
◆ vsf_linux_glob_vplt