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

  /src/external/gpl2/xcvs/dist/lib/
chdir-long.c 131 size_t n_leading_slash; local
141 n_leading_slash = strspn (dir, "/");
148 if (n_leading_slash == 2)
166 else if (n_leading_slash)
170 dir += n_leading_slash;
  /src/external/gpl3/gdb/dist/gnulib/import/
chdir-long.c 120 size_t n_leading_slash; local
130 n_leading_slash = strspn (dir, "/");
137 if (n_leading_slash == 2)
155 else if (n_leading_slash)
159 dir += n_leading_slash;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
chdir-long.c 120 size_t n_leading_slash; local
130 n_leading_slash = strspn (dir, "/");
137 if (n_leading_slash == 2)
155 else if (n_leading_slash)
159 dir += n_leading_slash;

Completed in 18 milliseconds