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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 12911 int maxfilelen = (strlen (files[file_idx].path)
12914 char *filebuf = XALLOCAVEC (char, maxfilelen);
12917 snprintf (filebuf, maxfilelen, "%s;%d",
12899 int maxfilelen = (strlen (files[file_idx].path) local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 12869 int maxfilelen = (strlen (files[file_idx].path)
12872 char *filebuf = XALLOCAVEC (char, maxfilelen);
12875 snprintf (filebuf, maxfilelen, "%s;%d",
12857 int maxfilelen = (strlen (files[file_idx].path) local

Completed in 64 milliseconds