Home
last modified time | relevance | path

Searched refs:buf_old (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_byte_buf_write_from_whole_buffer/
H A Daws_byte_buf_write_from_whole_buffer_harness.c23 struct aws_byte_buf buf_old = buf; in aws_byte_buf_write_from_whole_buffer_harness() local
32 assert(buf.len == buf_old.len + src.len); in aws_byte_buf_write_from_whole_buffer_harness()
33 assert(buf_old.capacity == buf.capacity); in aws_byte_buf_write_from_whole_buffer_harness()
34 assert(buf_old.allocator == buf.allocator); in aws_byte_buf_write_from_whole_buffer_harness()
36 assert_bytes_match(buf.buffer + buf_old.len, src.buffer, src.len); in aws_byte_buf_write_from_whole_buffer_harness()
39 assert_byte_buf_equivalence(&buf, &buf_old, &old_byte_from_buf); in aws_byte_buf_write_from_whole_buffer_harness()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_byte_buf_write_from_whole_cursor/
H A Daws_byte_buf_write_from_whole_cursor_harness.c23 struct aws_byte_buf buf_old = buf; in aws_byte_buf_write_from_whole_cursor_harness() local
32 assert(buf.len == buf_old.len + src.len); in aws_byte_buf_write_from_whole_cursor_harness()
33 assert(buf_old.capacity == buf.capacity); in aws_byte_buf_write_from_whole_cursor_harness()
34 assert(buf_old.allocator == buf.allocator); in aws_byte_buf_write_from_whole_cursor_harness()
36 assert_bytes_match(buf.buffer + buf_old.len, src.ptr, src.len); in aws_byte_buf_write_from_whole_cursor_harness()
39 assert_byte_buf_equivalence(&buf, &buf_old, &old_byte_from_buf); in aws_byte_buf_write_from_whole_cursor_harness()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c124 char *buf_old, *buf_new, *tmp; in do_rotate() local
132 buf_old= log->path; in do_rotate()
135 logname(log, buf_old, i); in do_rotate()
136 if (!access(buf_old, F_OK) && in do_rotate()
137 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
139 tmp= buf_old; in do_rotate()
140 buf_old= buf_new; in do_rotate()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c123 char *buf_old, *buf_new, *tmp;
131 buf_old= log->path; in get_simple_collation_handler_by_flags()
134 logname(log, buf_old, i);
135 if (!access(buf_old, F_OK) &&
136 (result= my_rename(buf_old, buf_new, MYF(0))))
138 tmp= buf_old;
139 buf_old= buf_new;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c123 char *buf_old, *buf_new, *tmp; in do_rotate() local
131 buf_old= log->path; in do_rotate()
134 logname(log, buf_old, i); in do_rotate()
135 if (!access(buf_old, F_OK) && in do_rotate()
136 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
138 tmp= buf_old; in do_rotate()
139 buf_old= buf_new; in do_rotate()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c123 char *buf_old, *buf_new, *tmp; in do_rotate() local
131 buf_old= log->path; in do_rotate()
134 logname(log, buf_old, i); in do_rotate()
135 if (!access(buf_old, F_OK) && in do_rotate()
136 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
138 tmp= buf_old; in do_rotate()
139 buf_old= buf_new; in do_rotate()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c123 char *buf_old, *buf_new, *tmp; in do_rotate() local
131 buf_old= log->path; in do_rotate()
134 logname(log, buf_old, i); in do_rotate()
135 if (!access(buf_old, F_OK) && in do_rotate()
136 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
138 tmp= buf_old; in do_rotate()
139 buf_old= buf_new; in do_rotate()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c124 char *buf_old, *buf_new, *tmp; in do_rotate() local
132 buf_old= log->path; in do_rotate()
135 logname(log, buf_old, i); in do_rotate()
136 if (!access(buf_old, F_OK) && in do_rotate()
137 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
139 tmp= buf_old; in do_rotate()
140 buf_old= buf_new; in do_rotate()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dsspeedr.c84 char buf_old[8]; in WRITE_HANDLER() local
89 sprintf(buf_old, "LEDT%d-%c", offset, prev >= 10 ? 'X' : '0' + prev); in WRITE_HANDLER()
92 artwork_show(buf_old, 0); in WRITE_HANDLER()
103 char buf_old[8]; in WRITE_HANDLER() local
108 sprintf(buf_old, "LED%02d-%c", offset, prev >= 10 ? 'X' : '0' + prev); in WRITE_HANDLER()
111 artwork_show(buf_old, 0); in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dsspeedr.c84 char buf_old[8]; in WRITE_HANDLER() local
89 sprintf(buf_old, "LEDT%d-%c", offset, prev >= 10 ? 'X' : '0' + prev); in WRITE_HANDLER()
92 artwork_show(buf_old, 0); in WRITE_HANDLER()
103 char buf_old[8]; in WRITE_HANDLER() local
108 sprintf(buf_old, "LED%02d-%c", offset, prev >= 10 ? 'X' : '0' + prev); in WRITE_HANDLER()
111 artwork_show(buf_old, 0); in WRITE_HANDLER()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c223 char *buf_old, *buf_new, *tmp; in do_rotate() local
231 buf_old= log->path; in do_rotate()
234 logname(log, buf_old, i); in do_rotate()
235 if (!access(buf_old, F_OK) && in do_rotate()
236 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
238 tmp= buf_old; in do_rotate()
239 buf_old= buf_new; in do_rotate()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c223 char *buf_old, *buf_new, *tmp; in do_rotate() local
231 buf_old= log->path; in do_rotate()
234 logname(log, buf_old, i); in do_rotate()
235 if (!access(buf_old, F_OK) && in do_rotate()
236 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
238 tmp= buf_old; in do_rotate()
239 buf_old= buf_new; in do_rotate()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/audit_log/
H A Dfile_logger.c223 char *buf_old, *buf_new, *tmp; in do_rotate() local
231 buf_old= log->path; in do_rotate()
234 logname(log, buf_old, i); in do_rotate()
235 if (!access(buf_old, F_OK) && in do_rotate()
236 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
238 tmp= buf_old; in do_rotate()
239 buf_old= buf_new; in do_rotate()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/audit_log/
H A Dfile_logger.c223 char *buf_old, *buf_new, *tmp; in do_rotate() local
231 buf_old= log->path; in do_rotate()
234 logname(log, buf_old, i); in do_rotate()
235 if (!access(buf_old, F_OK) && in do_rotate()
236 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
238 tmp= buf_old; in do_rotate()
239 buf_old= buf_new; in do_rotate()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c226 char *buf_old, *buf_new, *tmp; in do_rotate() local
234 buf_old= log->path; in do_rotate()
237 logname(log, buf_old, FN_REFLEN, i); in do_rotate()
238 if (!access(buf_old, F_OK) && in do_rotate()
239 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
241 tmp= buf_old; in do_rotate()
242 buf_old= buf_new; in do_rotate()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_log/
H A Dfile_logger.c226 char *buf_old, *buf_new, *tmp; in do_rotate() local
234 buf_old= log->path; in do_rotate()
237 logname(log, buf_old, FN_REFLEN, i); in do_rotate()
238 if (!access(buf_old, F_OK) && in do_rotate()
239 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
241 tmp= buf_old; in do_rotate()
242 buf_old= buf_new; in do_rotate()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c226 char *buf_old, *buf_new, *tmp; in do_rotate() local
234 buf_old= log->path; in do_rotate()
237 logname(log, buf_old, FN_REFLEN, i); in do_rotate()
238 if (!access(buf_old, F_OK) && in do_rotate()
239 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
241 tmp= buf_old; in do_rotate()
242 buf_old= buf_new; in do_rotate()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_log/
H A Dfile_logger.c226 char *buf_old, *buf_new, *tmp; in do_rotate() local
234 buf_old= log->path; in do_rotate()
237 logname(log, buf_old, FN_REFLEN, i); in do_rotate()
238 if (!access(buf_old, F_OK) && in do_rotate()
239 (result= my_rename(buf_old, buf_new, MYF(0)))) in do_rotate()
241 tmp= buf_old; in do_rotate()
242 buf_old= buf_new; in do_rotate()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Ddiff_printer.py67 buf_old = io.StringIO()
68 printer = self.Printer(self._print_format, out=buf_old)
75 lines_old = buf_old.getvalue().split('\n')
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_ring_buffer_release/
H A Daws_ring_buffer_release_harness.c27 struct aws_byte_buf buf_old = buf; in aws_ring_buffer_release_harness() local
40 assert(new_tail == buf_old.buffer + buf_old.capacity); in aws_ring_buffer_release_harness()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_ring_buffer_buf_belongs_to_pool/
H A Daws_ring_buffer_buf_belongs_to_pool_harness.c30 struct aws_byte_buf buf_old = buf; in aws_ring_buffer_buf_belongs_to_pool_harness() local
39 assert(buf_old == buf); in aws_ring_buffer_buf_belongs_to_pool_harness()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/accesscontextmanager/
H A Dacm_printer.py72 buf_old = io.StringIO()
73 printer = self.Printer(self._print_format, out=buf_old)
84 buf_old.getvalue().split('\n'))
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_registry.c301 char buf_old[512] = ""; in format_changes() local
328 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
332 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
339 sl_strlcat(buf, buf_old, len); in format_changes()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_registry.c301 char buf_old[512] = ""; in format_changes() local
328 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
332 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
339 sl_strlcat(buf, buf_old, len); in format_changes()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_registry.c301 char buf_old[512] = ""; in format_changes() local
328 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
332 sl_snprintf(buf_old, sizeof(buf_old), in format_changes()
339 sl_strlcat(buf, buf_old, len); in format_changes()

123