Home
last modified time | relevance | path

Searched refs:getmntent_compat (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetmntent.c48 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