/bind-9.6-ESV-R11/lib/isc/unix/include/isc/ |
H A D | stat.h | 17 /* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */ 50 #include <sys/stat.h>
|
/bind-9.6-ESV-R11/bin/rndc/win32/ |
H A D | os.c | 30 #include <sys/stat.h> 48 struct stat sb; 50 if (stat(filename, &sb) == -1) {
|
/bind-9.6-ESV-R11/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.6-ESV-R11/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.6-ESV-R11/bin/rndc/unix/ |
H A D | os.c | 32 #include <sys/stat.h> 50 struct stat sb; 53 if (stat(filename, &sb) == -1) {
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | fsaccess.c | 23 #include <sys/stat.h> 37 struct stat statb; 43 if (stat(path, &statb) != 0)
|
H A D | file.c | 61 #include <sys/stat.h> 77 * of a previous stat() to be used again without having to do another stat, 79 * that the results of the last stat should be used. But then you get into 80 * annoying MP issues. BTW, Win32 has stat(). 83 file_stats(const char *file, struct stat *stats) { 89 if (stat(file, stats) != 0) 98 struct stat stats; 335 struct stat stats; 347 struct stat filesta [all...] |
H A D | stdio.c | 26 #include <isc/stat.h>
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | depcomp | 135 stat=$? 136 if test $stat -eq 0; then : 139 exit $stat 158 stat=$? 159 if test $stat -eq 0; then : 162 exit $stat 201 stat=$? 202 if test $stat -eq 0; then : 205 exit $stat 263 stat [all...] |
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
H A D | stat.h | 23 #include <sys/stat.h>
|
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/win32/ |
H A D | file.c | 29 #include <sys/stat.h> 37 #include <isc/stat.h> 48 struct stat sbuf; 72 if (stat(path, &sbuf)) 90 } else if (stat(path, &sbuf)) 121 * of a previous stat() to be used again without having to do another stat, 123 * that the results of the last stat should be used. But then you get into 124 * annoying MP issues. BTW, Win32 has stat(). 127 file_stats(const char *file, struct stat *stat [all...] |
H A D | fsaccess.c | 35 #include <sys/stat.h> 40 #include <isc/stat.h> 299 struct stat statb; 303 if (stat(path, &statb) != 0)
|
/bind-9.6-ESV-R11/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.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-sunos4.h | 77 struct stat; 79 int fstat(int, struct stat *); 123 int lstat(const char *, struct stat *); 168 int stat(const char *, struct stat *);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs.h | 34 #include <sys/stat.h> 81 struct stat m_sb;
|
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_filesystem_driver.c | 60 #include <sys/stat.h> 374 struct stat sb; 489 /* make sure we can stat entry */ 490 if (stat(tmp, &sb) == 0 ) { 522 } else /* if we cannot stat entry, skip it. */ 603 struct stat sb; 615 if (stat(path, &sb) != 0) { 642 struct stat sb; 669 /* remove path separator at end of path so stat works properly */ 672 if (stat(basepat [all...] |
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.c | 43 # include <sys/stat.h> 383 struct stat st; 388 return ( stat (name, &st) == 0 && S_ISDIR (st.st_mode) ); 398 struct stat st; 399 return ( stat (name, &st) == 0 && S_ISREG (st.st_mode) ); 409 struct stat st; 410 if ( stat (name, &st) == -1 ) 664 struct stat st; 666 if ( stat (fname, &st) < 0 ) 683 struct stat s [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | fsaccess_test.c | 29 #include <sys/stat.h> /* Non-portable. */
|
/bind-9.6-ESV-R11/contrib/sdb/dir/ |
H A D | dirdb.c | 30 #include <sys/stat.h> 70 struct stat statbuf;
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 23 #include <sys/stat.h> 181 struct stat sb; 183 if (stat(filename, &sb) == -1) {
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 26 #include <sys/stat.h> 639 struct stat sb; 641 if (stat(filename, &sb) == -1) { 680 struct stat sb; 683 if (stat(filename, &sb) == -1) { 686 (*report)("couldn't stat '%s': %s", filename,
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests_test.cpp | 32 #include <sys/stat.h>
|
/bind-9.6-ESV-R11/ |
H A D | config.h.win32 | 172 #define stat _stat
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 32 #include <sys/stat.h> 164 struct stat sb; 166 "Failed to stat source file %s during copy", source);
|