Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dread-rtl.c36 static char *read_braced_string PARAMS ((struct obstack *, FILE *));
294 read_braced_string (ob, infile) in read_braced_string() function
351 stringbuf = read_braced_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.c137 static char *read_braced_string (FILE *);
1011 read_braced_string (FILE *infile) in read_braced_string() function
1070 stringbuf = read_braced_string (infile); in read_string()