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

  /src/external/gpl2/xcvs/dist/lib/
lstat.c 58 int lstat_result = lstat (file, sbuf); local
60 if (lstat_result != 0 || !S_ISLNK (sbuf->st_mode))
61 return lstat_result;
65 return lstat_result;
76 lstat_result = lstat (new_file, sbuf);
79 return lstat_result;

Completed in 23 milliseconds