Searched refs:fstat (Results 76 - 100 of 400) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c202 fp->f_file < 0 || fstat(fp->f_file, &st) ||
221 if (fstat(fp->f_file, &st))
H A Dsmstdio.c299 if (fstat(fd, &st) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c137 if (fstat(fileno(cfile), &stb) >= 0 &&
155 if (fstat(fileno(cfile), &stb) >= 0 &&
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c104 if (fstat(srcFd, &srcStatbuf) != 0) {
461 n = fstat(fd, &statbuf);
/illumos-gate/usr/src/man/man2/
H A DMakefile196 fstat.2 \
390 fstat.2 := LINKSRC = stat.2
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c161 fstat(int fd, struct stat *sb) function
200 ret = fstat(fd, sb);
/illumos-gate/usr/src/lib/libast/common/dir/
H A Dgetdents.c61 if (fstat(fd, &st)) return(-1);
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c135 if (fstat(sattrfd, &st1) < 0) {
146 if (fstat(tattrfd, &st2) < 0) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbzipfs.c180 if (fstat(rawfd, &sb) < 0) {
357 if ((result = fstat(bzf->bzf_rawfd, sb)) == 0)
H A Dsplitfs.c129 if (fstat(conffd, &sb) < 0) {
310 if ((result = fstat(sf->curfd, sb)) == 0)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c166 return last || fstat(sffileno(fp), &st) || st.st_size || FIFO(st.st_mode) ? -1 : 0;
300 else if (fstat(sffileno(tp->sp), &st))
331 if (fstat(sffileno(tp->sp), &st))
580 if (fstat(0, &st))
646 if (fstat(sffileno(fp->sp), &st))
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c247 if ((fstat(fromfd, &fromstat) < 0) || ! ISREG(fromstat)) {
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_reset.c110 (fstat(cur_term->Filedes, &statbuf) < 0) ||
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c243 if (fstat(fno, &statb) < 0)
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c188 if (fstat(lockfile, &fdata) == 0) {
212 "fstat(%s) => errno=%d", LOCKFILE, errno);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c68 if (fstat(fileno(e_fptr), &sbuf) != 0) {
/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c95 if (fstat(fileno(fptr), &stat_buf) < 0) {
96 (void) fprintf(stderr, gettext("fstat failed for %s\n"),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c215 if (fstat(tfd, &stbuf) < 0 ||
/illumos-gate/usr/src/cmd/rpcbind/
H A Dwarmstart.c139 if (fstat(fd, &sbuf_fstat) != 0) {
154 * Make sure that the pathname for fstat and lstat is the same and
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c123 if (fstat(fileno(in), &sbuf) < 0 || !S_ISREG(sbuf.st_mode)) {
/illumos-gate/usr/src/cmd/calendar/
H A Dcalprog.c150 if (fstat(fileno(fp), &sb) < 0)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c184 if (fstat(fd, &st) != 0) {
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c246 fstat(fd, &sb) != -1 &&
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c142 { "fstat", 0 },
258 ipose(fstat)
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c72 if ((fstat(fd, &st) != 0) ||

Completed in 63 milliseconds

1234567891011>>