Home
last modified time | relevance | path

Searched refs:args_buffer (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/libgtop/libgtop-2.40.0/sysdeps/aix/
H A Dprocargs.c58 char *args_buffer; in glibtop_get_proc_args_s() local
72 args_buffer = g_malloc (size); in glibtop_get_proc_args_s()
74 result = getargs(pinfo, sizeof(struct procsinfo), args_buffer, size); in glibtop_get_proc_args_s()
79 g_free(args_buffer); in glibtop_get_proc_args_s()
86 if (args_buffer[0] == 0) in glibtop_get_proc_args_s()
88 g_free(args_buffer); in glibtop_get_proc_args_s()
96 while ((args_buffer[len] != 0) && (len < size)) in glibtop_get_proc_args_s()
98 _glibtop_remove_non_ascii(args_buffer + len); in glibtop_get_proc_args_s()
100 len += strlen(args_buffer + len) + 1; in glibtop_get_proc_args_s()
105 memcpy(args, args_buffer, len); in glibtop_get_proc_args_s()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in in CompileFunction() local
152 args_buffer.append(" "); in CompileFunction()
153 args_buffer.append(type_name); in CompileFunction()
155 args_buffer.push_back(' '); in CompileFunction()
156 args_buffer.append(arg_buf); in CompileFunction()
157 args_buffer.append(";\n"); in CompileFunction()
167 m_wrapper_function_text.append(args_buffer); in CompileFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp122 std::string args_buffer; // This one stores the definition of all the args in
152 args_buffer.append(" ");
153 args_buffer.append(type_name);
155 args_buffer.push_back(' ');
156 args_buffer.append(arg_buf);
157 args_buffer.append(";\n");
167 m_wrapper_function_text.append(args_buffer);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/
H A Dtp_metatrace.h60 char* args_buffer = nullptr; member
66 args_buffer = static_cast<char*>(realloc(args_buffer, new_buffer_size)); in AddArg()
68 memcpy(&args_buffer[args_buffer_size], key.data(), key.size()); in AddArg()
69 args_buffer[args_buffer_size + key.size()] = '\0'; in AddArg()
70 memcpy(&args_buffer[args_buffer_size + key.size() + 1], value.data(), in AddArg()
72 args_buffer[new_buffer_size - 1] = '\0'; in AddArg()
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dpacket.cc309 packet->args= packet->args_buffer; in packet_create_arg()
314 if (packet->args == packet->args_buffer) in packet_create_arg()
317 memcpy(packet->args, packet->args_buffer, packet->args_size); in packet_create_arg()
384 if (packet->args != packet->args_buffer && packet->args != NULL) in gearmand_packet_free()
409 packet->args= packet->args_buffer; in gearmand_packet_pack_header()
/dports/devel/py-cffi/cffi-1.15.0/demo/
H A Dbtrfs-snap.py46 args_buffer = ffi.buffer(args) variable
48 fcntl.ioctl(target, lib.BTRFS_IOC_SNAP_CREATE_V2, args_buffer)
/dports/devel/gearmand/gearmand-1.0.6/libgearman/
H A Dpacket.cc94 packet->args= packet->args_buffer; in packet_create_arg()
100 if (packet->args == packet->args_buffer) in packet_create_arg()
115 memcpy(new_args, packet->args_buffer, packet->args_size); in packet_create_arg()
286 if (packet->args != packet->args_buffer and packet->args) in gearman_packet_free()
343 packet->args= packet->args_buffer; in gearman_packet_pack_header()
512 self.args= self.args_buffer; in gearman_packet_unpack()
/dports/devel/gearmand/gearmand-1.0.6/tests/
H A Dgearmand.cc509 char args_buffer[1024]; in config_file_SIMPLE_TEST() local
510 snprintf(args_buffer, sizeof(args_buffer), "--config-file=%s", config_file.c_str()); in config_file_SIMPLE_TEST()
511 const char *args[]= { "--check-args", args_buffer, 0 }; in config_file_SIMPLE_TEST()
/dports/devel/gearmand/gearmand-1.0.6/libgearman-1.0/
H A Dpacket.h70 char args_buffer[GEARMAN_ARGS_BUFFER_SIZE]; member
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/struct/
H A Dpacket.h69 char args_buffer[GEARMAN_ARGS_BUFFER_SIZE]; member
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkSettingForm.c687 psform->args_buffer = gtk_text_buffer_new (NULL); in ugtk_plugin_form_init()
688 psform->args = gtk_text_view_new_with_buffer (psform->args_buffer); in ugtk_plugin_form_init()
689 g_object_unref (psform->args_buffer); in ugtk_plugin_form_init()
714 gtk_text_buffer_set_text (psform->args_buffer, setting->aria2.args, -1); in ugtk_plugin_form_set()
743 gtk_text_buffer_get_start_iter (psform->args_buffer, &iter1); in ugtk_plugin_form_get()
744 gtk_text_buffer_get_end_iter (psform->args_buffer, &iter2); in ugtk_plugin_form_get()
745 setting->aria2.args = gtk_text_buffer_get_text (psform->args_buffer, &iter1, &iter2, FALSE); in ugtk_plugin_form_get()
H A DUgtkSettingForm.h177 GtkTextBuffer* args_buffer; member
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dmetal.cpp819 mtl_buffer *args_buffer = 0; // used if the total arguments size large in halide_metal_run() local
840 args_buffer = new_buffer(metal_context.device, padded_args_size); in halide_metal_run()
841 if (args_buffer == 0) { in halide_metal_run()
846 args_ptr = (char *)buffer_contents(args_buffer); in halide_metal_run()
861 set_input_buffer(encoder, args_buffer, 0, buffer_index); in halide_metal_run()
862 release_ns_object(args_buffer); in halide_metal_run()
H A Dd3d12compute.cpp2709 d3d12_buffer args_buffer = {}; in halide_d3d12compute_run() local
2713 args_buffer = new_constant_buffer(d3d12_context.device, constant_buffer_size); in halide_d3d12compute_run()
2714 if (!args_buffer) { in halide_d3d12compute_run()
2719 uint8_t *args_ptr = (uint8_t *)buffer_contents(&args_buffer); in halide_d3d12compute_run()
2766 if (args_buffer) { in halide_d3d12compute_run()
2769 set_input_buffer(binder, &args_buffer, cb_index); in halide_d3d12compute_run()
2833 release_object(&args_buffer); in halide_d3d12compute_run()
/dports/lang/zig-devel/zig-0.9.0/lib/std/special/
H A Dtest_runner.zig9 var args_buffer: [std.fs.MAX_PATH_BYTES + std.mem.page_size]u8 = undefined;
10 var args_allocator = std.heap.FixedBufferAllocator.init(&args_buffer);
/dports/lang/zig/zig-0.9.0/lib/std/special/
H A Dtest_runner.zig9 var args_buffer: [std.fs.MAX_PATH_BYTES + std.mem.page_size]u8 = undefined;
10 var args_allocator = std.heap.FixedBufferAllocator.init(&args_buffer);
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/plugins/protocol/gear/
H A Dprotocol.cc168 packet->args= packet->args_buffer; in unpack()

12