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

  /src/external/gpl3/binutils/dist/gas/
stabs.c 490 const char *file_endp = file + strlen (file); local
511 while (tmp < file_endp)
514 size_t len = bslash != NULL ? bslash - tmp + 1 : file_endp - tmp;
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 511 const char *file_endp = file + strlen (file); local
532 while (tmp < file_endp)
535 size_t len = bslash != NULL ? bslash - tmp + 1 : file_endp - tmp;

Completed in 15 milliseconds