Home
last modified time | relevance | path

Searched refs:dstbuf (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dscreen-vram-double.h10 #define DST_DEFINE_ADD TYPE dstbuf[32];
74 #define DST_V(idx,c) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = c;
75 #define DST_T(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = tcol;
76 #define DST_B(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = BLACK;
104 #define DST_V(idx,c) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = c;
105 #define DST_T(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = tcol;
106 #define DST_B(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = BLACK;
127 #define DST_T(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = tcol; dstbuf3[2*(idx)] = dstbuf3[2*(idx)…
128 #define DST_B(idx) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = BLACK; dstbuf3[2*(idx)] = dstbuf3[2*(idx)…
157 #define DST_V(idx,c) dstbuf[2*(idx)] = dstbuf[2*(idx)+1] = c;
[all …]
H A Dscreen-vram-full.h8 #define DST_DEFINE_ADD TYPE dstbuf[16];
56 #define DST_V(idx,c) dstbuf[(idx)] = c;
57 #define DST_T(idx) dstbuf[(idx)] = tcol;
58 #define DST_B(idx) dstbuf[(idx)] = BLACK;
60 #define COPY_8DOT() memcpy( dst, dstbuf, sizeof(TYPE)*8 ); \
61 memcpy( dst2, dstbuf, sizeof(TYPE)*8 );
62 #define COPY_16DOT() memcpy( dst, dstbuf, sizeof(TYPE)*16 ); \
63 memcpy( dst2, dstbuf, sizeof(TYPE)*16 );
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhttp_str.c62 char* dstbuf; in str_escape() local
76 dstbuf [dstpos++] = '%'; in str_escape()
82 dstbuf [dstpos++] = char_code; in str_escape()
86 dstbuf [dstpos] = '\0'; in str_escape()
88 str_alloc_text(p_str, dstbuf); in str_escape()
89 vsf_sysutil_free(dstbuf); in str_escape()
97 char* dstbuf; in str_unescape() local
117 dstbuf [dstpos++] = char_code; in str_unescape()
121 dstbuf [dstpos] = '\0'; in str_unescape()
123 str_alloc_text(p_str, dstbuf); in str_unescape()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/ports/
H A Dport_item.cc73 void PortObjectItemPrint(PortObjectItem* poi, char* dstbuf, int bufsize) in PortObjectItemPrint() argument
75 SnortSnprintfAppend(dstbuf, bufsize, " "); in PortObjectItemPrint()
78 SnortSnprintfAppend(dstbuf, bufsize, "!"); in PortObjectItemPrint()
81 SnortSnprintfAppend(dstbuf, bufsize, "any"); in PortObjectItemPrint()
84 SnortSnprintfAppend(dstbuf, bufsize, "%hu", poi->lport); in PortObjectItemPrint()
87 SnortSnprintfAppend(dstbuf, bufsize, "%hu:%hu",poi->lport,poi->hport); in PortObjectItemPrint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
271 dstbuf = outbuf + num_hdr_bytes; in compress_file()
301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
305 dstbuf, dstlen, in compress_file()
351 set_bfinal(dstbuf, 0); in compress_file()
352 dstbuf = dstbuf + tpbc; in compress_file()
361 dstbuf = dstbuf + flushlen; in compress_file()
368 set_bfinal(dstbuf, 1); in compress_file()
369 dstbuf = dstbuf + tpbc; in compress_file()
381 memcpy(dstbuf, &crc, 4); in compress_file()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
271 dstbuf = outbuf + num_hdr_bytes; in compress_file()
301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
305 dstbuf, dstlen, in compress_file()
351 set_bfinal(dstbuf, 0); in compress_file()
352 dstbuf = dstbuf + tpbc; in compress_file()
361 dstbuf = dstbuf + flushlen; in compress_file()
368 set_bfinal(dstbuf, 1); in compress_file()
369 dstbuf = dstbuf + tpbc; in compress_file()
381 memcpy(dstbuf, &crc, 4); in compress_file()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
271 dstbuf = outbuf + num_hdr_bytes; in compress_file()
301 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
305 dstbuf, dstlen, in compress_file()
351 set_bfinal(dstbuf, 0); in compress_file()
352 dstbuf = dstbuf + tpbc; in compress_file()
361 dstbuf = dstbuf + flushlen; in compress_file()
368 set_bfinal(dstbuf, 1); in compress_file()
369 dstbuf = dstbuf + tpbc; in compress_file()
381 memcpy(dstbuf, &crc, 4); in compress_file()
[all …]
/dports/dns/validns/validns-0.8/
H A Dbase64.c105 unsigned char dstbuf[512]; in ok_string_test() local
113 memset(dstbuf, 0xAA, 512); in ok_string_test()
114 r = decode_base64(dstbuf, src, expect_sz); in ok_string_test()
118 } else if (memcmp(dstbuf, expect, r) != 0) { in ok_string_test()
122 if (dstbuf[expect_sz] != 0xAA) { in ok_string_test()
126 memset(dstbuf, 0xAA, 512); in ok_string_test()
128 r0 = decode_base64(dstbuf, src, i); in ok_string_test()
133 if (dstbuf[i] != 0xAA) { in ok_string_test()
H A Dbase32hex.c223 unsigned char dstbuf[512]; in ok_string_test() local
234 memset(dstbuf, 0xAA, 512); in ok_string_test()
235 r = decode_base32hex(dstbuf, src, expect_sz); in ok_string_test()
239 } else if (memcmp(dstbuf, expect, r) != 0) { in ok_string_test()
243 if (dstbuf[expect_sz] != 0xAA) { in ok_string_test()
247 r = encode_base32hex(reverse_buf, 1024, dstbuf, expect_sz); in ok_string_test()
248 s = src; d = (char*)dstbuf; in ok_string_test()
260 } else if (memcmp(reverse_buf, dstbuf, r) != 0) { in ok_string_test()
264 memset(dstbuf, 0xAA, 512); in ok_string_test()
266 r0 = decode_base32hex(dstbuf, src, i); in ok_string_test()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dbprint.c276 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
279 av_bprintf(dstbuf, "'\\''"); in av_bprint_escape()
281 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
283 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
294 case '&' : av_bprintf(dstbuf, "%s", "&"); break; in av_bprint_escape()
295 case '<' : av_bprintf(dstbuf, "%s", "&lt;"); break; in av_bprint_escape()
301 av_bprintf(dstbuf, "%s", "&apos;"); in av_bprint_escape()
307 av_bprintf(dstbuf, "%s", "&quot;"); in av_bprint_escape()
310 default: av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
329 av_bprint_chars(dstbuf, '\\', 1); in av_bprint_escape()
[all …]
/dports/www/firefox/firefox-99.0/media/ffvpx/libavutil/
H A Dbprint.c276 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
279 av_bprintf(dstbuf, "'\\''"); in av_bprint_escape()
281 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
283 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
294 case '&' : av_bprintf(dstbuf, "%s", "&amp;"); break; in av_bprint_escape()
295 case '<' : av_bprintf(dstbuf, "%s", "&lt;"); break; in av_bprint_escape()
301 av_bprintf(dstbuf, "%s", "&apos;"); in av_bprint_escape()
307 av_bprintf(dstbuf, "%s", "&quot;"); in av_bprint_escape()
310 default: av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
329 av_bprint_chars(dstbuf, '\\', 1); in av_bprint_escape()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dbprint.c276 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
279 av_bprintf(dstbuf, "'\\''"); in av_bprint_escape()
281 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
283 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
294 case '&' : av_bprintf(dstbuf, "%s", "&amp;"); break; in av_bprint_escape()
295 case '<' : av_bprintf(dstbuf, "%s", "&lt;"); break; in av_bprint_escape()
301 av_bprintf(dstbuf, "%s", "&apos;"); in av_bprint_escape()
307 av_bprintf(dstbuf, "%s", "&quot;"); in av_bprint_escape()
310 default: av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
329 av_bprint_chars(dstbuf, '\\', 1); in av_bprint_escape()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dcbuf.h159 int cbuf_peek(cbuf_t *src, void *dstbuf, int len);
168 int cbuf_read(cbuf_t *src, void *dstbuf, int len);
174 int cbuf_replay(cbuf_t *src, void *dstbuf, int len);
205 int cbuf_peek_line(cbuf_t *src, char *dstbuf, int len, int lines);
218 int cbuf_read_line(cbuf_t *src, char *dstbuf, int len, int lines);
230 int cbuf_replay_line(cbuf_t *src, char *dstbuf, int len, int lines);
/dports/sysutils/powerman/powerman-2.3.20/liblsd/
H A Dcbuf.h160 int cbuf_peek (cbuf_t src, void *dstbuf, int len);
169 int cbuf_read (cbuf_t src, void *dstbuf, int len);
175 int cbuf_replay (cbuf_t src, void *dstbuf, int len);
206 int cbuf_peek_line (cbuf_t src, char *dstbuf, int len, int lines);
219 int cbuf_read_line (cbuf_t src, char *dstbuf, int len, int lines);
231 int cbuf_replay_line (cbuf_t src, char *dstbuf, int len, int lines);
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/pdsh/
H A Dcbuf.h162 int cbuf_peek (cbuf_t src, void *dstbuf, int len);
171 int cbuf_read (cbuf_t src, void *dstbuf, int len);
177 int cbuf_replay (cbuf_t src, void *dstbuf, int len);
208 int cbuf_peek_line (cbuf_t src, char *dstbuf, int len, int lines);
221 int cbuf_read_line (cbuf_t src, char *dstbuf, int len, int lines);
233 int cbuf_replay_line (cbuf_t src, char *dstbuf, int len, int lines);
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/miscutil/
H A Dcbuf.h162 int cbuf_peek (cbuf_t src, void *dstbuf, int len);
171 int cbuf_read (cbuf_t src, void *dstbuf, int len);
177 int cbuf_replay (cbuf_t src, void *dstbuf, int len);
208 int cbuf_peek_line (cbuf_t src, char *dstbuf, int len, int lines);
221 int cbuf_read_line (cbuf_t src, char *dstbuf, int len, int lines);
233 int cbuf_replay_line (cbuf_t src, char *dstbuf, int len, int lines);
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmiconsole/
H A Dscbuf.h166 int scbuf_peek (scbuf_t src, void *dstbuf, int len);
175 int scbuf_read (scbuf_t src, void *dstbuf, int len);
181 int scbuf_replay (scbuf_t src, void *dstbuf, int len);
212 int scbuf_peek_line (scbuf_t src, char *dstbuf, int len, int lines);
225 int scbuf_read_line (scbuf_t src, char *dstbuf, int len, int lines); in SetIV()
237 int scbuf_replay_line (scbuf_t src, char *dstbuf, int len, int lines);
/dports/x11/pixman/pixman-0.40.0/test/
H A Dscaling-crash-test.c34 uint32_t * dstbuf; in run_test() local
56 dstbuf = (uint32_t *)malloc (dst_width * dst_height * 4); in run_test()
59 memset (dstbuf, 0x33, dst_width * dst_height * 4); in run_test()
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4); in run_test()
89 if (dstbuf[i] != 0xCCCCCCCC && dstbuf[i] != 0x33333333) in run_test()
97 free (dstbuf); in run_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen) in get_key() argument
65 if (!dstbuf) in get_key()
68 memset(dstbuf, 0, KEY_SIZE); in get_key()
69 mi_int4store(dstbuf, version); in get_key()
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen) in get_key() argument
65 if (!dstbuf) in get_key()
68 memset(dstbuf, 0, KEY_SIZE); in get_key()
69 mi_int4store(dstbuf, version); in get_key()
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen) in get_key() argument
65 if (!dstbuf) in get_key()
68 memset(dstbuf, 0, KEY_SIZE); in get_key()
69 mi_int4store(dstbuf, version); in get_key()
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen)
65 if (!dstbuf)
68 memset(dstbuf, 0, KEY_SIZE);
69 mi_int4store(dstbuf, version);
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen) in get_key() argument
65 if (!dstbuf) in get_key()
68 memset(dstbuf, 0, KEY_SIZE); in get_key()
69 mi_int4store(dstbuf, version); in get_key()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/debug_key_management/
H A Ddebug_key_management_plugin.cc54 unsigned char* dstbuf, unsigned *buflen) in get_key() argument
65 if (!dstbuf) in get_key()
68 memset(dstbuf, 0, KEY_SIZE); in get_key()
69 mi_int4store(dstbuf, version); in get_key()
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/tools/typemaker2/
H A Dtm_builder_c.c887 GWEN_BUFFER *dstbuf; in _buildConstructor() local
909 GWEN_Buffer_free(dstbuf); in _buildConstructor()
1067 GWEN_BUFFER *dstbuf; in _buildDestructor() local
1979 GWEN_BUFFER *dstbuf; in _buildReadDb() local
2010 GWEN_BUFFER *dstbuf; in _buildReadDb() local
2406 GWEN_BUFFER *dstbuf; in _buildReadXml() local
2832 GWEN_BUFFER *dstbuf; in _buildReadObject() local
5408 GWEN_BUFFER *dstbuf; in _buildList1GetByMember() local
5560 GWEN_BUFFER *dstbuf; in _buildTreeGetByMember() local
5712 GWEN_BUFFER *dstbuf; in _buildTree2GetByMember() local
[all …]

12345678910>>...21