Searched refs:fstat (Results 226 - 250 of 506) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win3.c69 return (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkMain.c241 nullStdin = fstat(0, &st) || (S_ISCHR(st.st_mode) && !st.st_blocks);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkMain.c241 nullStdin = fstat(0, &st) || (S_ISCHR(st.st_mode) && !st.st_blocks);
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXInit.c357 if (fstat(0, &st) || (S_ISCHR(st.st_mode) && st.st_blocks == 0)) {
/macosx-10.9.5/text_cmds-87/cat/
H A Dcat.c248 if (fstat(wfd, &sbuf))
/macosx-10.9.5/text_cmds-87/look/
H A Dlook.c144 if ((fd = open(file, O_RDONLY, 0)) < 0 || fstat(fd, &sb))
/macosx-10.9.5/text_cmds-87/wc/
H A Dwc.c215 if (fstat(fd, &sb)) {
216 warn("%s: fstat", file);
/macosx-10.9.5/tidy-15.12/tidy/include/
H A Dplatform.h471 #define fstat _fstat macro
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dmappedio.c62 if ( fstat(fd, &sbuf) == -1 ||
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c69 if (fstat(fd, &stat_buf) == -1) {
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl138 fcntl fdatasync fpathconf fstat fsync
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dmapfile.c178 fstat(fd, &sbuf) ||
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c331 if ((fstat(up->curbootfd, &sb) == 0) &&
501 if ((result = fstat(up->caches->cachefd, &sb))) {
502 OSKextLog(NULL, up->errLogSpec, "fstat(cachefd): %s", strerror(errno));
629 if ((opres = fstat(caches->cachefd, &sb))) {
639 * - if volume is /, then kexts owned by root can be trusted (4623559 fstat)
850 if (fstat(fd, &sb)) break;
1774 if (fd != -1 && fstat(fd, &sb)==0 && S_ISDIR(sb.st_mode)==false) {
1902 if (fstat(up->caches->cachefd, &sb)) {
2693 || fstat(fd, &sb)) {
2708 || fstat(f
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dpathwatch.c353 if (fstat(vnode->fd, &sb) == 0)
435 if (fstat(fd, &sb) == 0)
/macosx-10.9.5/dtrace-118.1/DTTk/Docs/Examples/
H A Doneliners_examples.txt67 fstat 1
/macosx-10.9.5/file_cmds-230/install/
H A Dxinstall.c380 if (fstat(temp_fd, &temp_sb)) {
463 if (fstat(to_fd, &to_sb) == -1) {
/macosx-10.9.5/file_cmds-230/pax/
H A Dar_io.c173 if (fstat(arfd, &arsb) < 0) {
342 if (can_unlnk && (fstat(arfd, &arsb) == 0) && (S_ISREG(arsb.st_mode)) &&
H A Dfile_subs.c807 if (fstat(fd, &sb) == 0) {
1168 else if (fstat(fd, &sb) < 0)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dgetcwd.c241 if (fstat(dirp->dd_fd, par)) ERROR(errno);
/macosx-10.9.5/postfix-252/postfix/src/postmap/
H A Dpostmap.c355 if (fstat(vstream_fileno(source_fp), &st) < 0)
356 msg_fatal("fstat %s: %m", path_name);
792 * fstat can return EBADF on an open file descriptor.
795 if (fstat(fd, &st) == -1
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c341 if (fstat(whod, &st) < 0 || st.st_size > cc)
425 (void) fstat(utmpf, &stb);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dserver.test257 puts $toClient [lindex [fstat $reqFH localhost] 2]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dflock.test251 set rdwrSize [fstat $rdwrFH size]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp.c604 if (fstat (fileno (from), &st) == 0 && S_ISREG (st.st_mode)) {
642 fstat (fileno (from), &st) >= 0 ? &st : NULL);
734 if (fstat (fileno (fin), &st) < 0 || !S_ISREG(st.st_mode)) {
1029 fstat (fileno (fout), &st) >= 0 ? &st : NULL);
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dasn1_print.c302 if (fstat (fd, &sb) < 0)

Completed in 328 milliseconds

1234567891011>>