HomeSort by: relevance | last modified time | path
    Searched defs:old_suffix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/driver/
path.c 100 const char *old_suffix; local
108 old_suffix = strrchr(file, '.');
109 if (old_suffix != NULL && strchr(old_suffix, '/') != NULL)
110 old_suffix = NULL;
111 if (old_suffix == NULL)
112 old_suffix = file + strlen(file);
116 lf = old_suffix - file;
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 254 const char *old_suffix; local
262 old_suffix = strrchr(file, '.');
263 if (old_suffix != NULL && strchr(old_suffix, '/') != NULL)
264 old_suffix = NULL;
265 if (old_suffix == NULL)
266 old_suffix = file + strlen(file);
270 lf = old_suffix - file;

Completed in 20 milliseconds