Searched refs:st_uid (Results 1 - 25 of 226) sorted by relevance

12345678910

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_open_ok.c102 msg_warn("%s: uid %ld: not a regular file", *path, (long) statp->st_uid);
121 (long) statp->st_uid, (int) statp->st_nlink);
124 (long) statp->st_uid, (int) statp->st_nlink);
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dstat.pl25 ($st_dev,$st_ino,$st_mode,$st_nlink,$st_uid,$st_gid,$st_rdev,$st_size,
/macosx-10.10/procmail-14/procmail/src/
H A Dsetid.c26 else if(stbuf.st_uid!=p->pw_uid)
28 argv[2],(long)stbuf.st_uid,p->pw_name);
H A Dfoldinfo.c83 (stbuf.st_uid==uid|| /* and have the correct owner */
84 !stbuf.st_uid&&!chown(dir,uid,sgid)))) /* or be safely fixable */
192 uid==stbuf.st_uid); /* we own the spool dir, note it in bit 0 */
195 if(uid!=stbuf.st_uid&& /* we don't own the spool directory */
240 { if(stbuf.st_uid!=uid|| /* recipient not owner */
301 if(!isgrpwrite&&!lstat(defdeflock,&stbuf)&&stbuf.st_uid!=uid&&
302 stbuf.st_uid!=ROOT_uid)
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathshell.c68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)"))
86 if (ru != eu && st.st_uid == ru)
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtls.c72 s += sfsprintf(s, LS_W_MAX, " %-*I*d", LS_W_NAME - 1, sizeof(st->st_uid), st->st_uid);
74 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtuid(st->st_uid));
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rhosts.c259 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
286 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
H A Dsftp-common.c72 a->uid = st->st_uid;
90 st->st_uid = a->uid;
200 user = user_from_uid(st->st_uid, 0);
202 snprintf(ubuf, sizeof ubuf, "%u", (u_int)st->st_uid);
H A Dauth.c388 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) ||
451 if ((!platform_sys_dir_uid(stp->st_uid) && stp->st_uid != uid) ||
467 (!platform_sys_dir_uid(st.st_uid) && st.st_uid != uid) ||
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h77 int st_uid; /* user ID of file */ member in struct:stat
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dsafefile.c67 if (s.st_uid != me) {
/macosx-10.10/rsync-45/rsync/
H A Dtls.c80 buf.st_uid = buf.st_gid = 0;
119 (long)buf.st_uid, (long)buf.st_gid, (long)buf.st_nlink,
/macosx-10.10/postfix-255/postfix/src/pickup/
H A Dpickup.c181 (long) info->st.st_uid, type);
342 info->id, (long) info->st.st_uid);
351 ((info)->st.st_uid == var_owner_uid && ((info)->st.st_mode & S_IROTH) == 0)
355 (int) info->st.st_uid, info->sender,
360 (int) info->st.st_uid, info->sender);
370 var_myhostname, var_mail_name, (long) info->st.st_uid);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkuserok.c70 if (st.st_uid != pwd->pw_uid && st.st_uid != 0) {
129 if (st.st_uid != pwd->pw_uid && st.st_uid != 0)
/macosx-10.10/file_cmds-242/mtree/
H A Dmtree.h52 uid_t st_uid; /* uid */ member in struct:_node
H A Dverify.c199 if (lchown(path, p->st_uid, p->st_gid) == -1) {
201 if (p->st_uid == (uid_t)-1)
234 if (chown(path, p->st_uid, p->st_gid) == -1) {
236 if (p->st_uid == (uid_t)-1)
H A Dcompare.c127 if (s->flags & (F_UID | F_UNAME) && s->st_uid != p->fts_statp->st_uid) {
130 tab, (u_long)s->st_uid, (u_long)p->fts_statp->st_uid);
132 if (chown(p->fts_accpath, s->st_uid, -1))
H A Dspecspec.c72 printf(" uid=%d", n->st_uid);
74 pw = getpwuid(n->st_uid);
76 printf(" uid=%d", n->st_uid);
156 if (FF(n1, n2, F_UID, st_uid))
158 if (FF(n1, n2, F_UNAME, st_uid))
H A Dcreate.c181 if (p->fts_statp->st_uid != uid) {
183 pw = getpwuid(p->fts_statp->st_uid);
188 p->fts_statp->st_uid);
192 p->fts_statp->st_uid);
195 output(indent, &offset, "uid=%u", p->fts_statp->st_uid);
335 suid = p->fts_statp->st_uid;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dchown.c63 uid = file_stats.st_uid;
/macosx-10.10/sudo-73/src/
H A Dsecure_path.c54 } else if (uid != (uid_t)-1 && sb.st_uid != uid) {
/macosx-10.10/uucp-11/uucp/unix/
H A Daccess.c74 if (ieuid != iuid && ieuid == s.st_uid)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h123 __uint16_t st_uid; /* user ID of the file's owner */ member in struct:ostat
171 uid_t st_uid; /* [XSI] User ID of the file */ \
199 uid_t st_uid; /* [XSI] User ID of the file */ member in struct:stat
248 uid_t st_uid; /* [XSI] User ID of the file */ member in struct:user64_stat
281 uid_t st_uid; /* [XSI] User ID of the file */ member in struct:user32_stat
314 uid_t st_uid; /* [XSI] User ID of the file */ member in struct:user64_stat64
346 uid_t st_uid; /* [XSI] User ID of the file */ member in struct:user32_stat64
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c130 if(fstat(FDVERIFY,&statb) < 0 || statb.st_uid != 0 ||
142 ((statb.st_mode & S_ISUID) == 0 || statb.st_uid != euserid))
168 euserid = statb.st_uid;
209 effuid = statb.st_uid;
305 else if(euserid == statb.st_uid)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dchgrp.c300 uid = st.st_uid;
429 keys[0].uid = keys[1].uid = ent->fts_statp->st_uid;
452 uid = ent->fts_statp->st_uid;
465 if (uid != ent->fts_statp->st_uid && uid != NOID || gid != ent->fts_statp->st_gid && gid != NOID)
471 ent->fts_statp->st_uid = 0;
474 sfprintf(sfstdout, "%s uid:%05d->%05d gid:%05d->%05d %s\n", op, ent->fts_statp->st_uid, uid, ent->fts_statp->st_gid, gid, ent->fts_path);

Completed in 312 milliseconds

12345678910