Searched refs:st_gid (Results 1 - 25 of 160) sorted by relevance

1234567

/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.c29 else if(stbuf.st_gid!=p->pw_gid)
31 argv[2],(long)stbuf.st_gid,(long)p->pw_gid);
H A Drecommend.c26 sgid=S_ISGID,gid=stbuf.st_gid;
35 sgid=S_ISGID;gid=stbuf.st_gid;
37 if(gid!=stbuf.st_gid)
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtls.c79 s += sfsprintf(s, LS_W_MAX, " %-*I*d", LS_W_NAME - 1, sizeof(st->st_gid), st->st_gid);
81 s += sfsprintf(s, LS_W_MAX, " %-*s", LS_W_NAME - 1, fmtgid(st->st_gid));
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h78 int st_gid; /* group ID of file */ member in struct:stat
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c89 else if (egid == st.st_gid)
120 if (groups[n] == st.st_gid)
/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/uucp-11/uucp/unix/
H A Duacces.c171 if (igid_hold == q->st_gid)
179 if (paigroups_hold[i] == q->st_gid)
H A Daccess.c76 else if (iegid != igid && iegid == s.st_gid)
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-common.c73 a->gid = st->st_gid;
91 st->st_gid = a->gid;
206 group = group_from_gid(st->st_gid, 0);
208 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid);
/macosx-10.10/file_cmds-242/mtree/
H A Dmtree.h53 gid_t st_gid; /* gid */ member in struct:_node
H A Dverify.c199 if (lchown(path, p->st_uid, p->st_gid) == -1) {
204 p->st_gid) == -1)
234 if (chown(path, p->st_uid, p->st_gid) == -1) {
238 else if (chown(path, (uid_t)-1, p->st_gid) == -1)
H A Dcompare.c141 if (s->flags & (F_GID | F_GNAME) && s->st_gid != p->fts_statp->st_gid) {
144 tab, (u_long)s->st_gid, (u_long)p->fts_statp->st_gid);
146 if (chown(p->fts_accpath, -1, s->st_gid))
H A Dspecspec.c57 printf(" gid=%d", n->st_gid);
59 gr = getgrgid(n->st_gid);
61 printf(" gid=%d", n->st_gid);
142 if (FF(n1, n2, F_GID, st_gid))
144 if (FF(n1, n2, F_GNAME, st_gid))
H A Dcreate.c197 if (p->fts_statp->st_gid != gid) {
199 gr = getgrgid(p->fts_statp->st_gid);
204 p->fts_statp->st_gid);
208 p->fts_statp->st_gid);
211 output(indent, &offset, "gid=%u", p->fts_statp->st_gid);
330 sgid = p->fts_statp->st_gid;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dchown.c60 gid = file_stats.st_gid;
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathshell.c88 if (rg != eg && st.st_gid == rg)
/macosx-10.10/sudo-73/src/
H A Dsecure_path.c59 (gid == (gid_t)-1 || sb.st_gid != gid)) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h124 __uint16_t st_gid; /* group ID of the file's group */ member in struct:ostat
172 gid_t st_gid; /* [XSI] Group ID of the file */ \
200 gid_t st_gid; /* [XSI] Group ID of the file */ member in struct:stat
249 gid_t st_gid; /* [XSI] Group ID of the file */ member in struct:user64_stat
282 gid_t st_gid; /* [XSI] Group ID of the file */ member in struct:user32_stat
315 gid_t st_gid; /* [XSI] Group ID of the file */ member in struct:user64_stat64
347 gid_t st_gid; /* [XSI] Group ID of the file */ member in struct:user32_stat64
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dchgrp.c301 gid = st.st_gid;
430 keys[0].gid = keys[2].gid = ent->fts_statp->st_gid;
454 gid = ent->fts_statp->st_gid;
465 if (uid != ent->fts_statp->st_uid && uid != NOID || gid != ent->fts_statp->st_gid && gid != NOID)
472 ent->fts_statp->st_gid = 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);
/macosx-10.10/file_cmds-242/pax/
H A Dfile_subs.c144 if (nodirs || chk_path(path_to_open,arcn->sb.st_uid,arcn->sb.st_gid,
185 arcn->sb.st_gid);
374 if (!nodirs && chk_path(from, to_sb->st_uid, to_sb->st_gid, NULL) == 0)
504 if (nodirs || chk_path(nm,arcn->sb.st_uid,arcn->sb.st_gid, NULL) < 0) {
519 set_lids(nm, arcn->sb.st_uid, arcn->sb.st_gid) :
521 set_ids(nm, arcn->sb.st_uid, arcn->sb.st_gid));
650 chk_path(char *name, uid_t st_uid, gid_t st_gid, char ** new_name) argument
705 (void)set_ids(name, st_uid, st_gid);
/macosx-10.10/apache-793/httpd/support/
H A Dsuexec.c573 (gid != dir_info.st_gid) ||
575 (gid != prg_info.st_gid)) {
579 (unsigned long)dir_info.st_uid, (unsigned long)dir_info.st_gid,
580 (unsigned long)prg_info.st_uid, (unsigned long)prg_info.st_gid);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry_stat.c73 st->st_gid = archive_entry_gid(entry);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmake_dirs.c135 if (st.st_gid != egid && (ret = chown(saved_path, -1, egid)) < 0) {
/macosx-10.10/shell_cmds-179/find/
H A Dls.c75 group_from_gid(sb->st_gid, 0));

Completed in 480 milliseconds

1234567