Home
last modified time | relevance | path

Searched refs:read_quoted_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c35 static char *read_quoted_string PARAMS ((struct obstack *, FILE *));
264 read_quoted_string (ob, infile) in read_quoted_string() function
346 stringbuf = read_quoted_string (ob, infile);
H A DChangeLog.57 (read_quoted_string, read_braced_string): Use it.
145 an int. Dispatch to read_quoted_string or read_braced_string
148 (read_quoted_string, read_braced_string): New functions.
/openbsd-src/gnu/gcc/gcc/
H A Dread-rtl.c136 static char *read_quoted_string (FILE *);
983 read_quoted_string (FILE *infile) in read_quoted_string() function
1065 stringbuf = read_quoted_string (infile); in read_string()
1251 expr = read_quoted_string (infile); in read_conditions()