Home
last modified time | relevance | path

Searched refs:formatbuf (Results 1 – 25 of 73) sorted by relevance

123

/dports/security/libnitrokey/libnitrokey-v3.6/
H A Dmisc.cc67 char formatbuf[128]; in hexdump() local
72 snprintf(formatbuf, 128, "%04x\t", static_cast<int> (p - pstart)); in hexdump()
73 out << formatbuf; in hexdump()
79 snprintf(formatbuf, 128, "%02x ", uint8_t(*p)); in hexdump()
80 out << formatbuf; in hexdump()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/
H A Dlmtp2nntp_lmtp.c325 char formatbuf[LMTP_LINE_MAXLEN]; in lmtp_response() local
351 … len = sprintf(formatbuf, "%3.3s%c%5.5s ", res->statuscode, dash ? '-' : ' ', res->dsncode); in lmtp_response()
353 len = sprintf(formatbuf, "%3.3s%c", res->statuscode, dash ? '-' : ' '); in lmtp_response()
354 …if ((len + cpE - cpS + 2) > sizeof(formatbuf)) { /* status + line + '\r\n' does not fit into forma… in lmtp_response()
356 if ((cpE = cpS + sizeof(formatbuf) - 2 - len) <= cpS) /* no space for line at all */ in lmtp_response()
359 strncpy(formatbuf+len, cpS, cpE-cpS); in lmtp_response()
361 formatbuf[len++] = '\r'; in lmtp_response()
362 formatbuf[len++] = '\n'; in lmtp_response()
364 rv = lmtp->io.write(lmtp->io.ctx, formatbuf, len); in lmtp_response()
/dports/graphics/simage/simage-1.7.0/examples/
H A Dimg2avi.c20 char formatbuf[20]; in main() local
33 sprintf(formatbuf, "%%%dd/%%%dd \"%%s\"", (int)ceil(log10(argc-3)), (int)ceil(log10(argc-3))); in main()
38 printf(formatbuf, i-2, argc-3, argv[i]); in main()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/util/
H A Dfontxlfd.c140 char formatbuf[40]; local
157 sprintf(formatbuf, "%%.%dle", XLFD_NDIGITS);
163 sprintf(buffer, formatbuf, value);
180 sprintf(formatbuf, "%%.%dle", ndigits - 1);
181 sprintf(buffer, formatbuf, value);
188 sprintf(formatbuf, "%%.%dlf", ndigits);
189 sprintf(buffer, formatbuf, value);
287 char formatbuf[40], buffer[40]; local
289 sprintf(formatbuf, "%%.%dlg", XLFD_NDIGITS);
290 sprintf(buffer, formatbuf, x);
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dmprintf.c928 char formatbuf[32]="%"; in dprintf_formatf() local
930 size_t left = sizeof(formatbuf)-strlen(formatbuf); in dprintf_formatf()
946 strcat(formatbuf, "-"); in dprintf_formatf()
948 strcat(formatbuf, "+"); in dprintf_formatf()
950 strcat(formatbuf, " "); in dprintf_formatf()
952 strcat(formatbuf, "#"); in dprintf_formatf()
954 fptr=&formatbuf[strlen(formatbuf)]; in dprintf_formatf()
981 (sprintf)(work, formatbuf, p->data.dnum); in dprintf_formatf()
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dmprintf.c929 char formatbuf[32]="%"; in dprintf_formatf() local
931 size_t left = sizeof(formatbuf)-strlen(formatbuf); in dprintf_formatf()
947 strcat(formatbuf, "-"); in dprintf_formatf()
949 strcat(formatbuf, "+"); in dprintf_formatf()
951 strcat(formatbuf, " "); in dprintf_formatf()
953 strcat(formatbuf, "#"); in dprintf_formatf()
955 fptr=&formatbuf[strlen(formatbuf)]; in dprintf_formatf()
983 (sprintf)(work, formatbuf, p->data.dnum); in dprintf_formatf()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/tools/pcp/
H A Dpcp_frontend_client.c1016 static char formatbuf[8192]; in format_titles() local
1024 *formatbuf = '\0'; in format_titles()
1033 strncat(formatbuf, buf2, sizeof(formatbuf) - strlen(formatbuf) - 2); in format_titles()
1034 strcat(formatbuf, "\n"); in format_titles()
1036 strcat(formatbuf, "\n"); in format_titles()
1037 return formatbuf; in format_titles()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/tools/pcp/
H A Dpcp_frontend_client.c859 static char formatbuf[8192]; in format_titles() local
867 *formatbuf = '\0'; in format_titles()
876 strncat(formatbuf, buf2, sizeof(formatbuf) - strlen(formatbuf) - 2); in format_titles()
877 strcat(formatbuf, "\n"); in format_titles()
879 return formatbuf; in format_titles()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
90 formatbuf<Char> format_buf(buf); in format_value()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
90 formatbuf<Char> format_buf(buf); in format_value()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/include/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
94 formatbuf<Char> format_buf(buf);
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dostream.h18 class formatbuf : public std::basic_streambuf<Char> {
26 formatbuf(basic_buffer<Char> &buffer) : buffer_(buffer) {} in formatbuf() function
92 internal::formatbuf<Char> format_buf(buffer); in format_value()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/include/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
94 formatbuf<Char> format_buf(buf);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/include/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
94 formatbuf<Char> format_buf(buf);
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/include/fmt/
H A Dostream.h17 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
25 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
94 formatbuf<Char> format_buf(buf);
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/fmt-5.3.0/include/fmt/
H A Dostream.h18 class formatbuf : public std::basic_streambuf<Char> {
26 formatbuf(basic_buffer<Char> &buffer) : buffer_(buffer) {} in formatbuf() function
92 internal::formatbuf<Char> format_buf(buffer); in format_value()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/bundled/
H A Dostream.h18 class formatbuf : public std::basic_streambuf<Char> {
26 formatbuf(basic_buffer<Char> &buffer) : buffer_(buffer) {} in formatbuf() function
92 internal::formatbuf<Char> format_buf(buffer); in format_value()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/fmt/
H A Dostream.h18 class formatbuf : public std::basic_streambuf<Char> {
26 formatbuf(basic_buffer<Char> &buffer) : buffer_(buffer) {}
92 internal::formatbuf<Char> format_buf(buffer);
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/tools/pcp/
H A Dpcp_frontend_client.c982 static char formatbuf[8192]; in format_titles() local
990 *formatbuf = '\0'; in format_titles()
999 strncat(formatbuf, buf2, sizeof(formatbuf) - strlen(formatbuf) - 2); in format_titles()
1000 strcat(formatbuf, "\n"); in format_titles()
1002 return formatbuf; in format_titles()
/dports/games/pioneer/pioneer-20210723/contrib/fmt/include/fmt/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
99 formatbuf<Char> format_buf(buf);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/fmt/bundled/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
99 formatbuf<Char> format_buf(buf);
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/include/fmt/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
111 formatbuf<Char> format_buf(buf);
/dports/science/lammps/lammps-stable_29Sep2021/src/fmt/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
109 formatbuf<Char> format_buf(buf);
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/fmt/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
111 formatbuf<Char> format_buf(buf);
/dports/mail/rspamd/rspamd-3.1/contrib/fmt/include/fmt/
H A Dostream.h22 template <class Char> class formatbuf : public std::basic_streambuf<Char> {
30 formatbuf(buffer<Char>& buf) : buffer_(buf) {} in formatbuf() function
109 formatbuf<Char> format_buf(buf);

123