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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Ddump.h37 struct _fs *nextfs; /* linked list of format strings */ member in struct:_fs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dod.c126 = bb_dump_fshead->nextfs->nextfu->fmt[TYPE_OFFSET]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Ddump.c518 fs = fs->nextfs, bp = savebp, address = saveaddress) {
658 for (bb_dump_blocksize = 0, tfs = bb_dump_fshead; tfs; tfs = tfs->nextfs) {
665 for (tfs = bb_dump_fshead; tfs; tfs = tfs->nextfs) {
680 static FS **nextfs; local
690 *nextfs = tfs;
692 nextfs = &tfs->nextfs;

Completed in 155 milliseconds