Searched refs:dot (Results 1 – 1 of 1) sorted by relevance
144 char *copy, *major, *dot; in process_file() local149 dot = strstr (major + 4, "."); in process_file()150 if (dot) in process_file()151 *dot = '\0'; in process_file()203 char *dot = strstr (major + 4, "."); in implicit_soname() local204 if (dot) in implicit_soname()205 *dot = '\0'; in implicit_soname()
Completed in 3 milliseconds