Searched refs:stat_buffer (Results 1 – 5 of 5) 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()
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()
771 struct stat stat_buffer; in xmlCheckFilename() local778 if (xmlWrapStat(path, &stat_buffer) == -1) in xmlCheckFilename()781 if (stat(path, &stat_buffer) == -1) in xmlCheckFilename()785 if (S_ISDIR(stat_buffer.st_mode)) in xmlCheckFilename()