Home
last modified time | relevance | path

Searched refs:check_overflowuid (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/strace/tests-mx32/
H A Dsetreuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetresuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Doverflowuid.c86 check_overflowuid(const int uid) in check_overflowuid() function
H A Dxchownx.c39 # define CHECK_OVERFLOWUID(arg) check_overflowuid(arg)
H A Dtests.h203 void check_overflowuid(const int);
/aosp_15_r20/external/strace/tests-m32/
H A Dsetresuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetreuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Doverflowuid.c86 check_overflowuid(const int uid) in check_overflowuid() function
H A Dxchownx.c39 # define CHECK_OVERFLOWUID(arg) check_overflowuid(arg)
H A Dtests.h203 void check_overflowuid(const int);
/aosp_15_r20/external/strace/tests/
H A Dsetresuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Dsetreuid.c12 # define CHECK_OVERFLOWUGID(arg) check_overflowuid(arg)
H A Doverflowuid.c86 check_overflowuid(const int uid) in check_overflowuid() function
H A Dxchownx.c39 # define CHECK_OVERFLOWUID(arg) check_overflowuid(arg)
H A Dtests.h203 void check_overflowuid(const int);
/aosp_15_r20/external/strace/
H A DChangeLog31314 * tests/tests.h (check_overflowuid, check_overflowgid): New prototypes.
31315 * tests/uid.c (main): Use check_overflowuid.