Home | History | Annotate | Download | only in pppd

Lines Matching defs:mntent

89 #include <mntent.h>
1421 struct mntent *mntent;
1430 while ((mntent = getmntent(fp)) != NULL) {
1431 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0)
1433 if (strcmp(mntent->mnt_type, "proc") == 0) {
1434 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path));