Lines Matching full:specification

126 The \fIformat\fR can contain either form of a conversion specification, that
159 a \fIconversion specification\fR.
164 Each conversion specification is introduced by the character \fB%\fR or the
211 A directive that is a conversion specification defines a set of matching input
213 specification is executed in the following steps:
217 unless the conversion specification includes a \fB[\fR, \fBc\fR, \fBC\fR, or
221 An item is read from the input unless the conversion specification includes an
242 the case of a \fB%\fR\fIn\fR conversion specification, the count of input
245 specification fails; this condition is a matching failure. Unless assignment
249 specification is introduced by \fB%\fR, or in the \fIn\fRth argument if
480 The conversion specification includes all subsequent characters in the
486 If the conversion specification begins with \fB[\|]\fR or \fB[^]\fR, the right
488 the matching right square bracket that ends the conversion specification;
490 specification. If a \fB-\fR is in the scanlist and is not the first character,
502 if no field width is present in the conversion specification). The
540 conversion specification does not increment the assignment count returned at
569 conversion specification must be \fB%%\fR.
574 If a conversion specification is invalid, the behavior is undefined.
584 specification (except for \fB%n\fR) have been read (other than leading
586 specification terminates with an input failure. Otherwise, unless execution of
587 the current conversion specification is terminated with a matching failure,
588 execution of the following conversion specification (if any) is terminated with
598 left unread unless matched by a conversion specification. The success of
600 the \fB%n\fR conversion specification.
753 conversion specification "%*[%]" can be used.