|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| struct | mntent |
| struct | vsf_linux_mntent_vplt_t |
Macros | |
| #define | setmntent VSF_LINUX_WRAPPER(setmntent) |
| #define | getmntent VSF_LINUX_WRAPPER(getmntent) |
| #define | addmntent VSF_LINUX_WRAPPER(addmntent) |
| #define | endmntent VSF_LINUX_WRAPPER(endmntent) |
| #define | hasmntopt VSF_LINUX_WRAPPER(hasmntopt) |
Typedefs | |
| typedef struct vsf_linux_mntent_vplt_t | vsf_linux_mntent_vplt_t |
Functions | |
| FILE * | setmntent (const char *filename, const char *type) |
| struct mntent * | getmntent (FILE *stream) |
| int | addmntent (FILE *stream, const struct mntent *mnt) |
| int | endmntent (FILE *stream) |
| char * | hasmntopt (const struct mntent *mnt, const char *opt) |
Variables | |
| __VSF_VPLT_DECORATOR__ vsf_linux_mntent_vplt_t | vsf_linux_mntent_vplt |
| #define setmntent VSF_LINUX_WRAPPER(setmntent) |
| #define getmntent VSF_LINUX_WRAPPER(getmntent) |
| #define addmntent VSF_LINUX_WRAPPER(addmntent) |
| #define endmntent VSF_LINUX_WRAPPER(endmntent) |
| #define hasmntopt VSF_LINUX_WRAPPER(hasmntopt) |
| typedef struct vsf_linux_mntent_vplt_t vsf_linux_mntent_vplt_t |
| FILE * setmntent | ( | const char * | filename, |
| const char * | type | ||
| ) |
| int endmntent | ( | FILE * | stream | ) |
| char * hasmntopt | ( | const struct mntent * | mnt, |
| const char * | opt | ||
| ) |
|
extern |