Home
last modified time | relevance | path

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

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