Searched refs:st (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/util/ |
H A D | files.c | 559 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 D | sss_cert_content_nss.c | 609 PRStatus st; local 635 st = PR_NetAddrToString(&addr, addrBuf, sizeof addrBuf); 636 if (st != PR_SUCCESS) {
|
Completed in 9 milliseconds