Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_copy_file_range.c39 struct stat64 instat; in support_copy_file_range() local
41 if (fstat64 (infd, &instat) != 0 || fstat64 (outfd, &outstat) != 0) in support_copy_file_range()
43 if (S_ISDIR (instat.st_mode) || S_ISDIR (outstat.st_mode)) in support_copy_file_range()
48 if (!S_ISREG (instat.st_mode) || !S_ISREG (outstat.st_mode)) in support_copy_file_range()