Home
last modified time | relevance | path

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

12345678910

/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat02.c92 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) { in setup()
95 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid, in setup()
121 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid && in test_verify()
128 "set_gid=%d", c_buf.st_uid, l_buf.st_uid, set_uid, in test_verify()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfstatat.c42 EXPECT_EQ("fstatat_0100", st.st_uid, uid); in fstatat_0100()
69 EXPECT_EQ("fstatat_0200", st.st_uid, uid); in fstatat_0200()
98 EXPECT_EQ("fstatat_0300", st.st_uid, uid); in fstatat_0300()
121 EXPECT_EQ("fstatat_0100", st.st_uid, uid); in fstatat_time64_0100()
/third_party/python/Tools/c-analyzer/c_common/
H A Dfsutil.py421 if st.st_uid == uid:
424 if st.st_uid == gid or st.st_uid in groups:
434 if st.st_uid == uid:
437 if st.st_uid == gid or st.st_uid in groups:
447 if st.st_uid == uid:
450 if st.st_uid == gid or st.st_uid in groups:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D26-2.c67 old_uid = stat_buf.st_uid; in main()
116 if (stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) { in main()
121 if (stat_buf.st_uid != old_uid) in main()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dchown.c37 EXPECT_EQ("chown_0100", buf.st_uid, 0); in chown_0100()
60 EXPECT_EQ("chown_0200", buf.st_uid, 0); in chown_0200()
83 printf("0300: %d\n", buf.st_uid); in chown_0300()
H A Dfchownat.c38 EXPECT_EQ("fchownat_0100", buf.st_uid, 0); in fchownat_0100()
60 EXPECT_EQ("fchownat_0200", buf.st_uid, 0); in fchownat_0200()
H A Dfchown.c41 EXPECT_EQ("fchown_0100", buff.st_uid, COUNT_ZERO); in fchown_0100()
58 EXPECT_EQ("fchown_0200", buff.st_uid, COUNT_ZERO); in fchown_0200()
/third_party/musl/libc-test/src/functional/
H A Dstat.c46 TEST(st.st_uid==geteuid(), "%d vs %d\n", (int)st.st_uid, (int)geteuid()); in main()
47 TEST(st.st_gid==getegid(), "%d vs %d\n", (int)st.st_uid, (int)geteuid()); in main()
/third_party/rust/crates/libc/src/fuchsia/
H A Daarch64.rs13 pub st_uid: ::uid_t,
35 pub st_uid: ::uid_t,
H A Dx86_64.rs13 pub st_uid: ::uid_t,
34 pub st_uid: ::uid_t,
/third_party/ltp/testcases/kernel/syscalls/chown/
H A Dchown03.c33 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner()
36 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
H A Dchown02.c52 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) { in run()
54 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A Dfchown03.c39 if (s->st_uid != exp_uid || s->st_gid != exp_gid) in check_owner()
41 FILENAME, s->st_uid, s->st_gid, exp_uid, exp_gid); in check_owner()
H A Dfchown02.c62 if (stat_buf.st_uid != uid || stat_buf.st_gid != gid) in run()
64 tc[i].filename, stat_buf.st_uid, stat_buf.st_gid, uid, gid); in run()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D8-1.c98 if (stat_after.st_uid != stat_before.st_uid || in main()
/third_party/ffmpeg/libavformat/
H A Dos_support.h71 short st_uid; /* user ID of owner */ member
222 buf->st_uid = crtstat->st_uid; in copy_stat()
/third_party/musl/src/stat/
H A Dfstatat.c48 .st_uid = stx.stx_uid, in fstatat_statx()
113 .st_uid = kst.st_uid, in fstatat_kstat()
/third_party/python/Lib/
H A Dnetrc.py147 if prop.st_uid != os.getuid():
150 fowner = pwd.getpwuid(prop.st_uid)[0]
152 fowner = 'uid %s' % prop.st_uid
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs22 pub st_uid: ::uid_t,
46 pub st_uid: ::uid_t,
/third_party/musl/arch/mips64/
H A Dkstat.h7 uid_t st_uid; member
/third_party/musl/arch/powerpc64/
H A Dkstat.h6 uid_t st_uid; member
/third_party/musl/arch/powerpc64/bits/
H A Dstat.h6 uid_t st_uid; member
/third_party/musl/arch/s390x/
H A Dkstat.h6 uid_t st_uid; member
/third_party/musl/arch/s390x/bits/
H A Dstat.h6 uid_t st_uid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dkstat.h7 uid_t st_uid; member

Completed in 7 milliseconds

12345678910