/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | stat.c | 28 #include <sys/stat.h> 32 int stat(path, buf) function 34 struct stat *buf; 42 struct stat *buf; 48 if ((buf == (struct stat*)0) || (buf == (struct stat*)-1)) { 58 struct stat *buf; 65 struct stat *buf;
|
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | stat.c | 29 #include <sys/stat.h> 34 int stat(path, buf) function 36 struct stat *buf; 43 struct stat *buf; 49 if ((buf == (struct stat*)0) || (buf == (struct stat*)-1)) { 59 struct stat *buf; 66 struct stat *buf;
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | stat.c | 1 /* $NetBSD: stat.c,v 1.4 1996/01/13 22:25:43 leo Exp $ */ 31 * @(#)stat.c 8.1 (Berkeley) 6/11/93 40 stat(str, sb) function 42 struct stat *sb;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | pname_to_uid.c | 64 krb5_error_code stat; local 72 stat = krb5_init_context(&context); 73 if (stat) { 74 *minor = stat; 78 stat = krb5_aname_to_localname(context, (krb5_principal) pname, 82 if (stat)
|
H A D | copy_ccache.c | 13 OM_uint32 stat; local 21 stat = krb5_gss_validate_cred(minor_status, cred_handle); 22 if (stat) 23 return(stat);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_perr.c | 50 * Return an ascii string which matches the RPC clnt stat passed in. 53 clnt_sperrno(const enum clnt_stat stat) argument 55 switch (stat) {
|
H A D | xdr_array.c | 64 bool_t stat = TRUE; local 101 for (i = 0; (i < c) && stat; i++) { 102 stat = (*elproc)(xdrs, target, LASTUNSIGNED); 113 return (stat);
|
H A D | xdr_refer.c | 71 bool_t stat; local 88 stat = (*proc)(xdrs, loc, LASTUNSIGNED); 94 return (stat);
|
/illumos-gate/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
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait3.c | 113 int stat = (status & 0377); local 117 stat <<= 8; 120 stat |= WCOREFLG; 126 stat <<= 8; 127 stat |= WSTOPFLG; 130 stat = WCONTFLG; 133 return (stat);
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | remote.c | 35 int stat; local 41 if ((stat = rgetent(tbuf, host, sizeof (tbuf))) <= 0) { 64 (void) fprintf(stderr, stat == 0 ?
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 145 int stat = (status & 0377); local 149 stat <<= 8; 152 stat |= WCOREFLG; 158 stat <<= 8; 159 stat |= WSTOPFLG; 162 stat = WCONTFLG; 165 return (stat);
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | svc_authu.c | 74 enum auth_stat stat; local 100 stat = AUTH_BADCRED; 111 stat = AUTH_BADCRED; 125 stat = AUTH_BADCRED; 131 stat = AUTH_BADCRED; 136 stat = AUTH_OK; 139 return (stat);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_stat.c | 345 oce_m_stat(void *arg, uint_t stat, uint64_t *val) argument 363 switch (stat) {
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_ksock.c | 43 int pid, err, stat; local 95 err = waitpid(pid, &stat, 0); 101 if (WIFEXITED(stat)) { 102 err = WEXITSTATUS(stat);
|
/illumos-gate/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));
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_reparse.c | 41 * Returns 0 and fills 'stat' with the proper status on 45 smb_reparse_stat(const char *path, uint32_t *stat) argument 47 struct stat statbuf; 53 *stat = SMB_REPARSE_NOTFOUND; 60 *stat = SMB_REPARSE_NOTREPARSE; 70 *stat = SMB_REPARSE_NOTREPARSE; 72 *stat = SMB_REPARSE_ISREPARSE;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | MICwrap.c | 133 OM_uint32 stat; local 179 stat = __dh_seq_detection(cntx, mic->seqnum); 192 stat |= GSS_S_DUPLICATE_TOKEN; 194 return (stat); 319 OM_uint32 stat; local 386 stat = __dh_seq_detection(cntx, wrap->mic.seqnum); 396 stat |= GSS_S_DUPLICATE_TOKEN; 401 return (stat);
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 73 enum clnt_stat stat; local 132 stat = clnt_call(client, proc, 136 if (stat != RPC_SUCCESS) {
|