Home | History | Annotate | Download | only in libxml2

Lines Matching defs:stat_buffer

673     struct _stat stat_buffer;
675 struct stat stat_buffer;
691 if (xmlWrapStatUtf8(path, &stat_buffer) == -1)
694 if (stat(path, &stat_buffer) == -1)
698 if (S_ISDIR(stat_buffer.st_mode))