Home
last modified time | relevance | path

Searched refs:textbuf (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/internal/
H A Dscopebuffer.d306 textbuf.put('a');
307 textbuf.put('x');
311 assert(textbuf[3] == 'b');
313 textbuf.length = textbuf.length - 1;
314 assert(textbuf[0 .. textbuf.length] == "axab");
316 textbuf.length = 3;
317 assert(textbuf[0 .. textbuf.length] == "axa");
318 assert(textbuf[textbuf.length - 1] == 'a');
343 textbuf.put(s1); in cat()
344 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/internal/
H A Dscopebuffer.d305 textbuf.put('a');
306 textbuf.put('x');
310 assert(textbuf[3] == 'b');
312 textbuf.length = textbuf.length - 1;
313 assert(textbuf[0 .. textbuf.length] == "axab");
315 textbuf.length = 3;
316 assert(textbuf[0 .. textbuf.length] == "axa");
317 assert(textbuf[textbuf.length - 1] == 'a');
342 textbuf.put(s1); in cat()
343 textbuf.put(s2); in cat()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf, 0 ); in entry_schema_check()
187 e->e_dn, textbuf, 0 ); in entry_schema_check()
201 e->e_dn, textbuf, 0 ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf, 0 ); in entry_schema_check()
289 e->e_dn, textbuf, 0 ); in entry_schema_check()
333 e->e_dn, textbuf, 0 ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
H A Dmods.c39 char *textbuf, in modify_add_values() argument
79 *text = textbuf; in modify_add_values()
123 *text = textbuf; in modify_add_values()
171 *text = textbuf; in modify_add_values()
221 *text = textbuf; in modify_delete_vindex()
244 *text = textbuf; in modify_delete_vindex()
258 *text = textbuf; in modify_delete_vindex()
292 *text = textbuf; in modify_delete_vindex()
298 *text = textbuf; in modify_delete_vindex()
349 *text = textbuf; in modify_delete_vindex()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf, 0 ); in entry_schema_check()
187 e->e_dn, textbuf, 0 ); in entry_schema_check()
201 e->e_dn, textbuf, 0 ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf, 0 ); in entry_schema_check()
289 e->e_dn, textbuf, 0 ); in entry_schema_check()
333 e->e_dn, textbuf, 0 ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf ); in entry_schema_check()
187 e->e_dn, textbuf ); in entry_schema_check()
201 e->e_dn, textbuf ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf ); in entry_schema_check()
289 e->e_dn, textbuf ); in entry_schema_check()
333 e->e_dn, textbuf ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf ); in entry_schema_check()
187 e->e_dn, textbuf ); in entry_schema_check()
201 e->e_dn, textbuf ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf ); in entry_schema_check()
289 e->e_dn, textbuf ); in entry_schema_check()
333 e->e_dn, textbuf ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf ); in entry_schema_check()
187 e->e_dn, textbuf ); in entry_schema_check()
201 e->e_dn, textbuf ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf ); in entry_schema_check()
289 e->e_dn, textbuf ); in entry_schema_check()
333 e->e_dn, textbuf ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dschema_check.c81 *text = textbuf; in entry_schema_check()
174 e->e_dn, textbuf ); in entry_schema_check()
187 e->e_dn, textbuf ); in entry_schema_check()
201 e->e_dn, textbuf ); in entry_schema_check()
207 *text = textbuf; in entry_schema_check()
265 e->e_dn, textbuf ); in entry_schema_check()
289 e->e_dn, textbuf ); in entry_schema_check()
333 e->e_dn, textbuf ); in entry_schema_check()
651 *text = textbuf; in structural_class()
676 *text = textbuf; in structural_class()
[all …]
/dports/audio/playmidi/playmidi-2.4/
H A Dio_svgalib.c46 char textbuf[1024], **nn;
95 gl_write(512, 72, textbuf);
102 gl_write(512, 72, textbuf);
133 gl_write(528, 0, textbuf);
172 gl_write(512, ytxt * 8, textbuf);
205 textbuf[3] = 0;
206 gl_write(CHN * 32, 0, textbuf);
214 sprintf(textbuf, "%02x", data[i]);
218 sprintf(textbuf, "%02x", data[i]);
245 gl_write(512, 48, textbuf);
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl_ttf/
H A DSDL_ttf.c1116 dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_RenderUNICODE_Solid()
1210 dst = (Uint8 *)textbuf->pixels + row * textbuf->pitch; in TTF_RenderUNICODE_Solid()
1217 return textbuf; in TTF_RenderUNICODE_Solid()
1270 dst = (Uint8 *)textbuf->pixels + row * textbuf->pitch; in TTF_RenderGlyph_Solid()
1376 dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_RenderUNICODE_Shaded()
1471 dst = (Uint8 *)textbuf->pixels + row * textbuf->pitch; in TTF_RenderUNICODE_Shaded()
1539 dst = (Uint8 *)textbuf->pixels + row * textbuf->pitch; in TTF_RenderGlyph_Shaded()
1636 dst_check = (Uint32*)textbuf->pixels + textbuf->pitch/4 * textbuf->h; in TTF_RenderUNICODE_Blended()
1726 dst = (Uint32 *)textbuf->pixels + row * textbuf->pitch/4; in TTF_RenderUNICODE_Blended()
1770 dst = (Uint32 *)textbuf->pixels + row * textbuf->pitch/4; in TTF_RenderGlyph_Blended()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsystest/
H A Dsystest.c302 pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_play_wav()
458 pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_rec_audio()
1173 pj_ansi_snprintf(textbuf+len, sizeof(textbuf)-len, in systest_display_settings()
1180 pj_ansi_snprintf(textbuf+len, sizeof(textbuf)-len, in systest_display_settings()
1192 pj_ansi_snprintf(textbuf+len, sizeof(textbuf)-len, in systest_display_settings()
1313 pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_save_result()
1327 pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_save_result()
1335 pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_save_result()
1346 len = pj_ansi_snprintf(textbuf, sizeof(textbuf), in systest_save_result()
1350 PJ_CHECK_TRUNC_STR(len, textbuf, sizeof(textbuf)); in systest_save_result()
[all …]
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Deditor.py39 textbuf = None variable
131 style = "A"*(textbuf.length())
132 text = textbuf.text()
255 textbuf.call_modify_callbacks()
273 global textbuf
274 textbuf.remove_selection()
323 textbuf.select(0, textbuf.length())
324 textbuf.remove_selection()
382 textbuf.remove_selection()
479 w.editor.buffer(textbuf)
[all …]
/dports/math/giacxcas/fltk-1.3.0/test/
H A Deditor.cxx60 Fl_Text_Buffer *textbuf = 0; variable
306 char *text = textbuf->text(); in style_init()
406 end = textbuf->length(); in style_update()
505 if (textbuf->savefile(newfile)) in save_file()
524 textbuf->remove_selection(); in delete_cb()
586 textbuf->select(0, textbuf->length()); in new_cb()
587 textbuf->remove_selection(); in new_cb()
667 textbuf->remove_selection(); in replace2_cb()
784 w->editor->buffer(textbuf); in new_view()
788 textbuf->text(); in new_view()
[all …]
/dports/x11-toolkits/ntk/ntk/test/
H A Deditor.cxx60 Fl_Text_Buffer *textbuf = 0; variable
306 char *text = textbuf->text(); in style_init()
406 end = textbuf->length(); in style_update()
505 if (textbuf->savefile(newfile)) in save_file()
524 textbuf->remove_selection(); in delete_cb()
586 textbuf->select(0, textbuf->length()); in new_cb()
587 textbuf->remove_selection(); in new_cb()
667 textbuf->remove_selection(); in replace2_cb()
784 w->editor->buffer(textbuf); in new_view()
788 textbuf->text(); in new_view()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-server-reply.c103 if (textbuf == NULL || str_len(textbuf) == 0) { in smtp_server_reply_update_prefix()
110 text = str_c(textbuf); in smtp_server_reply_update_prefix()
139 str_free(&textbuf); in smtp_server_reply_update_prefix()
223 string_t *textbuf; in smtp_server_reply_create_forward() local
554 string_t *textbuf; in smtp_server_reply_write_one_line() local
613 string_t *textbuf; in smtp_server_reply_send_real() local
629 if (o_stream_send(output, str_data(textbuf), str_len(textbuf)) < 0) { in smtp_server_reply_send_real()
683 string_t *textbuf; in smtp_server_reply_create_ehlo() local
697 string_t *textbuf; in smtp_server_reply_ehlo_add() local
713 string_t *textbuf; in smtp_server_reply_ehlo_add_param() local
[all …]
/dports/graphics/sdl_ttf/SDL_ttf-2.0.11/
H A DSDL_ttf.c228 Uint8 *dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_drawLine_Solid()
249 Uint8 *dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_drawLine_Shaded()
269 Uint32 *dst_check = (Uint32*)textbuf->pixels + textbuf->pitch/4 * textbuf->h; in TTF_drawLine_Blended()
1262 return(textbuf); in TTF_RenderText_Solid()
1327 dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_RenderUNICODE_Solid()
1426 return textbuf; in TTF_RenderUNICODE_Solid()
1591 dst_check = (Uint8*)textbuf->pixels + textbuf->pitch * textbuf->h; in TTF_RenderUNICODE_Shaded()
1691 return textbuf; in TTF_RenderUNICODE_Shaded()
1767 return textbuf; in TTF_RenderGlyph_Shaded()
1858 dst_check = (Uint32*)textbuf->pixels + textbuf->pitch/4 * textbuf->h; in TTF_RenderUNICODE_Blended()
[all …]

12345678910>>...62