Home
last modified time | relevance | path

Searched refs:dtoaresult (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dvfwprintf.c1074 dtoaresult = in WDECL()
1079 dtoaresult = in WDECL()
1083 if (dtoaresult == NULL) in WDECL()
1088 dtoaend - dtoaresult)); in WDECL()
1105 __freedtoa(dtoaresult); in WDECL()
1129 dtoaresult = in WDECL()
1134 dtoaresult = in WDECL()
1140 if (dtoaresult == NULL) in WDECL()
1154 __freedtoa(dtoaresult); in WDECL()
1214 if (dtoaresult == NULL) in WDECL()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dvfwprintf.c1066 dtoaresult = in WDECL()
1071 dtoaresult = in WDECL()
1075 if (dtoaresult == NULL) in WDECL()
1082 ndig = dtoaend - dtoaresult; in WDECL()
1093 __freedtoa(dtoaresult); in WDECL()
1115 dtoaresult = in WDECL()
1120 dtoaresult = in WDECL()
1126 if (dtoaresult == NULL) in WDECL()
1139 __freedtoa(dtoaresult); in WDECL()
1213 if (dtoaresult == NULL) in WDECL()
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsnprintf.c313 char *dtoaresult = NULL; in xxxprintf() local
676 if (dtoaresult) in xxxprintf()
677 __freedtoa(dtoaresult); in xxxprintf()
680 dtoaresult = cp = in xxxprintf()
689 dtoaresult = cp = in xxxprintf()
722 if (dtoaresult) in xxxprintf()
723 __freedtoa(dtoaresult); in xxxprintf()
726 dtoaresult = cp = in xxxprintf()
735 dtoaresult = cp = in xxxprintf()
1071 if (dtoaresult) in xxxprintf()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dzstrformat.cpp335 char *dtoaresult = NULL; /* buffer allocated by dtoa */ in VWorker() local
664 dtoaresult = obuff = hdtoa(dblarg, xits, precision, &expt, &signflag, &dtoaend); in VWorker()
693 obuff = dtoaresult = dtoa(dblarg, expchar ? 2 : 3, precision, &expt, &signflag, &dtoaend); in VWorker()
882 if (dtoaresult != NULL) in VWorker()
884 freedtoa(dtoaresult); in VWorker()
885 dtoaresult = NULL; in VWorker()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzstrformat.cpp335 char *dtoaresult = NULL; /* buffer allocated by dtoa */ in VWorker() local
664 dtoaresult = obuff = hdtoa(dblarg, xits, precision, &expt, &signflag, &dtoaend); in VWorker()
693 obuff = dtoaresult = dtoa(dblarg, expchar ? 2 : 3, precision, &expt, &signflag, &dtoaend); in VWorker()
886 if (dtoaresult != NULL) in VWorker()
888 freedtoa(dtoaresult); in VWorker()
889 dtoaresult = NULL; in VWorker()