Home | History | Annotate | Download | only in gio

Lines Matching full:entp

2143 	      struct mntent *entp;
2146 while ((entp = getmntent_r (f, &ent, buf, sizeof (buf))) != NULL)
2150 while ((entp = getmntent (f)) != NULL)
2153 if (stat (entp->mnt_fsname, &statbuf) == 0 &&
2156 strncpy (real_dev_root, entp->mnt_fsname, sizeof (real_dev_root) - 1);