HelenOS sources
_format_double_str_fixed 803 common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
_format_double_str_fixed 1038 common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
_format_double_str_fixed 803 kernel/generic/common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
_format_double_str_fixed 1038 kernel/generic/common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
_format_double_str_fixed 803 uspace/lib/c/common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
_format_double_str_fixed 1038 uspace/lib/c/common/printf/printf_core.c return _format_double_str_fixed(&val_str, precision, width, flags, ps, written_bytes);
HelenOS homepage, sources at GitHub