Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c47 static struct statvfs *allstatvfs; variable
56 allstatvfs = realloc(allstatvfs, in getnewstatvfs()
58 if (allstatvfs == NULL) in getnewstatvfs()
62 return (&allstatvfs[sfused++]); in getnewstatvfs()
216 *mntbuf = allstatvfs; in getmntinfo()