Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dtest-udev-event.c10 #define BUF_SIZE 1024 macro
28 char result_buf[BUF_SIZE]; in test_event_spawn_cat()
36 buf_size >= BUF_SIZE ? BUF_SIZE : buf_size); in test_event_spawn_cat()
41 if (buf_size >= BUF_SIZE) { in test_event_spawn_cat()
50 char result_buf[BUF_SIZE]; in test_event_spawn_self()
56 test_event_spawn_core(with_pidfd, cmd, result_buf, BUF_SIZE); in test_event_spawn_self()