Searched refs:stat (Results 76 - 100 of 2893) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.c62 struct stat statbuf;
64 if (stat(filename, &statbuf) == 0) {
75 struct stat statbuf;
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c41 #include <sys/stat.h>
63 struct stat sbuf;
86 if (stat(curlock, &sbuf) < 0) {
131 struct stat sbuf;
162 struct stat sbuf;
174 if (stat(curlock, &sbuf) < 0)
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstrsave.c63 struct stat s;
66 if (stat(path, &s) == -1)
67 return (-1); /* can't stat file */
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dfile.c29 #include <sys/stat.h>
33 struct stat statbuf;
/illumos-gate/usr/src/cmd/bnu/
H A Dstrsave.c34 /* #include <sys/stat.h> */
65 struct stat s;
68 if( stat( path, &s ) == -1 )
69 return(-1); /* can't stat file */
/illumos-gate/usr/src/test/zfs-tests/tests/functional/exec/
H A Dmmap_exec.c32 #include <sys/stat.h>
44 struct stat statbuf;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int));
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.c30 static int (*ftw_userf)(const char*, const struct stat*, int);
45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int));
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int));
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int));
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
/illumos-gate/usr/src/lib/libproc/common/
H A DPfdinfo.c109 struct stat64 stat; local
120 if (pr_fstat64(P, fd, &stat) == 0) {
121 info->pr_mode = stat.st_mode;
122 info->pr_uid = stat.st_uid;
123 info->pr_gid = stat.st_gid;
124 info->pr_major = major(stat.st_dev);
125 info->pr_minor = minor(stat.st_dev);
126 info->pr_rmajor = major(stat.st_rdev);
127 info->pr_rminor = minor(stat.st_rdev);
128 info->pr_size = stat
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc164 db_status stat; local
166 nis_object *o = dbFindObject(objName, &stat);
170 if (stat != DB_NOTFOUND) {
173 myself, stat, NIL(objName));
253 int stat = LDAP_SUCCESS; local
364 stat = LDAP_PARAM_ERROR;
369 stat = LDAP_PARAM_ERROR;
381 stat = LDAP_OPERATIONS_ERROR;
426 *statP = stat;
450 int stat, freeOb local
729 int i, na, nq = 0, stat, stat2, numAttrs, ret; local
1090 int stat; local
1171 int stat, assigned = 0; local
1289 int stat; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c159 R_ADDR(dbmfp, *pgnoaddr * mfp->stat.st_pagesize);
160 ++mp->stat.st_map;
161 ++mfp->stat.st_map;
236 ++mp->stat.st_cache_hit;
237 ++mfp->stat.st_cache_hit;
244 sizeof(u_int8_t) + mfp->stat.st_pagesize, NULL, &bhp)) != 0)
284 memset(bhp->buf, 0, mfp->stat.st_pagesize);
289 mfp->stat.st_pagesize - mfp->clear_len);
293 ++mp->stat.st_page_create;
294 ++mfp->stat
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c13 OM_uint32 stat; local
21 stat = krb5_gss_validate_cred(minor_status, cred_handle);
22 if (stat)
23 return(stat);
/illumos-gate/usr/src/lib/libzfs/common/sys/
H A Dzfs_context.h26 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libpkg/common/
H A Dfmkdir.c31 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dmktemp.c62 #include <sys/stat.h>
95 struct stat sbuf;
114 if (stat(path, &sbuf))
133 else if (stat(path, &sbuf))
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h33 * NOTE: changes to this file should also be made to xpg2include/sys/stat.h
42 struct stat { struct
115 int fstat(int, struct stat *);
118 int stat(char *, struct stat *);
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dmknod.c35 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmkdtemp.c34 #include <sys/stat.h>
H A Dmkfifo.c36 #include <sys/stat.h>
H A Dremove.c34 #include <sys/stat.h>
/illumos-gate/usr/src/cmd/vt/
H A Dvtinfo.c27 #include <sys/stat.h>
/illumos-gate/usr/src/head/
H A Dftw.h38 #include <sys/stat.h>
51 #define FTW_NS 3 /* unknown type, stat failed */
62 #define FTW_PHYS 01 /* use lstat instead of stat */
66 #define FTW_ANYERR 020 /* return FTW_NS on any stat failure */
126 int (*)(const char *, const struct stat *, int), int);
128 int (*)(const char *, const struct stat *, int), int);
131 int (*)(const char *, const struct stat *, int, struct FTW *),

Completed in 106 milliseconds

1234567891011>>