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

/freebsd-12-stable/usr.bin/hexdump/
H A Dhexdump.c75 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
81 for (tfs = fshead; tfs; tfs = tfs->nextfs)
H A Dodsyntax.c84 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] =
89 fshead->nextfs->nextfu->fmt = padding;
170 if (fshead->nextfs->nextfs == NULL)
276 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x';
279 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd';
H A Dhexdump.h71 struct _fs *nextfs; /* linked list of format strings */ member in struct:_fs
H A Dparse.c81 static FS **nextfs; local
91 *nextfs = tfs;
92 nextfs = &tfs->nextfs;
H A Ddisplay.c78 fs = fs->nextfs, bp = savebp, address = saveaddress)

Completed in 117 milliseconds