HomeSort by: relevance | last modified time | path
    Searched defs:tfu (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/hexdump/
parse.c 98 FU *tfu, **nextfu; local in function:add
118 tfu = ecalloc(1, sizeof(FU));
119 *nextfu = tfu;
120 nextfu = &tfu->nextfu;
121 tfu->reps = 1;
129 tfu->reps = atoi(savep);
130 tfu->flags = F_SETREP;
144 tfu->bcnt = atoi(savep);
155 tfu->fmt = emalloc(p - savep + 1);
156 (void) strncpy(tfu->fmt, savep, p - savep)
    [all...]
parse.c 98 FU *tfu, **nextfu; local in function:add
118 tfu = ecalloc(1, sizeof(FU));
119 *nextfu = tfu;
120 nextfu = &tfu->nextfu;
121 tfu->reps = 1;
129 tfu->reps = atoi(savep);
130 tfu->flags = F_SETREP;
144 tfu->bcnt = atoi(savep);
155 tfu->fmt = emalloc(p - savep + 1);
156 (void) strncpy(tfu->fmt, savep, p - savep)
    [all...]

Completed in 21 milliseconds