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

  /src/external/gpl3/gdb/dist/gnulib/import/
rename.c 61 struct stat dst_st; local
97 if (stat (dst, &dst_st))
105 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
123 if (dst_exists && S_ISDIR (dst_st.st_mode))
294 struct stat dst_st; local
341 if (lstat (dst, &dst_st))
349 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
351 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
355 if (SAME_INODE (src_st, dst_st))
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rename.c 61 struct stat dst_st; local
97 if (stat (dst, &dst_st))
105 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
107 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
123 if (dst_exists && S_ISDIR (dst_st.st_mode))
294 struct stat dst_st; local
341 if (lstat (dst, &dst_st))
349 if (S_ISDIR (dst_st.st_mode) != S_ISDIR (src_st.st_mode))
351 errno = S_ISDIR (dst_st.st_mode) ? EISDIR : ENOTDIR;
355 if (SAME_INODE (src_st, dst_st))
    [all...]

Completed in 55 milliseconds