Lines Matching refs:l_buf
72 struct stat c_buf, l_buf;
90 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
92 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) {
95 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid,
115 struct stat c_buf, l_buf;
119 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
121 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid &&
122 c_buf.st_gid != set_gid && l_buf.st_gid == set_gid) {
128 "set_gid=%d", c_buf.st_uid, l_buf.st_uid, set_uid,
129 c_buf.st_gid, l_buf.st_gid, set_gid);