Home
last modified time | relevance | path

Searched refs:ustrcat (Results 1 – 14 of 14) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dalleggl.c502 ustrcat(buf, "red_depth "); in build_settings()
504 ustrcat(buf, "green_depth "); in build_settings()
506 ustrcat(buf, "blue_depth "); in build_settings()
508 ustrcat(buf, "alpha_depth "); in build_settings()
510 ustrcat(buf, "color_depth "); in build_settings()
526 ustrcat(buf, "z_depth "); in build_settings()
530 ustrcat(buf, "window_x "); in build_settings()
532 ustrcat(buf, "window_y "); in build_settings()
534 ustrcat(buf, "fullscreen "); in build_settings()
536 ustrcat(buf, "windowed "); in build_settings()
[all …]
/dports/print/a2ps/a2ps-4.13/lib/
H A Dcaret.c91 ustrcat (res, "M-"); in escape_unprintable()
101 ustrcat(res, "^?"); in escape_unprintable()
111 ustrcat(res, "M-"); in escape_unprintable()
117 ustrcat (res, "C-"); in escape_unprintable()
121 ustrcat(res, "C-?"); in escape_unprintable()
H A Dpsgen.c127 ustrcat(res, "M-"); in ps_escape_char()
140 ustrcat(res, "^?"); in ps_escape_char()
152 ustrcat(res, "M-"); in ps_escape_char()
158 ustrcat (res, "C-"); in ps_escape_char()
165 ustrcat(res, "C-?"); in ps_escape_char()
H A Droutines.h44 #define ustrcat(x,y) \ macro
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dupcean.c731 ustrcat(zfirst_part, "0"); in ean_leading_zeroes()
733 ustrcat(zfirst_part, first_part); in ean_leading_zeroes()
737 ustrcat(zsecond_part, "0"); in ean_leading_zeroes()
739 ustrcat(zsecond_part, second_part); in ean_leading_zeroes()
742 ustrcat(local_source, zfirst_part); in ean_leading_zeroes()
744 ustrcat(local_source, "+"); in ean_leading_zeroes()
745 ustrcat(local_source, zsecond_part); in ean_leading_zeroes()
986 ustrcat(symbol->text, "+"); in eanx_cc()
987 ustrcat(symbol->text, second_part); in eanx_cc()
991 ustrcat(symbol->text, "+"); in eanx_cc()
[all …]
H A Dcode.c212 ustrcat(symbol->text, checkstr); in code_11()
318 ustrcat(symbol->text, localstr); in c39()
319 ustrcat(symbol->text, "*"); in c39()
322 ustrcat(symbol->text, localstr); in c39()
369 ustrcat(symbol->text, localstr); in pharmazentral()
407 ustrcat(buffer, EC39Ctrl[source[i]]); in ec39()
H A Dcommon.h56 #define ustrcat(target, source) strcat((char *) (target), (const char *) (source)) macro
H A Dplessey.c247 ustrcat(symbol->text, "10"); in msi_plessey_mod11()
H A Dmedical.c381 ustrcat(symbol->text, localstr); in code32()
H A Dlibrary.c359 ustrcat(symbol->text, to_process); in hibc()
360 ustrcat(symbol->text, "*"); in hibc()
366 ustrcat(symbol->text, to_process); in hibc()
367 ustrcat(symbol->text, "*"); in hibc()
/dports/print/a2ps/a2ps-4.13/src/
H A Dsshread.c467 ustrcat (Job->tag1, token_dest (i)->string); in ssh_print_postscript()
469 ustrcat (Job->tag2, token_dest (i)->string); in ssh_print_postscript()
471 ustrcat (Job->tag3, token_dest (i)->string); in ssh_print_postscript()
473 ustrcat (Job->tag4, token_dest (i)->string); in ssh_print_postscript()
478 ustrcat (bufenc, token_dest (i)->string); in ssh_print_postscript()
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexunicod.c197 ustrcat(message[i].str, message[i].data); in main()
201 ustrcat(message[i].str, allegro_str); in main()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dunicode.h105 #define ustrcat(dest, src) ustrzcat(dest, INT_MAX, src) macro
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx1443 @@char *@ustrcat(char *dest, const char *src);
1454 @xref uconvert, ustrcat, ustrzncat
1516 @xref uconvert, ustrcat, ustrzncat
1518 This function is like ustrcat() except that no more than `n' characters
15488 @xref uconvert_ascii, unload_datafile, ustrcat, ustrcpy, ustrsize