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

/sssd-io/src/util/
H A Dfiles.c559 struct stat st; local
584 ret = fstatat(src_dir_fd, ent_name, &st, AT_SYMLINK_NOFOLLOW);
594 dest_ent_path, &st, cctx->uid, cctx->gid);
602 ret = fstat(ifd, &st);
610 if (S_ISDIR(st.st_mode)) {
614 dest_ent_path, st.st_mode & 07777,
615 &st);
622 } else if (S_ISREG(st.st_mode)) {
625 &st, cctx->uid, cctx->gid);
/sssd-io/src/lib/certmap/
H A Dsss_cert_content_nss.c609 PRStatus st; local
635 st = PR_NetAddrToString(&addr, addrBuf, sizeof addrBuf);
636 if (st != PR_SUCCESS) {

Completed in 13 milliseconds