Home
last modified time | relevance | path

Searched refs:btbuf (Results 1 – 8 of 8) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/ed/
H A Dline.h35 } btbuf; typedef
45 btbuf *wb; /* write buffer */
46 btbuf bt[NR_EDBUFS]; /* read & write buffers */
H A Dline.c101 btbuf *bt; in lb_new()
151 btbuf *bt; in lb_del()
239 btbuf *bt; in bk_load()
262 btbuf *rd; in bk_load()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/
H A Ddzl-debug.h.in77 gpointer btbuf[64]; \
78 int btbuflen = backtrace (btbuf, G_N_ELEMENTS (btbuf)); \
79 char **symnames = backtrace_symbols (btbuf, btbuflen); \
/dports/graphics/azpainter/azpainter-2.1.7/src/other/
H A DBrushList.c1562 uint8_t bt,bt2,btbuf[6]; in _convert_brush() local
1587 || fread(btbuf, 1, 6, fpin) != 6) in _convert_brush()
1652 if(btbuf[5] & (1<<1)) in _convert_brush()
1654 else if(btbuf[1] == 7) in _convert_brush()
1656 else if(btbuf[1] == 3) in _convert_brush()
1662 switch(btbuf[1]) in _convert_brush()
1679 fwrite(btbuf, 1, 1, fpout); in _convert_brush()
1687 bt = btbuf[2]; in _convert_brush()
1695 mFILEwriteByte(fpout, btbuf[3] + 1); in _convert_brush()
1699 fwrite(btbuf + 4, 1, 1, fpout); in _convert_brush()
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/core/
H A Dide-debug.h.in164 gpointer btbuf[64]; \
165 int btbuflen = backtrace (btbuf, G_N_ELEMENTS (btbuf)); \
166 char **symnames = backtrace_symbols (btbuf, btbuflen); \
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_utils.c1887 struct ast_str * btbuf = NULL; in sccp_do_backtrace() local
1888 if (!(btbuf = pbx_str_alloca(DEFAULT_PBX_STR_BUFFERSIZE * 2))) { in sccp_do_backtrace()
1892 …pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, "==============================================… in sccp_do_backtrace()
1893 …pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, "OPERATING SYSTEM: %s, ARCHITECTURE: %s, KERNEL… in sccp_do_backtrace()
1895 …pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, "To get a better backtrace you would need to in… in sccp_do_backtrace()
1897 …pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, "----------------------------------------------… in sccp_do_backtrace()
1909 pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, " (bt) > %s\n", AST_VECTOR_GET(strings, i)); in sccp_do_backtrace()
1911 pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, " (bt) > %s\n", strings[i]); in sccp_do_backtrace()
1916 …pbx_str_append(&btbuf, DEFAULT_PBX_STR_BUFFERSIZE, "==============================================… in sccp_do_backtrace()
1917 pbx_log(LOG_WARNING, "SCCP: (backtrace) \n%s\n", pbx_str_buffer(btbuf)); in sccp_do_backtrace()
/dports/databases/db18/db-18.1.40/src/log/
H A Dlog_verify_util.c755 char *btbuf; local
768 btbuf = NULL;
781 if ((ret = __os_malloc(env, bufsz, &btbuf)) != 0)
789 data.data = btbuf;
803 bufsz *= 2, &btbuf)) != 0)
806 data.data = btbuf;
856 __os_free(lvinfo->dbenv->env, btbuf);
/dports/databases/db5/db-5.3.28/src/log/
H A Dlog_verify_util.c745 char *btbuf; local
758 btbuf = NULL;
771 if ((ret = __os_malloc(env, bufsz, &btbuf)) != 0)
779 data.data = btbuf;
793 bufsz *= 2, &btbuf)) != 0)
796 data.data = btbuf;
846 __os_free(lvinfo->dbenv->env, btbuf);