Lines Matching refs:lineno
16 gid_t tst_get_free_gid_(const char *file, const int lineno, gid_t skip) in tst_get_free_gid_() argument
27 tst_res_(file, lineno, TINFO | TERRNO, in tst_get_free_gid_()
32 tst_brk_(file, lineno, TBROK|TERRNO, "Group ID lookup failed"); in tst_get_free_gid_()
36 tst_brk_(file, lineno, TBROK, "No free group ID found"); in tst_get_free_gid_()
72 int tst_check_resuid_(const char *file, const int lineno, const char *callstr, in tst_check_resuid_() argument
83 tst_res_(file, lineno, TFAIL, "Unexpected process UID after %s", in tst_check_resuid_()
86 tst_res_(file, lineno, TFAIL, "Unexpected process UID"); in tst_check_resuid_()
89 tst_res_(file, lineno, TINFO, "Got: ruid = %d, euid = %d, suid = %d", in tst_check_resuid_()
91 tst_res_(file, lineno, TINFO, in tst_check_resuid_()
97 int tst_check_resgid_(const char *file, const int lineno, const char *callstr, in tst_check_resgid_() argument
108 tst_res_(file, lineno, TFAIL, "Unexpected process GID after %s", in tst_check_resgid_()
111 tst_res_(file, lineno, TFAIL, "Unexpected process GID"); in tst_check_resgid_()
114 tst_res_(file, lineno, TINFO, "Got: rgid = %d, egid = %d, sgid = %d", in tst_check_resgid_()
116 tst_res_(file, lineno, TINFO, in tst_check_resgid_()