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

  /src/tests/bin/df/
getmntinfo.c 48 static int sftotal, sfused; variable in typeref:typename:int
54 if (sftotal == sfused) {
55 sftotal = sftotal ? sftotal * 2 : 1;
57 sftotal * sizeof(struct statvfs));

Completed in 12 milliseconds