Home
last modified time | relevance | path

Searched refs:fstat (Results 101 – 125 of 419) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c187 if (fstat(fd, &st) != 0) { in chacl()
/illumos-gate/usr/src/boot/common/
H A Dls.c192 if (fstat(fd, &sb) < 0) { in ls_getdir()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c65 if (fstat(fileno(e_fptr), &sbuf) != 0) { in edit_group()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c584 fstat(fd, &fdp->statb); in b_open()
708 fstat(fd, &fdp->statb); in b_tmpfile()
783 fstat(fd, &fdp->statb); in b_dup()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c185 || !fstat(0, &statb) && REMOTE(statb.st_mode) in sh_main()
272 if(fstat(fdin,&statb)<0) in sh_main()
298 if((fdin=sh_open(name,O_RDONLY,0))>=0 &&(fstat(fdin,&statb)<0 || S_ISDIR(statb.st_mode))) in sh_main()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c832 (fstat(mbfd, &fsb) || fsb.st_nlink != 1 ||
942 if (fstat(mbfd, &sb) < 0)
955 fstat(mbfd, &sb) < 0 ||
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/
H A Dgetholes.c154 if (fstat(fd, &statbuf) != 0) { in main()
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum28 fstat 28
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum28 fstat 28
/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c95 if (fstat(fileno(fptr), &stat_buf) < 0) { in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/
H A Dgetpreroot.c104 if (fstat(dirp->dd_fd, par)) ERROR(errno); in getpreroot()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c212 if (fstat(tfd, &stbuf) < 0 || in find_user()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c156 if (fstat(ph->pp_mapfd, &stbuf) == -1) in display_maps()
215 if (fstat(procp->pp_mapfd, &stbuf) == -1) in load_map()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c227 if (fstat(d->fd, &fstatb) == 0) { in krb5_rc_io_open_internal()
563 if (fstat(d->fd, &statb) == 0) in krb5_rc_io_size()
/illumos-gate/usr/src/cmd/rpcbind/
H A Dwarmstart.c139 if (fstat(fd, &sbuf_fstat) != 0) { in read_struct()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c261 if (fstat(1, &buf)) in open_direct()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsmstdio.c297 if (fstat(fd, &st) == 0)
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty193 'fstat',
1819 'fstat',
1867 'fstat',
4911 'fstat',
5480 'fstat',
5889 'fstat',
6467 'fstat',
7024 'fstat',
8800 'fstat',
9466 'fstat',
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c123 if (fstat(fileno(in), &sbuf) < 0 || !S_ISREG(sbuf.st_mode)) { in main()
/illumos-gate/usr/src/cmd/ast/libast/i386/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/sparcv9/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/mv/
H A Dmv.c865 if (fstat(fi, &s1) < 0) { in cpymve()
1248 if (fold == 0 || ((pflg || mve) && fstat(fold->dd_fd, &statb) < 0)) { in rcopy()
2053 if (fstat(sourcedirfd, &attrdir) == -1) {
2161 if (fstat(srcattrfd, &s3) < 0) {
2203 if (fstat(targattrfd, &s4) < 0) {
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcksum.c238 if (!st && fstat(sffileno(ip), st = &ss)) in pr()
320 if (fstat(sffileno(sp), &st)) in verify()

12345678910>>...17