Searched defs:ofd (Results 1 - 2 of 2) sorted by relevance
/sssd/src/tools/ |
H A D | files.c | 378 int ofd, 396 written = sss_atomic_write_s(ofd, buf, cnt); 415 ret = fchown(ofd, uid, gid); 425 ret = fchmod(ofd, mode); 452 int ofd = -1; local 463 ofd = openat(dest_dir_fd, file_name, 466 if (ofd < 0 && errno != EEXIST) { 474 ret = copy_file_contents(ifd, ofd, statp->st_mode, uid, gid); 478 ret = sss_futime_set(ofd, statp); 487 if (ofd ! 377 copy_file_contents(int ifd, int ofd, mode_t mode, uid_t uid, gid_t gid) argument 499 int ofd = -1; local [all...] |
/sssd/src/responder/nss/ |
H A D | nsssrv_mmap_cache.c | 1084 int ofd; local 1089 ofd = open(mc_ctx->file, O_RDWR); 1090 if (ofd != -1) { 1091 ret = sss_br_lock_file(ofd, 0, 1, retries, t); 1096 ret = sss_mc_set_recycled(ofd); 1103 close(ofd);
|
Completed in 354 milliseconds