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

123

/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Dstat.h17 /* $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 Dos.c30 #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 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.6-ESV-R11/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.6-ESV-R11/bin/rndc/unix/
H A Dos.c32 #include <sys/stat.h>
50 struct stat sb;
53 if (stat(filename, &sb) == -1) {
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfsaccess.c23 #include <sys/stat.h>
37 struct stat statb;
43 if (stat(path, &statb) != 0)
H A Dfile.c61 #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 Dstdio.c26 #include <isc/stat.h>
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Ddepcomp135 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 Dstat.h23 #include <sys/stat.h>
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/win32/
H A Dfile.c29 #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 Dfsaccess.c35 #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 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.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h77 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 Dfs.h34 #include <sys/stat.h>
81 struct stat m_sb;
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c60 #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 Dmisc.c43 # 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 Dfsaccess_test.c29 #include <sys/stat.h> /* Non-portable. */
/bind-9.6-ESV-R11/contrib/sdb/dir/
H A Ddirdb.c30 #include <sys/stat.h>
70 struct stat statbuf;
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c23 #include <sys/stat.h>
181 struct stat sb;
183 if (stat(filename, &sb) == -1) {
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c26 #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 Dtests_test.cpp32 #include <sys/stat.h>
/bind-9.6-ESV-R11/
H A Dconfig.h.win32172 #define stat _stat
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c32 #include <sys/stat.h>
164 struct stat sb;
166 "Failed to stat source file %s during copy", source);

Completed in 44 milliseconds

123