Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dtest-udev-event.c25 static void test_event_spawn_cat(bool with_pidfd, size_t buf_size) { in test_event_spawn_cat() function
98 test_event_spawn_cat(true, SIZE_MAX); in main()
99 test_event_spawn_cat(false, SIZE_MAX); in main()
100 test_event_spawn_cat(true, 5); in main()
101 test_event_spawn_cat(false, 5); in main()