Searched refs:stat_buffer (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.c724 struct stat stat_buffer; local
731 if (xmlWrapStat(path, &stat_buffer) == -1)
734 if (stat(path, &stat_buffer) == -1)
738 if (S_ISDIR(stat_buffer.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c731 struct stat stat_buffer; local
738 if (xmlWrapStat(path, &stat_buffer) == -1)
741 if (stat(path, &stat_buffer) == -1)
745 if (S_ISDIR(stat_buffer.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DxmlIO.c731 struct stat stat_buffer; local
738 if (xmlWrapStat(path, &stat_buffer) == -1)
741 if (stat(path, &stat_buffer) == -1)
745 if (S_ISDIR(stat_buffer.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c724 struct stat stat_buffer; local
731 if (xmlWrapStat(path, &stat_buffer) == -1)
734 if (stat(path, &stat_buffer) == -1)
738 if (S_ISDIR(stat_buffer.st_mode))

Completed in 85 milliseconds