Home
last modified time | relevance | path

Searched refs:fstat (Results 401 – 419 of 419) sorted by last modified time

1...<<11121314151617

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c235 if (0 > fstat(fileno(fp), &sb)) { in gwkludge()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c674 if (fstat(fd, &stb) < 0) { in notify()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1159 if (fstat(f, &stb) < 0) in source()
1720 if (fstat(fd, &stb) < 0) { in allocbuf()
1775 fstat(fd, &st) == 0 && in zopen()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c476 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
491 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0
697 if (fstat(ttyfd, &statbuf) < 0
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c88 if (fstat(h->bstr_fd, &st) < 0) in file_stream_size()
400 if (fstat(fd, &st) < 0) { in open_au_read_stream()
481 if (fstat(fd, &st) < 0) { in open_wav_read_stream()
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c204 if (fstat(fileno(stdout), &target) < 0) { in main()
257 if (fstat(fileno(fi), &source) < 0) { in main()
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c107 if (fstat(fd, &sb) == -1) { in read_bootblock_from_file()
463 if (fstat(device->fd, &statbuf) != 0) { in open_device()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1113 if (fstat(fd, &sb) == -1) { in read_stage2_from_file()
1544 if (device->part_fd < 0 || fstat(device->part_fd, &stat) != 0) { in get_raw_partition_fd()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1785 if (fstat(fd, &sb) == -1) { in read_bootblock_from_file()
1968 if (fstat(fd, &statbuf) != 0) { in open_device()
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c123 if (fstat(fileno(in), &sbuf) < 0 || !S_ISREG(sbuf.st_mode)) { in main()
H A Duudecode.c164 if (fstat(fileno(in), &sbuf) < 0) { in main()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c388 if ((fstat(ofd, &st) < 0) || (!S_ISREG(st.st_mode))) { in main()
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfcntl98 #define fstat fstat64
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfcntl98 #define fstat fstat64
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfcntl98 #define fstat fstat64
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfcntl98 #define fstat fstat64
/illumos-gate/usr/src/cmd/acpi/common/
H A Dosl.c33 if (fstat(fd, &sb) != 0) in CmGetFileSize()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in197 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|fstat
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h334 int fstat(int, struct stat *);

1...<<11121314151617