Searched refs:st_a (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
117 (void)memset(&st_a, 0, sizeof(struct stat));
123 ATF_REQUIRE(stat("/tmp", &st_a) == 0);
156 if (st_b.st_gid != st_a.st_gid)

Completed in 108 milliseconds