libexplain  1.4.D001
Data Structures | Typedefs | Functions
libexplain/ac/mntent.c File Reference
#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)

Typedef Documentation

typedef struct bogus_t bogus_t

Definition at line 87 of file mntent.c.


Function Documentation

Definition at line 179 of file mntent.c.

LIBEXPLAIN_LINKAGE_HIDDEN struct mntent* getmntent ( FILE *  p) [read]

Definition at line 112 of file mntent.c.

LIBEXPLAIN_LINKAGE_HIDDEN char* hasmntopt ( const struct mntent mnt,
const char *  opt 
)

Definition at line 204 of file mntent.c.

LIBEXPLAIN_LINKAGE_HIDDEN FILE* setmntent ( const char *  filename,
const char *  mode 
)

Definition at line 98 of file mntent.c.