Lines Matching refs:directives
137 unsigned int directives; member
169 spec.directives = 0; in format_parse()
181 spec.directives++; in format_parse()
215 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse()
255 … = xasprintf (_("In the directive number %u, the flags combination is invalid."), spec.directives); in format_parse()
292 …("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format); in format_parse()
322 *invalid_reason = INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse()
334 …ber %u, the argument number for the precision must be equal to %u."), spec.directives, number - 1); in format_parse()
398 …tive number %u, a precision specification is not allowed before '%c'."), spec.directives, *format); in format_parse()
406 …printf (_("In the directive number %u, the precision specification is invalid."), spec.directives); in format_parse()
463 …ntf (_("In the directive number %u, flags are not allowed before '%c'."), spec.directives, *format) in format_parse()
464 : INVALID_CONVERSION_SPECIFIER (spec.directives, in format_parse()
596 return spec->directives; in format_get_number_of_directives()