Searched refs:stat_buffer (Results 1 – 4 of 4) sorted by relevance
135 struct stat stat_buffer; in get_matching_pathnames() local159 &stat_buffer); in get_matching_pathnames()161 if (S_ISDIR(stat_buffer.st_mode)) { in get_matching_pathnames()174 &stat_buffer); in get_matching_pathnames()175 if (name && S_ISDIR(stat_buffer.st_mode)) { in get_matching_pathnames()
281 struct stat stat_buffer; in xsltCheckFilename() local293 if (stat(path, &stat_buffer) == -1) in xsltCheckFilename()297 if (S_ISDIR(stat_buffer.st_mode)) { in xsltCheckFilename()
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()
768 struct stat stat_buffer; in xmlCheckFilename() local775 if (xmlWrapStat(path, &stat_buffer) == -1) in xmlCheckFilename()778 if (stat(path, &stat_buffer) == -1) in xmlCheckFilename()782 if (S_ISDIR(stat_buffer.st_mode)) in xmlCheckFilename()