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

/freebsd-10.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...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp93 TypeFromUser tfu (m_frozen_sp->GetClangType());
94 return tfu;
/freebsd-10.3-release/lib/msun/ld80/
H A De_lgammal_r.c79 tfu = LD80C(0xf8cdcde61c520e0f, -4, -1.21486290535849608093e-01L), variable in typeref:union:
101 #define tf (tfu.e)

Completed in 71 milliseconds