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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.c59 FS *tfs; local
70 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
71 tfs->bcnt = size(tfs);
72 if (blocksize < tfs->bcnt)
73 blocksize = tfs->bcnt;
76 for (tfs
[all...]
H A Dparse.c80 FS *tfs; local
84 if ((tfs = calloc(1, sizeof(FS))) == NULL)
87 fshead = tfs;
89 *nextfs = tfs;
90 nextfs = &tfs->nextfs;
91 nextfu = &tfs->nextfu;

Completed in 97 milliseconds