HelenOS sources

_format_double_fixed 1009 common/printf/printf_core.c 			return _format_double_fixed(g, precision, width,
_format_double_fixed 1073 common/printf/printf_core.c 		return _format_double_fixed(g, precision, width, flags, ps, written_chars);
_format_double_fixed 1009 kernel/generic/common/printf/printf_core.c 			return _format_double_fixed(g, precision, width,
_format_double_fixed 1073 kernel/generic/common/printf/printf_core.c 		return _format_double_fixed(g, precision, width, flags, ps, written_chars);
_format_double_fixed 1009 uspace/lib/c/common/printf/printf_core.c 			return _format_double_fixed(g, precision, width,
_format_double_fixed 1073 uspace/lib/c/common/printf/printf_core.c 		return _format_double_fixed(g, precision, width, flags, ps, written_chars);
HelenOS homepage, sources at GitHub