Lines Matching refs:char
69 typedef signed char flex_int8_t;
72 typedef unsigned char flex_uint8_t;
133 /* Promotes a possibly negative, possibly signed char to an unsigned
134 * integer for use as an array index. If the signed char is negative,
135 * we want to instead treat it as an 8-bit unsigned char, hence the
138 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
220 char *yy_ch_buf; /* input buffer */
221 char *yy_buf_pos; /* current position in input buffer */
300 static char yy_hold_char;
305 static char *yy_c_buf_p = (char *) 0;
328 YY_BUFFER_STATE zconf_scan_buffer (char *base,yy_size_t size );
329 YY_BUFFER_STATE zconf_scan_string (yyconst char *yy_str );
330 YY_BUFFER_STATE zconf_scan_bytes (yyconst char *bytes,int len );
365 typedef unsigned char YY_CHAR;
375 extern char *zconftext;
716 static void yy_fatal_error (yyconst char msg[] );
790 char *zconftext;
813 static char *text;
836 static void append_string(const char *str, int size)
850 static void alloc_string(const char *str, int size)
857 static void warn_ignored_character(char chr)
907 char *zconfget_text (void );
925 static void yyunput (int c,char *buf_ptr );
928 static void yy_flex_strncpy (char *,yyconst char *,int );
932 static int yy_flex_strlen (yyconst char * );
969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
1034 register char *yy_cp, *yy_bp;
1391 /* Amount of text matched not including the EOB char. */
1527 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1528 register char *source = (yytext_ptr);
1592 b->yy_ch_buf = (char *)
1643 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) zconfrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_…
1657 /* yy_get_previous_state - get the state just before the EOB char was reached */
1662 register char *yy_cp;
1689 static void yyunput (int c, register char * yy_bp )
1691 register char *yy_cp;
1702 register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1704 register char *source =
1719 *--yy_cp = (char) c;
1792 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1880 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 );
2069 YY_BUFFER_STATE zconf_scan_buffer (char * base, yy_size_t size )
2106 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr )
2119 YY_BUFFER_STATE zconf_scan_bytes (yyconst char * yybytes, int _yybytes_len )
2122 char *buf;
2128 buf = (char *) zconfalloc(n );
2153 static void yy_fatal_error (yyconst char* msg )
2215 char *zconfget_text (void)
2265 (yy_c_buf_p) = (char *) 0;
2311 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2320 static int yy_flex_strlen (yyconst char * s )
2337 /* The cast to (char *) in the following accommodates both
2338 * implementations that use char* generic pointers, and those
2344 return (void *) realloc( (char *) ptr, size );
2349 free( (char *) ptr ); /* see zconfrealloc() for (char *) cast */
2375 FILE *zconf_fopen(const char *name)
2377 char *env, fullname[PATH_MAX+1];
2391 void zconf_initscan(const char *name)
2406 void zconf_nextfile(const char *name)
2469 const char *zconf_curname(void)