Searched refs:stat (Results 226 - 250 of 2893) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin_init.c8 #include <sys/stat.h>
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain_init.c9 #include <sys/stat.h>
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c192 OM_uint32 stat = GSS_S_COMPLETE; local
251 return ((t == 0 ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE) | stat);
286 OM_uint32 major, stat = GSS_S_COMPLETE;
293 stat = GSS_S_CALL_INACCESSIBLE_WRITE;
296 if ((major = stat | __dh_gss_context_time(ctx, minor, context, &left))
298 return (major | stat);
302 return (GSS_S_BAD_QOP | stat);
305 if (stat)
306 return (stat);
/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Drmedia.h41 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c49 #include <sys/stat.h>
373 struct stat statbuf; /* The file-statistics return buffer */
377 if(stat(pathname, &statbuf) < 0)
396 struct stat statbuf; /* The file-statistics return buffer */
400 if(stat(pathname, &statbuf) < 0)
419 struct stat statbuf; /* The file-statistics return buffer */
423 if(stat(pathname, &statbuf) < 0)
537 struct stat statbuf;
538 return stat(pathname, &statbuf) == 0;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c37 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dmknod.c28 #include <sys/stat.h>
/illumos-gate/usr/src/common/pci/
H A Dpci_strings.c31 #include <sys/stat.h>
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtraverse.h197 #include <sys/stat.h>
221 * FST_STOP_ONERR: Stop travergins when stat fails on an entry.
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fput.c89 ++mp->stat.st_page_clean;
90 --mp->stat.st_page_dirty;
94 --mp->stat.st_page_clean;
95 ++mp->stat.st_page_dirty;
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.h51 extern void get_realfile(char *&, struct stat *);
/illumos-gate/usr/src/cmd/hal/addons/acpi/
H A Daddon-acpi.c24 #include <sys/stat.h>
/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_stdio.h38 #include <sys/stat.h>
/illumos-gate/usr/src/cmd/ttymon/
H A Dadmutil.c39 # include <sys/stat.h>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/libzfs/
H A Dmany_fds.c29 #include <sys/stat.h>
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c26 #include <sys/stat.h>
155 struct stat statb;
157 return (stat(nxtarg(0), &statb) >= 0 &&
243 struct stat statb;
245 if (stat(f, &statb) < 0)
255 struct stat statb;
261 if (stat(f, &statb) < 0)
273 struct stat statb;
275 if (stat(f, &statb) < 0)
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c37 #include <sys/stat.h>
72 struct stat osbuf, sbuf, oshdbuf, shdbuf;
87 if (stat(passwd, &osbuf) < 0) {
88 (void)fprintf(stderr,"vipw: can't stat passwd file.\n");
95 if (stat(ptemp, &sbuf) < 0) {
97 "vipw: can't stat ptemp file, %s unchanged\n",
135 if (stat(shadow, &oshdbuf) < 0) {
137 "vipw: can't stat shadow file.\n");
143 if (stat(stemp, &shdbuf) < 0) {
145 "vipw: can't stat stm
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMappingV2.cc36 #include <sys/stat.h>
H A DSun_fcGetRNIDMgmtInfo.cc35 #include <sys/stat.h>
H A DSun_fcSetRNIDMgmtInfo.cc35 #include <sys/stat.h>
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusba.h41 #include <sys/stat.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dbootstat.h31 #include <sys/stat.h>
38 * 32/64-bit neutral stat and time structure to allow booters to be shared
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dcm.h34 #include <sys/stat.h>
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmagic.h80 extern char* magictype(Magic_t*, Sfio_t*, const char*, struct stat*);
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcanon.c95 struct stat st;
98 if (stat(phys, &st))
176 struct stat st;
179 if (stat(phys, &st))

Completed in 110 milliseconds

1234567891011>>