Searched refs:stat_buffer (Results 1 – 1 of 1) sorted by relevance
774 struct stat stat_buffer; in xmlCheckFilename() local789 if (xmlWrapStat(path, &stat_buffer) == -1) in xmlCheckFilename()792 if (stat(path, &stat_buffer) == -1) in xmlCheckFilename()796 if (S_ISDIR(stat_buffer.st_mode)) in xmlCheckFilename()