HelenOS sources
__PRINTF_FLAG_DECIMALPT 687 common/printf/printf_core.c bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 759 common/printf/printf_core.c if (flags & __PRINTF_FLAG_DECIMALPT) {
__PRINTF_FLAG_DECIMALPT 844 common/printf/printf_core.c bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 1137 common/printf/printf_core.c flags |= __PRINTF_FLAG_DECIMALPT;
__PRINTF_FLAG_DECIMALPT 687 kernel/generic/common/printf/printf_core.c bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 759 kernel/generic/common/printf/printf_core.c if (flags & __PRINTF_FLAG_DECIMALPT) {
__PRINTF_FLAG_DECIMALPT 844 kernel/generic/common/printf/printf_core.c bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 1137 kernel/generic/common/printf/printf_core.c flags |= __PRINTF_FLAG_DECIMALPT;
__PRINTF_FLAG_DECIMALPT 687 uspace/lib/c/common/printf/printf_core.c bool has_decimal_pt = (0 < frac_len) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 759 uspace/lib/c/common/printf/printf_core.c if (flags & __PRINTF_FLAG_DECIMALPT) {
__PRINTF_FLAG_DECIMALPT 844 uspace/lib/c/common/printf/printf_core.c bool has_decimal_pt = (0 < precision) || (flags & __PRINTF_FLAG_DECIMALPT);
__PRINTF_FLAG_DECIMALPT 1137 uspace/lib/c/common/printf/printf_core.c flags |= __PRINTF_FLAG_DECIMALPT;
HelenOS homepage, sources at GitHub