Lines Matching refs:ext
30 static char *CreateTracePath(const char *filename, const char *ext)60 // Create space for the pathname: "/dir/basename/qtrace.ext"61 // The "ext" string already contains the dot, so just add a byte63 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;70 strcat(fname, ext);