Searched refs:stat (Results 51 - 75 of 901) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/comp/
H A Drmdir.c39 struct stat st;
44 if (stat(path, &st) < 0) return(-1);
H A Dstatvfs.c67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
92 struct stat st;
104 struct stat st;
106 if (STATFS(path, &ufs) || stat(path, &st))
119 s2v(register struct stat* st, register struct statvfs* vfs)
142 struct stat st;
153 struct stat st;
155 if (stat(path, &st))
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathshell.c32 #include <sys/stat.h>
58 struct stat st;
66 if (stat(sh, &st))
84 if (stat(s, &st))
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtfs.c28 * return fs type string given stat
40 fmtfs(struct stat* st)
57 fmtfs(struct stat* st)
63 struct stat rt;
80 while ((mnt = mntread(mp)) && (stat(mnt->dir, &rt) || rt.st_dev != st->st_dev));
H A Dfmtdev.c35 fmtdev(struct stat* st)
/osnet-11/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>
H A Dwaitpid.c54 int stat = (status & 0377); local
58 stat <<= 8;
61 stat |= WCOREFLG;
67 stat <<= 8;
68 stat |= WSTOPFLG;
71 stat = WCONTFLG;
74 return (stat);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dmkdir.c28 #include <sys/stat.h>
H A Dmknod.c28 #include <sys/stat.h>
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_loopb.c47 enum auth_stat stat; local
75 stat = AUTH_BADCRED;
86 stat = AUTH_BADCRED;
101 stat = AUTH_BADCRED;
107 stat = AUTH_BADCRED;
112 stat = AUTH_OK;
115 return (stat);
H A Dsvc_auth_sys.c61 enum auth_stat stat; local
89 stat = AUTH_BADCRED;
100 stat = AUTH_BADCRED;
115 stat = AUTH_BADCRED;
121 stat = AUTH_BADCRED;
126 stat = AUTH_OK;
129 return (stat);
H A Dxdr_array.c73 bool_t stat = TRUE; local
109 for (i = 0; (i < c) && stat; i++) {
110 stat = (*elproc)(xdrs, target);
121 return (stat);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t25 local (*CORE::GLOBAL::getpwuid, *CORE::GLOBAL::stat);
32 my @stat;
33 *CORE::GLOBAL::stat = sub (*) {
34 return @stat;
49 skip('incompatible stat() handling for OS', 4), next SKIP
58 $stat[2] = 077;
65 $stat[2] = 0;
78 $stat[4] = $<;
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c118 int stat = 0; local
158 stat = 1;
174 if (stat == 0)
177 return (stat);
209 int stat = -1; local
242 stat = 0;
259 if (stat == 0)
260 return (stat);
262 return (stat);
/osnet-11/usr/src/grub/grub-0.97/
H A Ddepcomp95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc100 int stat; local
130 stat = pthread_kill(table->mapping.enumTid, 0);
131 if (stat == ESRCH) {
151 } else if (stat == 0) {
156 stat = LDAP_SUCCESS;
161 myself, stat, table->mapping.enumTid,
164 stat = LDAP_OPERATIONS_ERROR;
172 return (stat);
211 stat = pthread_create(&tid, &attr, entriesFromLDAPthread, arg);
212 if (stat !
276 int stat; local
337 int ret, stat = LDAP_SUCCESS, stat2, stat3; local
[all...]
H A Dldap_ldap.c64 int scope, i, stat, nrv = 0, freeBase = 0; local
104 &stat, 0);
105 if (stat != 0) {
145 rv = ldapSearch(ls, &nrv, 0, &stat);
154 if (np_ldap_stat != NULL && stat == LDAP_NO_SUCH_OBJECT)
159 (stat == LDAP_NO_SUCH_OBJECT)?LOG_DEBUG:LOG_ERR,
161 myself, attrName, stat, ldap_err2string(stat),
233 int stat, i, ix, six, nix; local
276 ls.base = appendBase(ls.base, defBase, &stat,
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Disdir.c32 #include <sys/stat.h>
92 struct stat statbuf;
96 if (stat(path, &statbuf) != 0) {
125 struct stat statbuf;
137 if (stat(file, &statbuf) != 0) {
171 struct stat statb;
241 struct stat statbuf;
266 struct stat statbuf;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dunixish.h61 * returned by stat(). It's usually just struct stat. It may be necessary
62 * to include <sys/stat.h> and <sys/types.h> to get any typedef'ed
65 #define Stat_t struct stat
68 * This symbol is defined if this system has a stat structure declaring
124 #define Stat(fname,bufptr) stat((fname),(bufptr))
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c56 struct stat sbuf;
68 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dreadv.c9 #include <sys/stat.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dir.t60 my $stat = $dir{'X'};
61 ok(defined($stat) && UNIVERSAL::isa($stat,'File::stat') && $stat->size == 1);
70 ok(defined($statx) && UNIVERSAL::isa($statx,'File::stat') && $statx->size == 1);
/osnet-11/usr/src/lib/libc/capabilities/hrt/common/
H A Dmap_hrt_info.c28 #include <sys/stat.h>

Completed in 102 milliseconds

1234567891011>>