Searched defs:bufsiz (Results 1 - 1 of 1) sorted by relevance

/lxc/src/include/
H A Dlxcmntent.c76 struct mntent *getmntent_r (FILE *stream, struct mntent *mp, char *buffer, int bufsiz) argument
85 if (fgets (buffer, bufsiz, stream) == NULL)

Completed in 13 milliseconds