HomeSort by: relevance | last modified time | path
    Searched defs:allstatvfs (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/bin/df/
getmntinfo.c 47 static struct statvfs *allstatvfs; variable in typeref:struct:statvfs *
56 allstatvfs = realloc(allstatvfs,
58 if (allstatvfs == NULL)
62 return (&allstatvfs[sfused++]);
216 *mntbuf = allstatvfs;
getmntinfo.c 47 static struct statvfs *allstatvfs; variable in typeref:struct:statvfs *
56 allstatvfs = realloc(allstatvfs,
58 if (allstatvfs == NULL)
62 return (&allstatvfs[sfused++]);
216 *mntbuf = allstatvfs;

Completed in 58 milliseconds