Searched refs:last_period (Results 1 – 5 of 5) sorted by relevance
8900 const char *last_period; in file_name_suffix() local8902 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()
9382 const char *last_period; local9384 for (last_period = NULL; *file_name != '\0'; file_name++)9386 last_period = file_name;9387 return (last_period == NULL ? file_name : last_period);
1720 (rs6000_gen_section_name): Initialize variable `last_period'.
12143 const char *q, *after_last_slash, *last_period = 0; local12153 last_period = q;12164 if (q == last_period)12174 if (last_period == 0)
16312 const char *q, *after_last_slash, *last_period = 0; in rs6000_gen_section_name() local16322 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()