Home
last modified time | relevance | path

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

12345678910>>...17

/illumos-gate/usr/src/cmd/refer/
H A Dhunt5.c69 fstat(fileno(f), &sb);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c106 if (fstat(state_fd, &fbuf) != 0) { in rcmd_lock_init()
H A Drcm_script.c541 if (fstat(statefd->fd, &stats) != 0) { in open_state_file()
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c432 (void) fstat(infile, &status); in main()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c65 if (fstat(fileno(e_fptr), &sbuf) != 0) { in edit_group()
H A Dproj.c60 if (fstat(fileno(e_fptr), &sbuf) != 0) in edit_project()
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dmod_group.c61 if (fstat(fileno(e_fptr), &sbuf) != 0) in mod_group()
H A Dadd_group.c54 if (fstat(fileno(etcgrp), &sb) < 0) {
H A Ddel_group.c61 if (fstat(fileno(e_fptr), &sbuf) != 0) in del_group()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c277 fstat (fileno (fd), &sbuf); in print_item()
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c292 fstat(fileno(fbuf), &st); in writeback()
/illumos-gate/usr/src/cmd/mail/
H A Dcreatemf.c103 (fstat(mbfd, &fsb) || fsb.st_nlink != 1 ||
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c288 if ( fstat(fd, &sbuf) == -1 ) in readmap()
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c679 if (fstat(0, &sbuf) < 0) { in exec_cmd()
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c52 (void) fstat(fd, &sb); in lc_pacct()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c234 if (fstat(fd, &statbuf) < 0) { in create_cache_file_ch()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c3232 if (fstat(fd, &st) == -1) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c194 if (fstat(lbp->fd, &sb)) { in nfslog_init_buf()
H A Dbuffer_list.c214 if ((error = fstat(fileno(fd), &st)) == -1) { in buildbuffer_list()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c376 if ((fstat(fileno(fd), &st) == 0) && in logtab_deactivate_after_boot()
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c296 if (fstat(fileno(stdin), &statbuf) == -1) in dopen()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c2240 if (fstat(fd, &statb) < 0) { in is_socket()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c151 if (fstat(fd, &stbuf) < 0 || stbuf.st_uid != p->pw_uid) { in announce_proc()
H A Dprocess.c212 if (fstat(tfd, &stbuf) < 0 || in find_user()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c316 if (fstat(whod, &st) < 0 || st.st_size > cc) in main()

12345678910>>...17