Lines Matching full:specification
130 The \fIformat\fR can contain either form of a conversion specification, that
148 conversion specification. Each conversion specification is introduced by a
197 A directive that is a conversion specification defines a set of matching input
199 specification is executed in the following steps:
203 skipped, unless the conversion specification includes a \fB[\fR, \fBc\fR, or
207 An item is read from the input unless the conversion specification includes an
228 in the case of a \fB%\fR\fIn\fR conversion specification, the count of input
231 the conversion specification fails; this condition is a matching failure.
235 the conversion specification is introduced by \fB%\fR, or in the \fIn\fRth
461 The conversion specification includes all subsequent widw characters in the
467 the right square bracket. If the conversion specification begins with
470 ends the conversion specification; otherwise the first right square bracket is
471 the one that ends the conversion specification. If a minus-sign (\fB\(mi\fR) is
484 width (1 if no field width is present in the conversion specification). If no
520 \fB%n\fR conversion specification does not increment the assignment count
549 conversion specification must be \fB%%\fR.
554 If a conversion specification is invalid, the behavior is undefined.
564 specification (except for \fB%n\fR) have been read (other than leading
566 specification terminates with an input failure. Otherwise, unless execution of
567 the current conversion specification is terminated with a matching failure,
568 execution of the following conversion specification (if any) is terminated with
578 unread unless matched by a conversion specification. The success of literal
580 conversion specification.
730 conversion specification "%*[%]" can be used.