Home
last modified time | relevance | path

Searched refs:OFMT (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/one-true-awk/bugs-fixed/
H A DREADME20 conversion to string happened, even with OFMT, that value was used until
21 a new numeric value was assigned, even if OFMT differed from CONVFMT,
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
H A Dfmt-overflow.awk1 BEGIN { OFMT = "%.1000f"; print 1.25; }
H A Dstring-conv.awk2 OFMT = ">>%.6g<<"
/freebsd-13.1/contrib/one-true-awk/
H A Dtran.c42 char **OFMT; /* output format for numbers */ variable
78 &vp->sval == OFMT || &vp->sval == CONVFMT || in setfree()
100 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
485 if (fmt == OFMT) { in get_str_val()
497 if (fmt == OFMT) { in get_str_val()
529 return get_str_val(vp, OFMT); in getpssval()
H A Dawk.h72 extern char **OFMT;
H A DFIXES328 conversion to string happened, even with OFMT, that value was used until
329 a new numeric value was assigned, even if OFMT differed from CONVFMT,
622 job on using OFMT for output from print and CONVFMT for other
1023 added CONVFMT as in posix (just replaced OFMT in getsval)