Home
last modified time | relevance | path

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

/freebsd/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/contrib/one-true-awk/testdir/
H A Dt.ofmt1 BEGIN {OFMT="%.5g"}
H A DT.gawk255 BEGIN { OFMT = "%.0f" ; print tst() }
364 # OFMT from arnold robbins 6/02:
365 # 5.7 with OFMT = %0.f is 6
368 OFMT = "%.0f"
/freebsd/contrib/one-true-awk/
H A Dtran.c42 char **OFMT; /* output format for numbers */ variable
87 OFMT = &setsymtab("OFMT", "%.6g", 0.0, STR|DONTFREE, symtab)->sval; in syminit()
478 if (fmt == OFMT) { in get_str_val()
490 if (fmt == OFMT) { in get_str_val()
522 return get_str_val(vp, OFMT); in getpssval()
H A Dawk.h74 extern char **OFMT;
H A DFIXES.1e399 conversion to string happened, even with OFMT, that value was used until
400 a new numeric value was assigned, even if OFMT differed from CONVFMT,
693 job on using OFMT for output from print and CONVFMT for other
1094 added CONVFMT as in posix (just replaced OFMT in getsval)