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

/illumos-gate/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 &&
218 * it is a simple text file and give it to getmntent_compat() to parse. For
265 return (getmntent_compat(fp, (struct mnttab *)emp));
362 getmntent_compat(FILE *fp, struct mnttab *mp) function

Completed in 55 milliseconds