Searched refs:st_b (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mkdir.c112 struct stat st_a, st_b; local
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 46 milliseconds