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

12345

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dchown.c24 stat.st_gid = group;
39 stat.st_gid = group;
54 stat.st_gid = group;
69 stat.st_gid = group;
/haiku-fatelf/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h44 __gid_t st_gid; /* Group ID of the file's group. */
95 __gid_t st_gid; /* Group ID of the file's group.*/
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/shm_open/
H A D26-2.c67 old_gid = stat_buf.st_gid;
113 if(stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) {
120 if(stat_buf.st_gid != old_gid)
H A D17-1.c54 if(stat_buf.st_gid == getegid()){
/haiku-fatelf/headers/posix/compat/sys/
H A Dstat.h24 gid_t st_gid; /* group ID of the owner of this file */ member in struct:stat_beos
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/shm_unlink/
H A D8-1.c99 stat_after.st_gid != stat_before.st_gid ||
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp15 visitor->Visit(this, *(int32*)&st.st_gid);
/haiku-fatelf/src/libs/util/
H A D_secure_path.c67 } else if ((int)gid != -1 && sb.st_gid != gid && (sb.st_mode & S_IWGRP))
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dstat.c79 beosStat->st_gid = stat->st_gid;
101 stat->st_gid = beosStat->st_gid;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DNodeInfo.cpp15 visitor->Visit(this, *(int32*)&st.st_gid);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dchown.c82 gid = st.st_gid;
141 && (gid == st.st_gid || gid == (gid_t) -1))
H A Deuidaccess-stat.c94 if (egid == st->st_gid || group_member (st->st_gid))
H A Ddirchownmod.c95 || (group != (gid_t) -1 && group != st.st_gid))
H A Dlchown.c102 && (gid == st.st_gid || gid == (gid_t) -1))
H A Deuidaccess.c180 else if (egid == stats.st_gid || group_member (stats.st_gid))
/haiku-fatelf/src/tests/kits/storage/
H A DBasicTest.h57 && st1.st_gid == st2.st_gid
H A DBasicTest.cpp75 printf(" st_gid : %x\n", st.st_gid);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dchown.c59 gid = file_stats.st_gid;
/haiku-fatelf/src/system/libroot/os/
H A Dfs_index.c50 indexInfo->gid = stat.st_gid;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstat_util.cpp17 myst->gid = st->st_gid;
35 st->st_gid = myst->gid;
219 myst->gid = st->st_gid;
237 st->st_gid = myst->gid;
/haiku-fatelf/src/bin/coreutils/src/
H A Dchgrp.c286 gid = ref_stats.st_gid;
287 chopt.group_name = gid_to_name (ref_stats.st_gid);
H A Dchown.c289 gid = ref_stats.st_gid;
291 chopt.group_name = gid_to_name (ref_stats.st_gid);
H A Dchown-core.c219 && (required_gid == (gid_t) -1 || required_gid == st.st_gid))
367 || required_gid == file_stats->st_gid));
453 && (gid == (gid_t) -1 || gid == file_stats->st_gid)));
/haiku-fatelf/src/build/libbe/storage/
H A DStatable.cpp132 *group = statData.st_gid;
144 statData.st_gid = group;
/haiku-fatelf/headers/posix/sys/
H A Dstat.h19 gid_t st_gid; /* group ID of the owner of this file */ member in struct:stat

Completed in 182 milliseconds

12345