Home
last modified time | relevance | path

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

/coreutils/src/
Dcsplit.c1224 int compatible_flags = FLAG_THOUSANDS; in check_format_conv_type() local
1239 compatible_flags = FLAG_ALTERNATIVE; in check_format_conv_type()
1254 if (flags & ~ compatible_flags) in check_format_conv_type()
1257 (flags & ~ compatible_flags & FLAG_ALTERNATIVE ? '#' : '\''), ch); in check_format_conv_type()