Home
last modified time | relevance | path

Searched refs:last_period (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dgenautomata.c8900 const char *last_period; in file_name_suffix() local
8902 for (last_period = NULL; *file_name != '\0'; file_name++) in file_name_suffix()
8904 last_period = file_name; in file_name_suffix()
8905 return (last_period == NULL ? file_name : last_period); in file_name_suffix()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c9382 const char *last_period; local
9384 for (last_period = NULL; *file_name != '\0'; file_name++)
9386 last_period = file_name;
9387 return (last_period == NULL ? file_name : last_period);
H A DChangeLog.11720 (rs6000_gen_section_name): Initialize variable `last_period'.
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12143 const char *q, *after_last_slash, *last_period = 0; local
12153 last_period = q;
12164 if (q == last_period)
12174 if (last_period == 0)
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c16312 const char *q, *after_last_slash, *last_period = 0; in rs6000_gen_section_name() local
16322 last_period = q; in rs6000_gen_section_name()
16333 if (q == last_period) in rs6000_gen_section_name()
16344 if (last_period == 0) in rs6000_gen_section_name()