Home
last modified time | relevance | path

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

/dragonfly/usr.bin/hexdump/
HDodsyntax.c78 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = in oldsyntax()
83 fshead->nextfs->nextfu->fmt = padding; in oldsyntax()
165 if (fshead->nextfs->nextfs == NULL) in oldsyntax()
271 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'x'; in odoffset()
274 fshead->nextfs->nextfu->fmt[TYPE_OFFSET] = 'd'; in odoffset()
HDhexdump.c61 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) { in main()
67 for (tfs = fshead; tfs; tfs = tfs->nextfs) in main()
HDparse.c74 static FS **nextfs; in add() local
84 *nextfs = tfs; in add()
85 nextfs = &tfs->nextfs; in add()
HDhexdump.h65 struct _fs *nextfs; /* linked list of format strings */ member
HDdisplay.c162 fs = fs->nextfs, bp = savebp, address = saveaddress) in display()