Lines Matching defs:in

9  * copyright notice and this permission notice appear in all copies.
30 * - C escapes in %#[] ?
285 /* The width of a pointer. The number of bits in a hex digit is 4 */
359 /* Maximal number of characters in class */
368 /* Maximal number of integers in grouping */
551 * Integer part grouped in thousands
553 * Number grouped in nibbles (4 bits)
619 /* An indication of which entry in the data union is used */
659 trio_instream_t in;
675 * The current location in the stream.
725 * Need this to workaround a parser bug in HP C/iX compiler that fails
740 * UNIX98 says "in a locale where the radix character is not defined,
913 /* Error in locale */
1168 int dots; /* Count number of dots in modifier part */
1172 * indices specifies the order in which the parameters must be
1982 * Variable sizes are mapped onto the fixed sizes, in
2579 * and string representations performed by the libray routine in
3093 continue; /* while characters left in formatting string */
4267 /* Handle built-in namespaces */
5067 * Same order as the grouping attribute in LC_NUMERIC.
5179 * Minus is used to specify ranges. To include minus in the class,
5244 /* Error in syntax */
5269 /* Error in syntax */
5403 * We implement our own number conversion in preference of strtol and
5495 /* Abort if digit is not allowed in the specified base */
6053 /* Compare multibyte characters in format string */
6062 continue; /* while characters left in formatting string */
6076 /* Two % in format matches one % in input stream */
6480 self->current = (data->stream.in == NULL)
6482 : (data->stream.in)(data->closure);
6726 data.stream.in = stream;
6746 data.stream.in = stream;
6764 data.stream.in = stream;