Home
last modified time | relevance | path

Searched refs:scribble_object (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c128 scribble_object(const char *path, char value) in scribble_object() function
321 fd = scribble_object(test_path, '1'); in ATF_TC_BODY()
405 fd = scribble_object(test_path, expected_value); in ATF_TC_BODY()
410 fd2 = scribble_object(test_path2, 'h'); in ATF_TC_BODY()
432 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
438 fd_to = scribble_object(test_path2, expected_value_to); in ATF_TC_BODY()
461 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
467 fd_to = scribble_object(test_path2, expected_value_to); in ATF_TC_BODY()
488 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
510 fd = scribble_object(test_path, expected_value); in ATF_TC_BODY()
[all …]