OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_b
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_mkdir.c
112
struct stat st_a,
st_b
;
local in function:ATF_TC_BODY
118
(void)memset(&
st_b
, 0, sizeof(struct stat));
145
ATF_REQUIRE(stat(path, &
st_b
) == 0);
153
if (
st_b
.st_uid != pw->pw_uid)
156
if (
st_b
.st_gid != st_a.st_gid)
t_mkdir.c
112
struct stat st_a,
st_b
;
local in function:ATF_TC_BODY
118
(void)memset(&
st_b
, 0, sizeof(struct stat));
145
ATF_REQUIRE(stat(path, &
st_b
) == 0);
153
if (
st_b
.st_uid != pw->pw_uid)
156
if (
st_b
.st_gid != st_a.st_gid)
Completed in 71 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025