Searched refs:stat (Results 1 - 25 of 63) sorted by relevance

123

/bind-9.11.3/lib/isc/unix/include/isc/
H A Dstat.h9 /* $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 Dos.c21 #include <sys/stat.h>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c132 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 Ddepcomp192 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 Ddllfunc.c71 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 Dos.c23 #include <sys/stat.h>
/bind-9.11.3/lib/isc/unix/
H A Dfsaccess.c14 #include <sys/stat.h>
28 struct stat statb;
34 if (stat(path, &statb) != 0)
H A Dfile.c52 #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 Dstdio.c17 #include <isc/stat.h>
131 struct stat buf;
/bind-9.11.3/lib/isc/win32/
H A Dfile.c20 #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 Dfsaccess.c26 #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 Dstat.h9 /* $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 Ddllfunc.c118 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 Dencoding.c92 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 Dfs.h30 #include <sys/stat.h>
76 struct stat m_sb;
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp35 #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 Dtests.sh26 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 Ddlz_filesystem_driver.c51 #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 Ddlz_filesystem_dynamic.c55 #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 Ddir.c18 #include <sys/stat.h>
/bind-9.11.3/bin/tests/
H A Dfsaccess_test.c20 #include <sys/stat.h> /* Non-portable. */
/bind-9.11.3/bin/tests/system/rndc/
H A Dgencheck.c15 #include <sys/stat.h>
/bind-9.11.3/contrib/sdb/dir/
H A Ddirdb.c21 #include <sys/stat.h>
68 struct stat statbuf;
/bind-9.11.3/bin/named/win32/
H A Dos.c13 #include <sys/stat.h>
182 struct stat sb;
184 if (stat(filename, &sb) == -1) {
/bind-9.11.3/lib/isc/include/isc/
H A Dfile.h19 #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.

Completed in 1118 milliseconds

123