libexplain
1.4.D001
|
#include <libexplain/ac/ctype.h>
#include <libexplain/ac/mntent.h>
#include <libexplain/ac/stdlib.h>
#include <libexplain/gcc_attributes.h>
#include <libexplain/ac/string.h>
Go to the source code of this file.
Data Structures | |
struct | bogus_t |
Typedefs | |
typedef struct bogus_t | bogus_t |
Functions | |
LIBEXPLAIN_LINKAGE_HIDDEN FILE * | setmntent (const char *filename, const char *mode) |
LIBEXPLAIN_LINKAGE_HIDDEN struct mntent * | getmntent (FILE *p) |
LIBEXPLAIN_LINKAGE_HIDDEN int | endmntent (FILE *p) |
LIBEXPLAIN_LINKAGE_HIDDEN char * | hasmntopt (const struct mntent *mnt, const char *opt) |
LIBEXPLAIN_LINKAGE_HIDDEN int endmntent | ( | FILE * | p | ) |
LIBEXPLAIN_LINKAGE_HIDDEN struct mntent* getmntent | ( | FILE * | p | ) | [read] |
LIBEXPLAIN_LINKAGE_HIDDEN char* hasmntopt | ( | const struct mntent * | mnt, |
const char * | opt | ||
) |
LIBEXPLAIN_LINKAGE_HIDDEN FILE* setmntent | ( | const char * | filename, |
const char * | mode | ||
) |