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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dparse.c81 FU *tfu, **nextfu; local
101 if ((tfu = calloc(1, sizeof(FU))) == NULL)
103 *nextfu = tfu;
104 nextfu = &tfu->nextfu;
105 tfu->reps = 1;
113 tfu->reps = atoi(savep);
114 tfu->flags = F_SETREP;
128 tfu->bcnt = atoi(savep);
139 if (!(tfu->fmt = malloc(p - savep + 1)))
141 (void) strlcpy(tfu
[all...]

Completed in 114 milliseconds