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

  /src/external/gpl2/xcvs/dist/lib/
getcwd.c 151 ino_t rootino, thisino;
202 rootino = st.st_ino;
204 while (!(thisdev == rootdev && thisino == rootino))
150 ino_t rootino, thisino; local
  /src/external/gpl3/gdb/dist/gnulib/import/
getcwd.c 185 ino_t rootino, thisino;
262 rootino = st.st_ino;
264 while (!(thisdev == rootdev && thisino == rootino))
184 ino_t rootino, thisino; local
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getcwd.c 185 ino_t rootino, thisino;
262 rootino = st.st_ino;
264 while (!(thisdev == rootdev && thisino == rootino))
184 ino_t rootino, thisino; local

Completed in 19 milliseconds