Lines Matching defs:FunctionT
25 using FunctionT = int (*)(char *, size_t, const char *, InputT fp);
28 void floatDecimalFormat(FunctionT func) {
37 void floatHexExpFormat(FunctionT func) {
46 void floatDecimalExpFormat(FunctionT func) {
55 void floatDecimalAutoFormat(FunctionT func) {
64 void improperFormatString(FunctionT func) {
102 void insufficentBufsize(FunctionT func) {
119 void infNanValues(FunctionT func) {
126 void floatDecimalSinglePrec(FunctionT func) {
140 void floatDecimalDoublePrec(FunctionT func) {
210 void floatDecimalLongDoublePrec(FunctionT func) {
221 void floatHexExpSinglePrec(FunctionT func) {
237 void floatHexExpDoublePrec(FunctionT func) {
263 void floatHexExpLongDoublePrec(FunctionT func) {
313 void floatDecimalExpSinglePrec(FunctionT func) {
324 void floatDecimalExpDoublePrec(FunctionT func) {
360 void floatDecimalExpLongDoublePrec(FunctionT func) {
378 void floatDecimalAutoSinglePrec(FunctionT func) {
389 void floatDecimalAutoDoublePrec(FunctionT func) {
425 void floatDecimalAutoLongDoublePrec(FunctionT func) {
443 void doublePrecInfNan(FunctionT func) {
463 void longDoublePrecInfNan(FunctionT func) {