Home
last modified time | relevance | path

Searched refs:filestat (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Ddisk.c343 struct stat filestat; in disk_create() local
390 if ((stat(path, &filestat) == 0) && (S_ISDIR(filestat.st_mode))) in disk_create()
615 struct stat filestat; in disk_query_information() local
621 if (fstat(handle, &filestat) != 0) in disk_query_information()
630 if (S_ISDIR(filestat.st_mode)) in disk_query_information()
640 if (!(filestat.st_mode & S_IWUSR)) in disk_query_information()
699 struct stat filestat; in disk_set_information() local
739 if (fstat(handle, &filestat)) in disk_set_information()
742 tvs.modtime = filestat.st_mtime; in disk_set_information()
743 tvs.actime = filestat.st_atime; in disk_set_information()
[all …]
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dschily.h100 # define filestat filestat64 macro
196 extern int filestat __PR((FILE *, struct stat *));