Home
last modified time | relevance | path

Searched refs:format_buffer (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_server.cc315 format_buffer->clear(); in PHP_METHOD()
317 format_buffer->append(message, length); in PHP_METHOD()
320 RETURN_STRINGL(format_buffer->str, format_buffer->length); in PHP_METHOD()
328 format_buffer->clear(); in PHP_METHOD()
330 format_buffer->append(message, length); in PHP_METHOD()
336 format_buffer->append(message, length); in PHP_METHOD()
341 RETURN_STRINGL(format_buffer->str, format_buffer->length); in PHP_METHOD()
349 format_buffer->clear(); in PHP_METHOD()
351 format_buffer->append(message, length); in PHP_METHOD()
364 format_buffer->append(message, length); in PHP_METHOD()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c559 format_buffer[len++] = ' '; in dev_set_text_matrix()
561 format_buffer[len++] = ' '; in dev_set_text_matrix()
562 format_buffer[len++] = 'T'; in dev_set_text_matrix()
563 format_buffer[len++] = 'm'; in dev_set_text_matrix()
895 format_buffer[len++] = ' '; in dev_set_font()
897 format_buffer[len++] = ' '; in dev_set_font()
898 format_buffer[len++] = 'T'; in dev_set_font()
899 format_buffer[len++] = 'f'; in dev_set_font()
1628 format_buffer[len++] = ' ';
1629 format_buffer[len++] = 'q';
[all …]
H A Dpdfobj.c140 static char format_buffer[FORMAT_BUF_SIZE]; variable
350 pdf_out(pdf_output_file, format_buffer, length); in dump_xref_table()
361 length = sprintf(format_buffer, "%010lu %05hu %c \n", in dump_xref_table()
364 pdf_out(pdf_output_file, format_buffer, length); in dump_xref_table()
461 length = sprintf(format_buffer, "%lu\n", startxref); in pdf_out_flush()
462 pdf_out(pdf_output_file, format_buffer, length); in pdf_out_flush()
707 pdf_out(file, format_buffer, length); in write_indirect()
808 count = pdf_sprint_number(format_buffer, number->value); in write_number()
810 pdf_out(file, format_buffer, count); in write_number()
2274 pdf_out(file, format_buffer, length); in pdf_flush_obj()
[all …]
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dlogsys.c118 static char *format_buffer=NULL; variable
573 per_t = strstr(format_buffer, "%t"); in logsys_file_format_get()
593 if (format_buffer) { in logsys_format_set()
594 free(format_buffer); in logsys_format_set()
595 format_buffer = NULL; in logsys_format_set()
599 if (format_buffer == NULL) { in logsys_format_set()
619 if (format_buffer[c] == '%') { in logsys_format_set()
622 if (isdigit(format_buffer[c])) { in logsys_format_set()
625 if (format_buffer[c] == 't' || in logsys_format_set()
626 format_buffer[c] == 'p') { in logsys_format_set()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dints.c56 char format_buffer[32]; in format_int() local
69 if (prec <= sizeof(format_buffer)) { in format_int()
70 dest = format_buffer; in format_int()
76 if (dest != format_buffer) { in format_int()
H A Dfloats.c50 char format_buffer[64]; in format_float() local
71 if (prec <= sizeof(format_buffer)) { in format_float()
72 dest = format_buffer; in format_float()
78 if (dest != format_buffer) { in format_float()
H A Dmosml.c490 char format_buffer[32]; in sml_string_of_int() local
493 mkSMLMinus(format_buffer); in sml_string_of_int()
494 return copy_string(format_buffer); in sml_string_of_int()
501 sprintf(format_buffer, "%.12g", x); in string_of_float_aux()
502 mkSMLMinus(format_buffer); in string_of_float_aux()
505 strcat(format_buffer, ".0"); in string_of_float_aux()
510 char format_buffer[64]; in sml_string_of_float() local
512 return copy_string(format_buffer); in sml_string_of_float()
1169 char format_buffer[BUFSIZE]; in sml_general_string_of_float() local
1181 mkSMLMinus(format_buffer); in sml_general_string_of_float()
[all …]
/dports/devel/zydis/zydis-3.1.0/tools/
H A DZydisDisasm.c130 char format_buffer[256]; in main() local
143 ZydisFormatterFormatInstruction(&formatter, &instruction, format_buffer, in main()
144 sizeof(format_buffer), runtime_address); in main()
145 ZYAN_PUTS(format_buffer); in main()
H A DZydisFuzzIn.c177 char format_buffer[256]; in DoIteration() local
185 ZydisFormatterFormatInstruction(&formatter, &instruction, format_buffer, in DoIteration()
186 sizeof(format_buffer), control_block.rt_address); in DoIteration()
H A DZydisPE.c1014 char format_buffer[256]; in DisassembleMappedPEFile() local
1016 ZydisFormatterFormatInstructionEx(&formatter, &instruction, format_buffer, in DisassembleMappedPEFile()
1017 sizeof(format_buffer), runtime_address, (void*)context)))) in DisassembleMappedPEFile()
1022 printf(" %s\n", &format_buffer[0]); in DisassembleMappedPEFile()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-operation-png-guess-sizes.c71 const Babl *format_buffer; in photos_operation_png_guess_sizes_count() local
78 format_buffer = gegl_buffer_get_format (buffer); in photos_operation_png_guess_sizes_count()
79 if (babl_format_has_alpha (format_buffer)) in photos_operation_png_guess_sizes_count()
81 if (babl_format_get_n_components (format_buffer) != 2) in photos_operation_png_guess_sizes_count()
94 if (babl_format_get_n_components (format_buffer) != 1) in photos_operation_png_guess_sizes_count()
/dports/devel/string_theory/string_theory-3.4/include/
H A Dst_formatter.h434 char format_buffer[32]; in _ST_FORMAT_INT_TYPE() local
437 format_buffer[end++] = '%'; in _ST_FORMAT_INT_TYPE()
440 format_buffer[end++] = '+'; in _ST_FORMAT_INT_TYPE()
443 format_buffer[end++] = '.'; in _ST_FORMAT_INT_TYPE()
446 std::char_traits<char>::move(format_buffer + end, prec.text(), prec.size()); in _ST_FORMAT_INT_TYPE()
449 ST_ASSERT(prec.size() > 0 && prec.size() + end + 2 < sizeof(format_buffer), in _ST_FORMAT_INT_TYPE()
454 format_buffer[end++] = in _ST_FORMAT_INT_TYPE()
458 format_buffer[end] = 0; in _ST_FORMAT_INT_TYPE()
461 int format_size = snprintf(out_buffer, sizeof(out_buffer), format_buffer, value); in _ST_FORMAT_INT_TYPE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h82 std::string format_buffer; in Dispatch() local
85 FormatArgs(format_buffer, args...); in Dispatch()
87 format = const_cast<char *>(format_buffer.c_str()); in Dispatch()
/dports/devel/zydis/zydis-3.1.0/examples/
H A DZydisPerfTest.c235 char format_buffer[256]; in ProcessBuffer() local
274 ZydisFormatterTokenizeInstruction(formatter, instruction, format_buffer, in ProcessBuffer()
275 sizeof(format_buffer), offset, &token); in ProcessBuffer()
278 ZydisFormatterFormatInstruction(formatter, instruction, format_buffer, in ProcessBuffer()
279 sizeof(format_buffer), offset); in ProcessBuffer()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dgradient-map.c215 const Babl *format_buffer; in map() local
258 format_buffer = babl_format ("Y'A float"); in map()
264 format_buffer = babl_format ("Y' float"); in map()
271 0, format_buffer, in map()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/player/gstbe/
H A Dprefs.py42 def format_buffer(scale, value): function
54 scale.connect('format-value', format_buffer)
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmFormat.c425 char format_buffer[ 20 ]; in xtmFoFormatText() local
438 sprintf( format_buffer, "%%-%d.%ds%%-%d.%ds", in xtmFoFormatText()
467 sprintf( line, format_buffer, "", buffer ); in xtmFoFormatText()
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/recorder/
H A Drecorder.c515 char format_buffer[32]; in recorder_dump_entry() local
548 char *fmt_copy = format_buffer; in recorder_dump_entry()
549 char *fmt_end = format_buffer + sizeof format_buffer - 1; in recorder_dump_entry()
656 format_buffer, dst, dst_end - dst, arg); in recorder_dump_entry()
677 format_buffer, arg); in recorder_dump_entry()
681 format_buffer, fields[0], arg); in recorder_dump_entry()
685 format_buffer, fields[0], fields[1], arg); in recorder_dump_entry()
698 format_buffer, arg); in recorder_dump_entry()
702 format_buffer, fields[0], arg); in recorder_dump_entry()
706 format_buffer, fields[0], fields[1], arg); in recorder_dump_entry()
/dports/security/rhash/RHash-1.4.2/
H A Dwin_utils.c47 wchar_t format_buffer[4096]; member
481 …format, console_data.primary_codepage, console_data.format_buffer, sizeof(console_data.format_buff… in win_vfprintf_encoded()
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/recorder/
H A Drecorder.c555 char format_buffer[32]; in recorder_dump_entry() local
588 char *fmt_copy = format_buffer; in recorder_dump_entry()
589 char *fmt_end = format_buffer + sizeof format_buffer - 1; in recorder_dump_entry()
696 format_buffer, dst, dst_end - dst, arg); in recorder_dump_entry()
717 format_buffer, arg); in recorder_dump_entry()
721 format_buffer, fields[0], arg); in recorder_dump_entry()
725 format_buffer, fields[0], fields[1], arg); in recorder_dump_entry()
738 format_buffer, arg); in recorder_dump_entry()
742 format_buffer, fields[0], arg); in recorder_dump_entry()
746 format_buffer, fields[0], fields[1], arg); in recorder_dump_entry()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dlogging.c454 char format_buffer[MAXIMUM_NO_ALLOC_LOG_LINE_SIZE]; in s_noalloc_stderr_logger_log() local
465 .log_line_buffer = format_buffer, in s_noalloc_stderr_logger_log()
491 …if (fwrite(format_buffer, 1, format_data.amount_written, impl->file) < format_data.amount_written)… in s_noalloc_stderr_logger_log()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/test/
H A Dfakesink.c69 uint8_t format_buffer[1024]; member
433 *param = SPA_PTROFF(port->format_buffer, 0, struct spa_pod); in port_get_format()
533 if (SPA_POD_SIZE(format) > sizeof(port->format_buffer)) in port_set_format()
535 memcpy(port->format_buffer, format, SPA_POD_SIZE(format)); in port_set_format()
H A Dfakesrc.c70 uint8_t format_buffer[1024]; member
446 *param = SPA_PTROFF(port->format_buffer, 0, struct spa_pod); in port_get_format()
550 if (SPA_POD_SIZE(format) > sizeof(port->format_buffer)) in port_set_format()
552 memcpy(port->format_buffer, format, SPA_POD_SIZE(format)); in port_set_format()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/src/
H A Dto_chars.cpp847 inline char *format_buffer(char *buf, int len, int decimal_exponent, in format_buffer() function
945 return dtoa_impl::format_buffer(first, len, decimal_exponent, kMinExp, in to_chars()
/dports/devel/simdjson/simdjson-0.9.6/src/
H A Dto_chars.cpp845 inline char *format_buffer(char *buf, int len, int decimal_exponent, in format_buffer() function
940 return dtoa_impl::format_buffer(first, len, decimal_exponent, kMinExp, in to_chars()

12345