Home
last modified time | relevance | path

Searched refs:FBUFLEN (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dxls.c99 wchar_t line_interp[FBUFLEN] = L""; in open_xls()
133 … swprintf(line_interp, FBUFLEN, L"let %s%d=%.15g", coltoa(c), r, (cell->d - 25569) * 86400); in open_xls()
145 swprintf(line_interp, FBUFLEN, L"let %s%d=%.15g", coltoa(c), r, cell->d); in open_xls()
149 swprintf(line_interp, FBUFLEN, L"let %s%d=%.15g", coltoa(c), r, cell->d); in open_xls()
152 …swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, (int) cell->d ? "true" : "false… in open_xls()
154 … swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, "error"); //FIXME in open_xls()
156 … swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, (char *) cell->str); in open_xls()
164 … swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, (char *) cell->str); in open_xls()
166 swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, ""); in open_xls()
H A Dclipboard.c64 wchar_t out[FBUFLEN] = L""; in convert_string_to_number()
120 wchar_t line_interp[FBUFLEN] = L""; in paste_from_clipboard()
218 wchar_t out[FBUFLEN] = L""; in save_plain()
219 char num [FBUFLEN] = ""; in save_plain()
220 char text[FBUFLEN] = ""; in save_plain()
221 char formated_s[FBUFLEN] = ""; in save_plain()
H A Dods.c122 wchar_t line_interp[FBUFLEN] = L""; in open_ods()
201 swprintf(line_interp, FBUFLEN, L"let %s%d=%s", coltoa(c), r, formula); in open_ods()
207 swprintf(line_interp, FBUFLEN, L"let %s%d=%.15f", coltoa(c), r, l); in open_ods()
216 swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, st); in open_ods()
H A Dxlsx.c193 wchar_t line_interp[FBUFLEN] = L""; in get_sheet_data()
231 swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, st); in get_sheet_data()
243 swprintf(line_interp, FBUFLEN, L"label %s%d=\"%s\"", coltoa(c), r, st); in get_sheet_data()
264 …swprintf(line_interp, FBUFLEN, L"let %s%d=%.15ld", coltoa(c), r, (l - 25568) * 86400 - get_conf_in… in get_sheet_data()
280 …swprintf(line_interp, FBUFLEN, L"let %s%d=%.15f", coltoa(c), r, (l - get_conf_int("tm_gmtoff") * 1… in get_sheet_data()
294 swprintf(line_interp, FBUFLEN, L"let %s%d=%.15f", coltoa(c), r, l); in get_sheet_data()
338 swprintf(line_interp, FBUFLEN, L"let %s%d=%s", coltoa(c), r, formula); in get_sheet_data()
342 swprintf(line_interp, FBUFLEN, L"let %s%d=%.15f", coltoa(c), r, l); in get_sheet_data()
H A Dfile.c1191 wchar_t line_interp[FBUFLEN] = L""; in import_markdown()
1448 wchar_t out[FBUFLEN] = L""; in export_markdown()
1466 char num [FBUFLEN] = ""; in export_markdown()
1467 char text[FBUFLEN] = ""; in export_markdown()
1468 char formated_s[FBUFLEN] = ""; in export_markdown()
1469 char dashline[FBUFLEN] = ""; in export_markdown()
1600 wchar_t out[FBUFLEN] = L""; in export_plain()
1618 char num [FBUFLEN] = ""; in export_plain()
1619 char text[FBUFLEN] = ""; in export_plain()
1620 char formated_s[FBUFLEN] = ""; in export_plain()
[all …]
H A Dtui.c899 char num [FBUFLEN] = ""; in ui_show_content()
900 char text[FBUFLEN] = ""; in ui_show_content()
901 wchar_t out [FBUFLEN] = L""; in ui_show_content()
902 char formated_s[FBUFLEN] = ""; in ui_show_content()
1104 char head[FBUFLEN]; in ui_show_celldetails()
1144 sprintf(head, "[%.*s] ", FBUFLEN-4, line); in ui_show_celldetails()
1200 strftime(value, sizeof(char) * FBUFLEN, cfmt + 1, localtime(&v)); in ui_get_formated_value()
1203 format(cfmt, precision[col], (*p)->v, value, sizeof(char) * FBUFLEN); in ui_get_formated_value()
1208 … engformat(realfmt[col], fwidth[col], precision[col], (*p)->v, value, sizeof(char) * FBUFLEN); in ui_get_formated_value()
1328 swprintf(wdc, FBUFLEN, L"%lc", wd); in ui_query_opt()
H A Dlua.c203 swprintf(buf, FBUFLEN, L"LET %s%d=%s", coltoa(c), r, val); in l_setform()
218 swprintf(buf, FBUFLEN, L"%s", val); in l_sc()
H A Dsc.h80 #define FBUFLEN 1024 /* buffer size for a single field */ macro
349 extern char line[FBUFLEN];
H A Dhistory.c154 wchar_t linea[FBUFLEN]; in load_history()
H A Dmain.c110 char line[FBUFLEN];
H A Dinterp.c1483 char buff[FBUFLEN]; in dodate()
1488 strftime(buff, FBUFLEN, fmtstr, localtime(&tloc)); in dodate()
1531 char buff[FBUFLEN]; in dofmt()
1536 (void) snprintf(buff, FBUFLEN, fmtstr, v); in dofmt()
1561 char buff[FBUFLEN]; /* command line/return, not permanently alloc */ in doext()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dbase64writer.cpp46 #define FBUFLEN 2048 macro
51 unsigned char encoded[FBUFLEN]; in write_base64()
56 size_t bin_len = ((FBUFLEN / 4) * 3); in write_base64()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvsk.cpp329 #define FBUFLEN 2048 macro
335 unsigned char encoded[FBUFLEN]; in write_base64()
340 int bin_len = ((FBUFLEN / 4) * 3); in write_base64()
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dscreen.c92 char field[FBUFLEN]; /*moved by B.P. 12-92 */
93 char prvstring[FBUFLEN];
97 char field[FBUFLEN];
99 static char prvstring[FBUFLEN];
526 strncpy( prvstring, field, FBUFLEN);
H A Dcmds.c796 if (!pline && (pline = scxmalloc((unsigned)(FBUFLEN *
835 while(c > (fbufs_allocated * FBUFLEN)) {
838 (unsigned)(FBUFLEN * ++fbufs_allocated)))
849 (fbufs_allocated * FBUFLEN)) {
852 (unsigned)(FBUFLEN * ++fbufs_allocated))))
865 char field[FBUFLEN];
871 char field[FBUFLEN];
917 (unsigned)(FBUFLEN * ++fbufs_allocated))))
1085 char field[FBUFLEN];
1091 char field[FBUFLEN];
[all …]
H A Dsc.h73 #define FBUFLEN 1024 /* buffer size for a single field */ macro
315 extern char line[FBUFLEN];
324 extern char stringbuf[FBUFLEN];
H A Dsc.c73 char line[FBUFLEN];
H A Dinterp.c1027 char buff[FBUFLEN];
1072 char buff[FBUFLEN]; /* command line/return, not permanently alloc */
/dports/astro/luna/luna-1.9/
H A Dluna.h58 #define FBUFLEN (512) macro
H A Dfamplan.c287 char *envp, filepath[FNAMELEN], fbuf[FBUFLEN],
310 while (fgets(fbuf, FBUFLEN, fd) != 0) {
/dports/math/sc/sc-7.16/
H A Dpipe.c265 strftime(line, FBUFLEN, fmt + 1, localtime(&tv)); in doeval()
267 format(fmt, precision[col], v, line, FBUFLEN); in doeval()
H A Dcmds.c1832 if (!pline && (pline = scxmalloc((unsigned)(FBUFLEN *
1862 while (c > (fbufs_allocated * FBUFLEN)) {
1864 (unsigned)(FBUFLEN * ++fbufs_allocated))) == NULL) {
1873 (fbufs_allocated * FBUFLEN)) {
1876 (unsigned)(FBUFLEN * ++fbufs_allocated))))
1894 char field[FBUFLEN];
1909 char field[FBUFLEN];
1948 (unsigned)(FBUFLEN * ++fbufs_allocated))))
2154 char field[FBUFLEN];
2164 char field[FBUFLEN];
[all …]
H A Dsc.h48 #define FBUFLEN 1024 /* buffer size for a single field */ macro
365 extern char line[FBUFLEN];
H A Dinterp.c1046 char buff[FBUFLEN]; in dodate()
1051 strftime(buff, FBUFLEN, fmtstr, localtime(&tloc)); in dodate()
1061 char buff[FBUFLEN]; in dofmt()
1066 (void) snprintf(buff, FBUFLEN, fmtstr, v); in dofmt()
1103 char buff[FBUFLEN]; /* command line/return, not permanently alloc */ in doext()
H A Dvi.c130 static char putbuf[FBUFLEN];
1697 while (fgets(line, FBUFLEN, fp)) { in readhistfile()

12