Searched refs:result_buf (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/udev/ |
D | test-udev-event.c | 12 static void test_event_spawn_core(bool with_pidfd, const char *cmd, char *result_buf, size_t buf_si… in test_event_spawn_core() argument 20 …assert_se(udev_event_spawn(event, 5 * USEC_PER_SEC, SIGKILL, false, cmd, result_buf, buf_size, NUL… in test_event_spawn_core() 28 char result_buf[BUF_SIZE]; in test_event_spawn_cat() local 35 test_event_spawn_core(with_pidfd, cmd, result_buf, in test_event_spawn_cat() 38 assert_se(lines = strv_split_newlines(result_buf)); in test_event_spawn_cat() 50 char result_buf[BUF_SIZE]; in test_event_spawn_self() local 56 test_event_spawn_core(with_pidfd, cmd, result_buf, BUF_SIZE); in test_event_spawn_self() 58 assert_se(lines = strv_split_newlines(result_buf)); in test_event_spawn_self()
|