/src/tests/lib/libc/gen/posix_spawn/ |
t_spawn.c | 174 size_t sizeof_str; local in function:check_success 185 sizeof_str = strlen(dir); 186 ATF_CHECK_MSG(sizeof_str == sizeof_file - 1, "%zu (%s) != %zu (%s)", 187 sizeof_str, dir, sizeof_file - 1, file); 200 ATF_REQUIRE_MSG((size_t)bytes_read == sizeof_str, 201 "bytes_read=%zu sizeof_str=%zu", bytes_read, sizeof_str);
|
t_spawn.c | 174 size_t sizeof_str; local in function:check_success 185 sizeof_str = strlen(dir); 186 ATF_CHECK_MSG(sizeof_str == sizeof_file - 1, "%zu (%s) != %zu (%s)", 187 sizeof_str, dir, sizeof_file - 1, file); 200 ATF_REQUIRE_MSG((size_t)bytes_read == sizeof_str, 201 "bytes_read=%zu sizeof_str=%zu", bytes_read, sizeof_str);
|