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

  /src/external/gpl3/gdb/dist/gnulib/import/
rename.c 57 bool src_slash; local
93 src_slash = ISSLASH (src[src_len - 1]);
288 bool src_slash; local
324 src_slash = src[src_len - 1] == '/';
331 if (!src_slash && !dst_slash)
383 if (src_slash)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rename.c 57 bool src_slash; local
93 src_slash = ISSLASH (src[src_len - 1]);
288 bool src_slash; local
324 src_slash = src[src_len - 1] == '/';
331 if (!src_slash && !dst_slash)
383 if (src_slash)

Completed in 18 milliseconds