|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|

Functions | |
| FILE * | setmntent (const char *filename, const char *type) |
| int | endmntent (FILE *stream) |
| struct mntent * | getmntent_r (FILE *stream, struct mntent *result, char *buf, int buflen) |
| struct mntent * | getmntent (FILE *stream) |
| int | addmntent (FILE *stream, const struct mntent *mnt) |
| char * | hasmntopt (const struct mntent *mnt, const char *opt) |
| int addmntent | ( | FILE * | stream, |
| const struct mntent * | mnt ) |
| int endmntent | ( | FILE * | stream | ) |
| struct mntent * getmntent | ( | FILE * | stream | ) |

| struct mntent * getmntent_r | ( | FILE * | stream, |
| struct mntent * | result, | ||
| char * | buf, | ||
| int | buflen ) |


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

| FILE * setmntent | ( | const char * | filename, |
| const char * | type ) |