Files
source/Y/test_stat.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

29 lines
3.3 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>test_stat</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L251'>test_stat</a> 251 tests/lib/vfs/vfs_parse_ls_lga.c static struct stat test_stat;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L267'>test_stat</a> 267 tests/lib/vfs/vfs_parse_ls_lga.c vfs_parse_ls_lga (data-&gt;input_string, &amp;test_stat, &amp;filename, &amp;linkname, &amp;filepos);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L275'>test_stat</a> 275 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_dev, test_stat.st_dev);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L276'>test_stat</a> 276 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_ino, test_stat.st_ino);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L277'>test_stat</a> 277 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_mode, test_stat.st_mode);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L278'>test_stat</a> 278 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_uid, test_stat.st_uid);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L279'>test_stat</a> 279 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_gid, test_stat.st_gid);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L281'>test_stat</a> 281 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_rdev, test_stat.st_rdev);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L283'>test_stat</a> 283 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_size, test_stat.st_size);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L285'>test_stat</a> 285 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_blksize, test_stat.st_blksize);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L288'>test_stat</a> 288 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (etalon_stat.st_blocks, test_stat.st_blocks);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L298'>test_stat</a> 298 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_atim.tv_nsec);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L299'>test_stat</a> 299 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_mtim.tv_nsec);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L300'>test_stat</a> 300 tests/lib/vfs/vfs_parse_ls_lga.c ck_assert_int_eq (0, test_stat.st_ctim.tv_nsec);</span>
</pre>
</body>
</html>