Searched defs:st (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tools/
H A Dfiles.c560 struct stat st; local
585 ret = fstatat(src_dir_fd, ent_name, &st, AT_SYMLINK_NOFOLLOW);
595 dest_ent_path, &st, cctx->uid, cctx->gid);
603 ret = fstat(ifd, &st);
611 if (S_ISDIR(st.st_mode)) {
615 dest_ent_path, st.st_mode & 07777,
616 &st);
623 } else if (S_ISREG(st.st_mode)) {
626 &st, cctx->uid, cctx->gid);

Completed in 263 milliseconds