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