/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | stat.h | 9 /* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */ 19 * Portable <sys/stat.h> support. 42 #include <sys/stat.h>
|
/bind-9.11.3/bin/confgen/win32/ |
H A D | os.c | 21 #include <sys/stat.h>
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | util.c | 132 LONG stat; local 146 stat = RegOpenKeyEx(top, IDNKEY_IDNKIT, 0, KEY_READ, &hk); 147 if (stat != ERROR_SUCCESS) { 152 stat = RegQueryValueEx(hk, (LPCTSTR)name, NULL, 156 if (stat != ERROR_SUCCESS || type != REG_SZ) {
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | depcomp | 192 stat=$? 193 if test $stat -ne 0; then 195 exit $stat 218 stat=$? 219 if test $stat -ne 0; then 221 exit $stat 260 stat=$? 261 if test $stat -ne 0; then 263 exit $stat 315 stat [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllfunc.c | 71 BOOL stat; local 86 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 87 if (stat == FALSE) { 100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff, 102 if (stat == FALSE) { 126 BOOL stat; local 139 stat = idnConvRsp(encodeCtx, ret->h_name, 141 if (stat == FALSE) {
|
/bind-9.11.3/bin/confgen/unix/ |
H A D | os.c | 23 #include <sys/stat.h>
|
/bind-9.11.3/lib/isc/unix/ |
H A D | fsaccess.c | 14 #include <sys/stat.h> 28 struct stat statb; 34 if (stat(path, &statb) != 0)
|
H A D | file.c | 52 #include <sys/stat.h> 75 * of a previous stat() to be used again without having to do another stat, 77 * that the results of the last stat should be used. But then you get into 78 * annoying MP issues. BTW, Win32 has stat(). 81 file_stats(const char *file, struct stat *stats) { 87 if (stat(file, stats) != 0) 94 fd_stats(int fd, struct stat *stats) { 108 struct stat stats; 123 struct stat stat [all...] |
H A D | stdio.c | 17 #include <isc/stat.h> 131 struct stat buf;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 20 #include <sys/stat.h> 30 #include <isc/stat.h> 47 struct stat sbuf; 71 if (stat(path, &sbuf)) 89 } else if (stat(path, &sbuf)) 120 * of a previous stat() to be used again without having to do another stat, 122 * that the results of the last stat should be used. But then you get into 123 * annoying MP issues. BTW, Win32 has stat(). 126 file_stats(const char *file, struct stat *stat [all...] |
H A D | fsaccess.c | 26 #include <sys/stat.h> 31 #include <isc/stat.h> 288 struct stat statb; 292 if (stat(path, &statb) != 0)
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | stat.h | 9 /* $Id: stat.h,v 1.9 2009/10/01 23:48:08 tbox Exp $ */ 14 #include <sys/stat.h>
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 118 BOOL stat; local 129 stat = idnConvReq(encodeCtx, name, nbuff, sizeof(nbuff)); 130 if (stat == FALSE) { 143 stat = idnConvRsp(encodeCtx, ret->h_name, 145 if (stat == FALSE) { 169 BOOL stat; local 182 stat = idnConvRsp(encodeCtx, ret->h_name, 184 if (stat == FALSE) { 437 BOOL stat; local 496 BOOL stat; local 560 BOOL stat; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | encoding.c | 92 LONG stat; local 96 stat = RegOpenKeyEx(top, key, 0, KEY_READ, &hk); 97 if (stat != ERROR_SUCCESS) { 101 stat = RegQueryValueEx(hk, (LPCTSTR)name, NULL, 106 if (stat != ERROR_SUCCESS || realtype != type)
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | fs.h | 30 #include <sys/stat.h> 76 struct stat m_sb;
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | fs.hpp | 35 #include <sys/stat.h> 188 struct stat m_sb; 207 //! the data returned by ::stat when run on the given file, which must
|
/bind-9.11.3/bin/tests/system/fetchlimit/ |
H A D | tests.sh | 26 stat() { function 46 stat 200 || ret=1 81 stat 200 || ret=1 96 stat 20 || ret=1 129 stat 50 || ret=1 164 stat 360 || ret=1
|
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_filesystem_driver.c | 51 #include <sys/stat.h> 365 struct stat sb; 480 /* make sure we can stat entry */ 481 if (stat(tmp, &sb) == 0 ) { 513 } else /* if we cannot stat entry, skip it. */ 594 struct stat sb; 606 if (stat(path, &sb) != 0) { 633 struct stat sb; 660 /* remove path separator at end of path so stat works properly */ 663 if (stat(basepat [all...] |
/bind-9.11.3/contrib/dlz/modules/filesystem/ |
H A D | dlz_filesystem_dynamic.c | 55 #include <sys/stat.h> 344 struct stat sb; 457 /* make sure we can stat entry */ 458 if (stat(tmp, &sb) == 0 ) { 488 } else /* if we cannot stat entry, skip it. */ 558 struct stat sb; 568 if (stat(path, &sb) != 0) { 592 struct stat sb; 615 /* remove path separator at end of path so stat works properly */ 618 if (stat(basepat [all...] |
H A D | dir.c | 18 #include <sys/stat.h>
|
/bind-9.11.3/bin/tests/ |
H A D | fsaccess_test.c | 20 #include <sys/stat.h> /* Non-portable. */
|
/bind-9.11.3/bin/tests/system/rndc/ |
H A D | gencheck.c | 15 #include <sys/stat.h>
|
/bind-9.11.3/contrib/sdb/dir/ |
H A D | dirdb.c | 21 #include <sys/stat.h> 68 struct stat statbuf;
|
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 13 #include <sys/stat.h> 182 struct stat sb; 184 if (stat(filename, &sb) == -1) {
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | file.h | 19 #include <isc/stat.h> 205 * errno=ENOENT when stat returns -1. This code is mentioned 211 * These occur when stat returns -1 and an errno. 227 * These occur when stat returns -1 and an errno.
|