Home
last modified time | relevance | path

Searched refs:tsnprintf (Results 1 – 9 of 9) sorted by relevance

/dports/net/libunp/unpv12e/test/
H A DMakefile4 tsnprintf tisfdtype
28 tsnprintf: tsnprintf.o target
29 ${CC} ${CFLAGS} -o $@ tsnprintf.o ${LIBS}
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dtools.h52 #define tsnprintf tgl_snprintf macro
H A Dqueries.c516 tsnprintf (buf, sizeof (buf) - 1, "%.999s %.999s %.999s", st.sysname, st.release, st.version); in tgl_do_insert_header()
518 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
525 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
533 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
3323 …l = tsnprintf (buf, sizeof (buf), "%s/download_%" INT64_PRINTF_MODIFIER "d_%d.jpg", TLS->downloads… in download_next_part()
3326 …l = tsnprintf (buf, sizeof (buf), "%s/download_%" INT64_PRINTF_MODIFIER "d.%s", TLS->downloads_dir… in download_next_part()
3328 …l = tsnprintf (buf, sizeof (buf), "%s/download_%" INT64_PRINTF_MODIFIER "d", TLS->downloads_direct… in download_next_part()
H A Dstructures.c103 p += tsnprintf (buf + p, 9999 - p, "%s%s", p ? "_" : "", d[i]); in tgls_default_create_print_name()
125 tsnprintf (s + fl, 9999 - fl, "#%d", cc); in tgls_default_create_print_name()
2635 return tsnprintf (s, len, in tgl_print_stat()
H A Dbinlog.c857 tsnprintf (buf, 99, "user#%d", U->user_id); in bl_do_encr_chat()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dtools.h52 #define tsnprintf tgl_snprintf macro
H A Dqueries.c517 tsnprintf (buf, sizeof (buf) - 1, "%.999s %.999s %.999s", st.sysname, st.release, st.version); in tgl_do_insert_header()
519 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
526 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
534 tsnprintf (buf, sizeof (buf) - 1, "%s (TGL %s)", TLS->app_version, TGL_VERSION); in tgl_do_insert_header()
3255 …l = tsnprintf (buf, sizeof (buf), "%s/download_%" INT64_PRINTF_MODIFIER "d_%d.jpg", TLS->downloads… in load_next_part()
3258 l = tsnprintf (buf, sizeof (buf), "%s/%s" , TLS->downloads_directory, D->name); in load_next_part()
3260 …l = tsnprintf (buf, sizeof (buf), "%s/download_%" INT64_PRINTF_MODIFIER "d", TLS->downloads_direct… in load_next_part()
H A Dstructures.c103 p += tsnprintf (buf + p, 9999 - p, "%s%s", p ? "_" : "", d[i]); in tgls_default_create_print_name()
125 tsnprintf (s + fl, 9999 - fl, "#%d", cc); in tgls_default_create_print_name()
2634 return tsnprintf (s, len, in tgl_print_stat()
H A Dbinlog.c857 tsnprintf (buf, 99, "user#%d", U->user_id); in bl_do_encr_chat()