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

/freebsd-13-stable/usr.bin/hexdump/
H A Dhexdump.c64 FS *tfs; local
75 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
76 tfs->bcnt = size(tfs);
77 if (blocksize < tfs->bcnt)
78 blocksize = tfs->bcnt;
81 for (tfs
[all...]
H A Dparse.c82 FS *tfs; local
86 if ((tfs = calloc(1, sizeof(FS))) == NULL)
89 fshead = tfs;
91 *nextfs = tfs;
92 nextfs = &tfs->nextfs;
93 nextfu = &tfs->nextfu;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.c174 typedef struct { check_size c; BMK_timedFnState_t tfs; } tfs_align; /* force tfs to be aligned at its next best position */ member in struct:__anon11152
175 size_t const tfs_alignment = offsetof(tfs_align, tfs); /* provides the minimal alignment restriction for BMK_timedFnState_t */

Completed in 117 milliseconds