/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | stat.pm | 1 package File::stat; 13 @EXPORT = qw(stat lstat); 28 struct 'File::stat' => [ 47 sub stat ($) { subroutine 49 my $st = populate(CORE::stat $arg); 59 return populate(CORE::stat $fh); 67 File::stat - by-name interface to Perl's built-in stat() functions 71 use File::stat; 72 $st = stat( [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | pname_to_uid.c | 62 krb5_error_code stat; local 70 stat = krb5_init_context(&context); 71 if (stat) { 72 *minor = stat; 76 stat = krb5_aname_to_localname(context, 81 if (stat)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
H A D | Msg.pm | 18 package IPC::Msg::stat; 22 struct 'IPC::Msg::stat' => [ 54 sub stat { subroutine 59 IPC::Msg::stat->new->unpack($data); 72 $ds = $self->stat 124 $ds = $msg->stat; 174 C<set> will set the following values of the C<stat> structure associated 182 C<set> accepts either a stat object, as returned by the C<stat> method, 190 =item stat [all...] |
H A D | Semaphore.pm | 19 package IPC::Semaphore::stat; 23 struct 'IPC::Semaphore::stat' => [ 96 sub stat { subroutine 101 IPC::Semaphore::stat->new->unpack($data); 114 $ds = $self->stat 170 $ds = $sem->stat; 250 C<set> will set the following values of the C<stat> structure associated 257 C<set> accepts either a stat object, as returned by the C<stat> method, 269 =item stat [all...] |
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | ftw.c | 30 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
|
H A D | gross.c | 35 extern int fstat(int fd, struct stat* st) 44 extern int lstat(const char* path, struct stat* st) 53 extern int stat(const char* path, struct stat* st) function
|
H A D | nftw.c | 31 static int (*nftw_userf)(const char*, const struct stat*, int, struct FTW*); 38 struct stat st; 42 else if ((n & FTW_SL) && (!(nftw_flags & FTW_PHYSICAL) || stat(ftw->path, &st))) 53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_auth_loopb.c | 47 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 D | xdr_refer.c | 69 bool_t stat; local 85 stat = (*proc)(xdrs, loc, LASTUNSIGNED); 91 return (stat);
|
H A D | svc_auth_sys.c | 61 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 D | xdr_array.c | 73 bool_t stat = TRUE; local 109 for (i = 0; (i < c) && stat; i++) { 110 stat = (*elproc)(xdrs, target); 121 return (stat);
|
H A D | clnt_perror.c | 77 auth_errmsg(enum auth_stat stat) argument 79 switch (stat) { 321 clnt_sperrno(const enum clnt_stat stat) argument 323 switch (stat) {
|
H A D | xdr_sizeof.c | 129 bool_t stat; local 156 stat = func(&x, data); 159 return (stat == TRUE ? (uint_t)x.x_handy : 0);
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
H A D | geom_dal.h | 27 #include <sys/stat.h> 51 int (*stat)(dal_t *, struct stat *); member in struct:dal_ops
|
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 69 enum clnt_stat stat; local 128 stat = clnt_call(client, proc, 132 if (stat != RPC_SUCCESS) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | MICwrap.c | 127 OM_uint32 stat; local 173 stat = __dh_seq_detection(cntx, mic->seqnum); 186 stat |= GSS_S_DUPLICATE_TOKEN; 188 return (stat); 311 OM_uint32 stat; local 378 stat = __dh_seq_detection(cntx, wrap->mic.seqnum); 388 stat |= GSS_S_DUPLICATE_TOKEN; 393 return (stat);
|
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 29 #include <sys/stat.h> 66 fstatat(int fd, const char *name, struct stat *sb, int flags) 71 #pragma weak _stat = stat 73 stat(const char *name, struct stat *sb) function 80 lstat(const char *name, struct stat *sb) 87 fstat(int fd, struct stat *sb)
|
/osnet-11/usr/src/lib/nsswitch/ad/common/ |
H A D | getspent.c | 78 nss_status_t stat; local 113 stat = _nss_ad_marshall_data(be, argp); 114 return (_nss_ad_sanitize_status(be, argp, stat));
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | smb_reparse.c | 44 * Returns 0 and fills 'stat' with the proper status on 48 smb_reparse_stat(const char *path, uint32_t *stat) argument 50 struct stat statbuf; 56 *stat = SMB_REPARSE_NOTFOUND; 63 *stat = SMB_REPARSE_NOTREPARSE; 73 *stat = SMB_REPARSE_NOTREPARSE; 75 *stat = SMB_REPARSE_ISREPARSE;
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 123 #define stat stat64 macro
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 102 #define stat stat64 macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 123 #define stat stat64 macro
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 102 #define stat stat64 macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 123 #define stat stat64 macro
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 102 #define stat stat64 macro
|