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

/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c48 static int sftotal, sfused; variable
54 if (sftotal == sfused) {
55 sftotal = sftotal ? sftotal * 2 : 1;
57 sftotal * sizeof(struct statvfs));

Completed in 57 milliseconds