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

/sssd-io/src/util/
H A Dfiles.c78 const struct stat *statp,
86 timebuf[0] = statp->st_atim;
87 timebuf[1] = statp->st_mtim;
93 tv[0].tv_sec = statp->st_atime;
95 tv[1].tv_sec = statp->st_mtime;
107 static int sss_futime_set(int fd, const struct stat *statp) argument
114 timebuf[0] = statp->st_atim;
115 timebuf[1] = statp->st_mtim;
120 tv[0].tv_sec = statp->st_atime;
122 tv[1].tv_sec = statp
77 sss_timeat_set(int dir_fd, const char *path, const struct stat *statp, int flags) argument
319 copy_symlink(int src_dir_fd, int dst_dir_fd, const char *file_name, const char *full_path, const struct stat *statp, uid_t uid, gid_t gid) argument
444 copy_file(int ifd, int dest_dir_fd, const char *file_name, const char *full_path, const struct stat *statp, uid_t uid, gid_t gid) argument
[all...]

Completed in 9 milliseconds