Home
last modified time | relevance | path

Searched refs:stat (Results 176 – 200 of 1650) sorted by last modified time

12345678910>>...66

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c202 struct stat lstatb, fstatb; in krb5_rc_io_open_internal()
561 struct stat statb; in krb5_rc_io_size()
/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/gss_mechs/mech_krb5/profile/
H A Dprof_file.c33 #define stat _stat macro
311 struct stat st; in profile_update_file_data()
327 if (stat(data->filespec, &st)) { in profile_update_file_data()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c87 struct stat statbuf; in krb5int_open_plugin()
92 if (stat (filepath, &statbuf) < 0) { in krb5int_open_plugin()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1223 struct stat lres; in krb5_fcc_open_nounlink()
1224 struct stat fres; in krb5_fcc_open_nounlink()
1724 struct stat buf; in krb5_fcc_destroy()
/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c71 struct stat st;
169 struct stat st;
H A Dsafe_finger.c152 struct stat st;
H A Dtcpdchk.c95 struct stat st;
H A Dscaffold.c193 struct stat *st;
195 struct stat stbuf;
198 if (stat(path, st) < 0)
H A Dtcpdmatch.c73 struct stat st;
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c136 struct stat stbuf; in main()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c455 struct stat stbuf;
458 stat(ttyp, &stbuf);
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c117 dbp->stat = __ham_stat;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c548 struct stat stbuf;
2571 struct stat sbuf;
3924 struct stat st, stf;
4055 struct stat dst;
4824 struct stat st;
4830 if (stat(qd, &st) < 0)
4889 struct stat st;
4924 if (stat(qf, &st) >= 0)
5935 struct stat statb;
6366 struct stat st;
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java172 AggregateStatistic stat = calcDerivedStatistic("utilization"); in updateDerived() local
173 if (stat != null) in updateDerived()
174 util.add(stat); in updateDerived()
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c459 struct stat statb; in chk_access()
467 if (stat((char *)name, &statb) == 0) { in chk_access()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A DMakefile35 STATCOMMONDIR = $(SRC)/cmd/stat/common
/illumos-gate/usr/src/cmd/more/
H A Dmore.c457 struct stat stbuf; in checkf()
461 if (stat (fs, &stbuf) == -1) { in checkf()
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c773 struct stat junk; in exwrite()
844 struct stat sbuf; in mesedit()
850 if (stat(tempEdit, &sbuf) >= 0) { in mesedit()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c46 struct stat stbuf; in chfiles()
123 struct stat tmpBuf; in rmfiles()
186 if (((path != NULL) && (idno != NULL)) && (stat(path, &tmpBuf) == 0)) in rmfiles()
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2498 struct stat stb;
2649 if (stat(stash_file, &stb) == 0) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c237 struct stat fstats; in ldaptool_berval_from_ldif_value()
289 if ( stat( path, &fstats ) != 0 ) { in ldaptool_berval_from_ldif_value()
307 } else if ( always_try_file && (stat( value, &fstats ) == 0) && in ldaptool_berval_from_ldif_value()
H A Dldapmodify.c333 struct stat stbuf; in process()
334 if ( stat( rejfile, &stbuf ) < 0 ) { in process()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c777 struct stat dbuf; in turn_on_logging()
780 if (stat(LOGINLOG, &dbuf) == 0) { in turn_on_logging()
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c163 struct stat statbuf; in main()

12345678910>>...66