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

/sssd/src/tools/
H A Dfiles.c79 const struct stat *statp,
87 timebuf[0] = statp->st_atim;
88 timebuf[1] = statp->st_mtim;
94 tv[0].tv_sec = statp->st_atime;
96 tv[1].tv_sec = statp->st_mtime;
108 static int sss_futime_set(int fd, const struct stat *statp) argument
115 timebuf[0] = statp->st_atim;
116 timebuf[1] = statp->st_mtim;
121 tv[0].tv_sec = statp->st_atime;
123 tv[1].tv_sec = statp
78 sss_timeat_set(int dir_fd, const char *path, const struct stat *statp, int flags) argument
320 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
445 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 22 milliseconds