Searched refs:getmntent_compat (Results 1 – 1 of 1) sorted by relevance
48 static int getmntent_compat(FILE *fp, struct mnttab *mp);128 while ((ret = getmntent_compat(fp, mgetp)) == 0 && in getmntany_compat()265 return (getmntent_compat(fp, (struct mnttab *)emp)); in getmntent_common()362 getmntent_compat(FILE *fp, struct mnttab *mp) in getmntent_compat() function