Home
last modified time | relevance | path

Searched refs:html_buf (Results 1 – 12 of 12) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dprtgene.c450 CharPtr html_buf; in print_gene_dblst() local
469 html_buf = NULL; in print_gene_dblst()
594 CharPtr html_buf; in PrintGeneRefToFile() local
603 html_buf = NULL; in PrintGeneRefToFile()
606 html_buf = NULL; in PrintGeneRefToFile()
696 html_buf = NULL; in WWW_PrintGeneRef()
699 html_buf = NULL; in WWW_PrintGeneRef()
755 if(html_buf != NULL) in print_store_for_html()
758 if(html_buf != NULL) in print_store_for_html()
842 CharPtr html_buf; in print_store_seqid() local
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dtextmac.sl634 variable cbuf, html_buf;
644 html_buf = strcat ("*textmac*", cbuf);
646 if (BATCH) sw2buf (html_buf);
647 else pop2buf (html_buf);
/dports/biology/wise/wise2.4.1/src/dyc/
H A Ddynfile.c1027 char html_buf[1024]; in open_std_dynfile() local
1044 sprintf(html_buf,"%s/%s.html",html_directory,name); in open_std_dynfile()
1066 dfp->html = openfile(html_buf,"W"); in open_std_dynfile()
1069 warn("Could not open %s as a html file",html_buf); in open_std_dynfile()
H A Ddynfile.dy945 char html_buf[1024];
962 sprintf(html_buf,"%s/%s.html",html_directory,name);
984 dfp->html = openfile(html_buf,"W");
987 warn("Could not open %s as a html file",html_buf);
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c2154 char *html_buf; in zephyr_send_message() local
2156 html_buf = html_to_zephyr(im); in zephyr_send_message()
2157 html_buf2 = purple_unescape_html(html_buf); in zephyr_send_message()
2174 g_free(html_buf); in zephyr_send_message()
2199 g_free(html_buf); in zephyr_send_message()
2207 g_free(html_buf); in zephyr_send_message()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c2154 char *html_buf; in zephyr_send_message() local
2156 html_buf = html_to_zephyr(im); in zephyr_send_message()
2157 html_buf2 = purple_unescape_html(html_buf); in zephyr_send_message()
2174 g_free(html_buf); in zephyr_send_message()
2199 g_free(html_buf); in zephyr_send_message()
2207 g_free(html_buf); in zephyr_send_message()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c2154 char *html_buf; in zephyr_send_message() local
2156 html_buf = html_to_zephyr(im); in zephyr_send_message()
2157 html_buf2 = purple_unescape_html(html_buf); in zephyr_send_message()
2174 g_free(html_buf); in zephyr_send_message()
2199 g_free(html_buf); in zephyr_send_message()
2207 g_free(html_buf); in zephyr_send_message()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddisplay.c1461 …char buf[COLNO*BUFSIZE_PER_SQUARE], html_buf[COLNO*BUFSIZE_PER_SQUARE], html_c[BUFSZ], tmpbuf[BUFS… in dump_screen() local
1471 html_buf[0] = '\0'; in dump_screen()
1559 Strcat(html_buf, tmpbuf); in dump_screen()
1568 dump_html("<span class=\"nh_screen\">%s</span>\n", html_buf); in dump_screen()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddisplay.c1460 char buf[COLNO*100], html_buf[COLNO*100], tmpbuf[100], *ptr; in dump_screen() local
1468 html_buf[0] = '\0'; in dump_screen()
1521 Strcat(html_buf, tmpbuf); in dump_screen()
1528 dump_html("<span class=\"nh_screen\">%s</span>\n", html_buf); in dump_screen()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DAdmin.c1375 BUF *html_buf = ReadDump("|vpnserver_api_doc.html"); in JsonRpcProcGet() local
1377 if (html_buf != NULL) in JsonRpcProcGet()
1379 …AdminWebSendBody(s, 200, "OK", html_buf->Buf, html_buf->Size, "text/html; charset=UTF-8", NULL, NU… in JsonRpcProcGet()
1381 FreeBuf(html_buf); in JsonRpcProcGet()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DAdmin.c1375 BUF *html_buf = ReadDump("|vpnserver_api_doc.html"); in JsonRpcProcGet() local
1377 if (html_buf != NULL) in JsonRpcProcGet()
1379 …AdminWebSendBody(s, 200, "OK", html_buf->Buf, html_buf->Size, "text/html; charset=UTF-8", NULL, NU… in JsonRpcProcGet()
1381 FreeBuf(html_buf); in JsonRpcProcGet()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DAdmin.c1325 BUF *html_buf = ReadDump("|vpnserver_api_doc.html"); in JsonRpcProcGet() local
1327 if (html_buf != NULL) in JsonRpcProcGet()
1329 …AdminWebSendBody(s, 200, "OK", html_buf->Buf, html_buf->Size, "text/html; charset=UTF-8", NULL, NU… in JsonRpcProcGet()
1331 FreeBuf(html_buf); in JsonRpcProcGet()