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

/freebsd-12-stable/usr.bin/hexdump/
H A Dparse.c83 FU *tfu, **nextfu; local
103 if ((tfu = calloc(1, sizeof(FU))) == NULL)
105 *nextfu = tfu;
106 nextfu = &tfu->nextfu;
107 tfu->reps = 1;
115 tfu->reps = atoi(savep);
116 tfu->flags = F_SETREP;
130 tfu->bcnt = atoi(savep);
141 if (!(tfu->fmt = malloc(p - savep + 1)))
143 (void) strlcpy(tfu
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp64 TypeFromUser tfu(m_frozen_sp->GetCompilerType());
65 return tfu;
/freebsd-12-stable/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 178 milliseconds