Table of Contents
The
function returns an array of structures describing each currently mounted
file system (see The function passes its parameter transparently to
On successful completion, returns a count of the number
of elements in the array. The pointer to the array is stored into If an
error occurs, zero is returned and the external variable is set to indicate
the error. Although the pointer will be unmodified, any information previously
returned by will be lost.
The function may fail and set for any
of the errors specified for the library routines or
The
function first appeared in 4.4BSD.
The function writes the array of
structures to an internal static object and returns a pointer to that object.
Subsequent calls to will modify the same object. The memory allocated
by cannot be by the application.
Table of Contents