Lines Matching defs:in
9 * copyright notice and this permission notice appear in all copies.
14 * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
30 * - C escapes in %#[] ?
313 /* The width of a pointer. The number of bits in a hex digit is 4 */
393 /* Maximal number of characters in class */
402 /* Maximal number of integers in grouping */
585 * Integer part grouped in thousands
587 * Number grouped in nibbles (4 bits)
653 /* An indication of which entry in the data union is used */
693 trio_instream_t in;
709 * The current location in the stream.
759 * Need this to workaround a parser bug in HP C/iX compiler that fails
774 * UNIX98 says "in a locale where the radix character is not defined,
947 /* Error in locale */
1202 int dots; /* Count number of dots in modifier part */
1206 * indices specifies the order in which the parameters must be
1946 * In addition to the ANSI C89 these types are read (the
2016 * Variable sizes are mapped onto the fixed sizes, in
2613 * and string representations performed by the libray routine in
3127 continue; /* while characters left in formatting string */
4301 /* Handle built-in namespaces */
5101 * Same order as the grouping attribute in LC_NUMERIC.
5213 * Minus is used to specify ranges. To include minus in the class,
5278 /* Error in syntax */
5303 /* Error in syntax */
5437 * We implement our own number conversion in preference of strtol and
5529 /* Abort if digit is not allowed in the specified base */
6087 /* Compare multibyte characters in format string */
6096 continue; /* while characters left in formatting string */
6110 /* Two % in format matches one % in input stream */
6520 self->current = (data->stream.in == NULL)
6522 : (data->stream.in)(data->closure);
6766 data.stream.in = stream;
6786 data.stream.in = stream;
6804 data.stream.in = stream;