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.c117 scribble_object(const char *path, char value) in scribble_object() function
310 fd = scribble_object(test_path, '1'); in ATF_TC_BODY()
394 fd = scribble_object(test_path, expected_value); in ATF_TC_BODY()
399 fd2 = scribble_object(test_path2, 'h'); in ATF_TC_BODY()
421 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
427 fd_to = scribble_object(test_path2, expected_value_to); in ATF_TC_BODY()
450 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
456 fd_to = scribble_object(test_path2, expected_value_to); in ATF_TC_BODY()
477 fd_from = scribble_object(test_path, expected_value_from); in ATF_TC_BODY()
499 fd = scribble_object(test_path, expected_value); in ATF_TC_BODY()
[all …]