Searched refs:stat64 (Results 126 - 150 of 201) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c432 struct stat64 statb;
467 if (stat64(fsdev, &statb) < 0) {
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c586 struct stat64 st;
673 ret = stat64(file, &st);
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c50 struct stat64 st;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Diconv.c281 struct stat64 statbuf;
H A Dndbm.c161 struct stat64 statb;
495 struct stat64 statb;
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c141 print_stats(struct stat64 *sb)
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c42 struct stat64 sbuf;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h358 int (*)(const char *, const struct stat64 *, int), int);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c869 struct stat64 statbuf;
1040 struct stat64 statbuf;
1092 struct stat64 statbuf;
1322 struct stat64 statbuf;
H A Dlibzfs_util.c697 struct stat64 statbuf;
708 if (stat64(path, &statbuf) != 0) {
1529 struct stat64 ss;
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h408 struct stat64 acl_attr; /* file system attributes */
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c264 struct stat64 s1[1], s2[1];
301 if ((stat64(name, s1) == 0) &&
302 (stat64(new, s2) == 0) &&
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c140 struct stat64 st;
766 struct stat64 st;
797 if (stat64(mp->mod_ckpt, &st) != 0 || !S_ISDIR(st.st_mode)) {
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c198 struct stat64 st;
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c354 struct stat64 stat64; local
371 if (fstat64(fd, &stat64) == -1)
374 loffset = offset + stat64.st_size;
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c247 struct stat64 sbuf;
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c407 struct stat64 st;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c126 struct stat64 statbuf;
/illumos-gate/usr/src/cmd/bart/
H A Drules.c622 struct stat64 statb;
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c237 struct stat64 statb;
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c60 struct stat64 statb;
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c131 struct stat64 sbuf; /* stat buf for old dgrptab file */
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c294 struct stat64 s;
297 if (stat64(nambuf, &s) == 0)
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c406 struct stat64 buf;
410 if (stat64(filename, &buf) == -1) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c845 struct stat64 sbuf;
854 if (*method == '/' && stat64(method, &sbuf) == -1 &&

Completed in 196 milliseconds

123456789