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

12345

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dchown.c23 stat.st_uid = owner;
38 stat.st_uid = owner;
53 stat.st_uid = owner;
68 stat.st_uid = owner;
/haiku-fatelf/src/libs/util/
H A D_secure_path.c62 else if ((int)uid != -1 && sb.st_uid != uid && sb.st_uid != 0) {
/haiku-fatelf/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h43 __uid_t st_uid; /* User ID of the file's owner. */
94 __uid_t st_uid; /* User ID of the file's owner. */
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/shm_open/
H A D26-2.c66 old_uid = stat_buf.st_uid;
113 if(stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) {
118 if(stat_buf.st_uid != old_uid)
H A D16-1.c54 if(stat_buf.st_uid == geteuid()){
/haiku-fatelf/headers/posix/compat/sys/
H A Dstat.h23 uid_t st_uid; /* user 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.c98 if(stat_after.st_uid != stat_before.st_uid ||
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp14 visitor->Visit(this, *(int32*)&st.st_uid);
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dstat.c78 beosStat->st_uid = stat->st_uid;
100 stat->st_uid = beosStat->st_uid;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DNodeInfo.cpp14 visitor->Visit(this, *(int32*)&st.st_uid);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dchown.c84 uid = st.st_uid;
140 && (uid == st.st_uid || uid == (uid_t) -1)
H A Ddirchownmod.c94 if ((owner != (uid_t) -1 && owner != st.st_uid)
H A Dlchown.c101 && (uid == st.st_uid || uid == (uid_t) -1)
H A Deuidaccess-stat.c89 if (euid == st->st_uid)
/haiku-fatelf/src/tests/kits/storage/
H A DBasicTest.h56 && st1.st_uid == st2.st_uid
H A DBasicTest.cpp74 printf(" st_uid : %x\n", st.st_uid);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dchown.c62 uid = file_stats.st_uid;
/haiku-fatelf/src/system/libroot/os/
H A Dfs_index.c49 indexInfo->uid = stat.st_uid;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstat_util.cpp16 myst->uid = st->st_uid;
34 st->st_uid = myst->uid;
218 myst->uid = st->st_uid;
236 st->st_uid = myst->uid;
/haiku-fatelf/src/bin/coreutils/src/
H A Dchown.c288 uid = ref_stats.st_uid;
290 chopt.user_name = uid_to_name (ref_stats.st_uid);
H A Dchown-core.c218 else if ((required_uid == (uid_t) -1 || required_uid == st.st_uid)
365 || required_uid == file_stats->st_uid)
452 && ! ((uid == (uid_t) -1 || uid == file_stats->st_uid)
/haiku-fatelf/src/build/libbe/storage/
H A DStatable.cpp104 *owner = statData.st_uid;
116 statData.st_uid = owner;
/haiku-fatelf/headers/posix/sys/
H A Dstat.h18 uid_t st_uid; /* user ID of the owner of this file */ member in struct:stat
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DbeCompat.h132 uint32 st_uid; member in struct:beos_stat
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DbeCompat.h140 uint32 st_uid; member in struct:beos_stat

Completed in 286 milliseconds

12345