HomeSort by: relevance | last modified time | path
    Searched refs: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...]
  /src/lib/libm/ld80/
e_lgammal_r.c 72 tfu = LD80C(0xf8cdcde61c520e0f, -4, -1.21486290535849608093e-01L),
94 #define tf (tfu.extu_ld)

Completed in 11 milliseconds