Symbol: GID_YES
regress/sys/kern/access/access.c
100
if (chown(filename, UID_YES, GID_YES))
regress/sys/kern/access/access.c
101
err(1, "chown %s %d:%d", filename, UID_YES, GID_YES);
regress/sys/kern/access/access.c
160
if (chown(dir, UID_YES, GID_YES))
regress/sys/kern/access/access.c
161
err(1, "chown %s %d:%d", dir, UID_YES, GID_YES);
regress/sys/kern/access/access.c
44
{ EACCES, 0, UID_NO, UID_NO, GID_NO, GID_YES, F_OK, exists },
regress/sys/kern/access/access.c
45
{ EACCES, 0, UID_NO, UID_YES, GID_NO, GID_YES, F_OK, exists },
regress/sys/kern/access/access.c
48
{ EACCES, 1, UID_NO, UID_NO, GID_YES, GID_NO, F_OK, exists },
regress/sys/kern/access/access.c
49
{ EACCES, 1, UID_YES, UID_NO, GID_YES, GID_NO, F_OK, exists },
regress/sys/kern/access/access.c
52
{ ENOENT, 0, UID_NO, UID_NO, GID_YES, GID_NO, F_OK, noexists },
regress/sys/kern/access/access.c
53
{ ENOENT, 0, UID_YES, UID_NO, GID_YES, GID_NO, F_OK, noexists },
regress/sys/kern/access/access.c
55
{ ENOENT, 1, UID_NO, UID_NO, GID_NO, GID_YES, F_OK, noexists },
regress/sys/kern/access/access.c
56
{ ENOENT, 1, UID_NO, UID_YES, GID_NO, GID_YES, F_OK, noexists },
regress/sys/kern/access/access.c
59
{ EACCES, 0, UID_NO, UID_NO, GID_YES, GID_NO, R_OK, w_w_exists },
regress/sys/kern/access/access.c
60
{ EACCES, 0, UID_YES, UID_NO, GID_YES, GID_NO, R_OK, w_w_exists },
regress/sys/kern/access/access.c
62
{ EACCES, 1, UID_NO, UID_NO, GID_NO, GID_YES, R_OK, w_w_exists },
regress/sys/kern/access/access.c
65
{ EACCES, 0, UID_NO, UID_NO, GID_YES, GID_NO, R_OK, r_w_exists },
regress/sys/kern/access/access.c
67
{ EACCES, 1, UID_NO, UID_NO, GID_NO, GID_YES, R_OK, r_w_exists },
regress/sys/kern/access/access.c
69
{ EACCES, 0, UID_YES, UID_NO, GID_YES, GID_NO, R_OK, w_r_exists },
regress/sys/kern/access/access.c
70
{ EACCES, 1, UID_NO, UID_YES, GID_NO, GID_YES, R_OK, w_r_exists },
regress/sys/kern/access/access.c
71
{ EACCES, 0, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, w_r_exists },
regress/sys/kern/access/access.c
72
{ EACCES, 1, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, w_r_exists },
regress/sys/kern/access/access.c
76
{ 0, 0, UID_NO, UID_NO, GID_YES, GID_NO, R_OK, w_r_exists },
regress/sys/kern/access/access.c
77
{ 0, 0, UID_YES, UID_NO, GID_YES, GID_NO, R_OK, r_w_exists },
regress/sys/kern/access/access.c
78
{ 0, 0, UID_YES, UID_NO, GID_YES, GID_NO, R_OK, r_r_exists },
regress/sys/kern/access/access.c
80
{ 0, 1, UID_NO, UID_NO, GID_NO, GID_YES, R_OK, w_r_exists },
regress/sys/kern/access/access.c
81
{ 0, 1, UID_NO, UID_YES, GID_NO, GID_YES, R_OK, r_w_exists },
regress/sys/kern/access/access.c
82
{ 0, 1, UID_NO, UID_YES, GID_NO, GID_YES, R_OK, r_r_exists },
regress/sys/kern/access/access.c
84
{ 0, 0, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, r_w_exists },
regress/sys/kern/access/access.c
85
{ 0, 0, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, r_r_exists },
regress/sys/kern/access/access.c
86
{ 0, 1, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, r_w_exists },
regress/sys/kern/access/access.c
87
{ 0, 1, UID_YES, UID_YES, GID_YES, GID_YES, R_OK, r_r_exists },