Lines Matching defs:format
59 static const char *format{"(C1)"};
61 buffer, bufferSize, format, std::strlen(format))};
75 static const char *format{"(A4)"};
77 buffer, bufferSize, format, std::strlen(format))};
86 static const char *format{"(A1)"};
88 buffer, bufferSize, format, std::strlen(format))};
97 static const char *format{"(L1)"};
99 buffer, bufferSize, format, std::strlen(format))};
108 static const char *format{"(F1)"};
110 buffer, bufferSize, format, std::strlen(format))};
117 buffer, bufferSize, format, std::strlen(format));
126 static const char *format{"(Z1,Z1)"};
128 buffer, bufferSize, format, std::strlen(format))};
135 buffer, bufferSize, format, std::strlen(format));
144 static const char *format{"(I1)"};
146 buffer, bufferSize, format, std::strlen(format))};