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