Searched refs:fstat (Results 101 - 125 of 506) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_region.c160 * that fstat() returns a file size that is never less than the file
161 * append offset. It is not a problem if fstat() returns a larger
165 if (fstat(vstream_fileno(state->dst), &st) < 0)
166 msg_fatal("%s: fstat file %s: %m", myname, cleanup_path);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmbox_open.c206 && (fstat(vstream_fileno(fp), st) < 0 || st->st_nlink != 1)) {
H A Dmkmap_db.c159 if (fstat(mkmap->lock_fd, &st) < 0)
160 msg_fatal("fstat %s: %m", mkmap->lock_file);
/macosx-10.9.5/postfix-252/postfix/src/postlock/
H A Dpostlock.c173 * fstat can return EBADF on an open file descriptor.
176 if (fstat(fd, &st) == -1
/macosx-10.9.5/postfix-252/postfix/src/postlog/
H A Dpostlog.c193 * fstat can return EBADF on an open file descriptor.
196 if (fstat(fd, &st) == -1
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dedit_file.c90 /* Fatal errors: memory allocation failure, fstat() failure,
247 if (fstat(vstream_fileno(ep->tmp_fp), &before_lock) < 0)
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c135 if (fstat(fd, &stb) < 0) {
136 run_err("fstat: %s", strerror(errno));
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump-stdinc.h68 #define fstat _fstat macro
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Dtstout.c148 if (!fstat(fd, &buf)) {
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Druserpass.c176 fstat(fileno(cfile), &stb) >= 0 &&
187 if (fstat(fileno(cfile), &stb) >= 0
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkuserok.c62 if (fstat(fileno(f), &st) != 0) {
142 if(fstat(fd, &st2) < 0) {
H A Dtest_store.c207 if (fstat(fd, &sb) != 0)
208 krb5_err(context, 1, errno, "fstat");
214 if (fstat(fd, &sb) != 0)
215 krb5_err(context, 1, errno, "fstat");
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfig.h.win32173 #define fstat _fstat
/macosx-10.9.5/cctools-845/libstuff/
H A Dseg_addr_table.c94 if(fstat(fd, &stat_buf) == -1)
250 if(fstat(fd, &stat_buf) == -1)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/dir/
H A Dgetdents.c61 if (fstat(fd, &st)) return(-1);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcmp.c369 if (fstat(sffileno(f1), &s1))
371 else if (fstat(sffileno(f2), &s2))
H A Dfds.c217 else if (fstat(unit, &st) || !(sp = sfnew(NiL, NiL, SF_UNBOUND, unit, SF_WRITE)))
221 if (fstat(i, &st))
H A Dtail.c166 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0;
298 else if (fstat(sffileno(tp->sp), &st))
329 if (fstat(sffileno(tp->sp), &st))
578 if (fstat(0, &st))
644 if (fstat(sffileno(fp->sp), &st))
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Druserpass.c163 fstat(fileno(cfile), &stb) >= 0 &&
175 if (fstat(fileno(cfile), &stb) >= 0
/macosx-10.9.5/screen-22/screen/
H A Dlogfile.c46 if (fstat(fileno(l->fp), &o) < 0) /* get trouble later */
132 if (fstat(fileno(l->fp), s) < 0) /* remember that stat failed */
/macosx-10.9.5/vim-53/src/
H A Dosdef2.h.in34 extern int fstat __ARGS((int, struct stat *));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c400 struct _stat fstat; local
402 struct stat fstat;
461 if (_stat(path, &fstat) == 0) {
463 if (stat(path, &fstat) == 0) {
467 config->ts, (u_long)fstat.st_size/1024);
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c399 struct _stat fstat; local
401 struct stat fstat;
460 if (_stat(path, &fstat) == 0) {
462 if (stat(path, &fstat) == 0) {
466 config->ts, (u_long)fstat.st_size/1024);
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dgetcwd.c179 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-asn1-fuzzer.c171 if (fstat(fd, &sb) != 0)

Completed in 188 milliseconds

1234567891011>>