Searched refs:third (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-marshal.c133 _cleanup_free_ char *first = NULL, *second = NULL, *third = NULL; local
366 ms = open_memstream(&third, &third_size);
372 printf("<%.*s>\n", (int) third_size, third);
375 assert_se(memcmp(first, third, third_size) == 0);
/systemd/src/basic/
H A Dcalendarspec.c553 CalendarComponent *first, *second, *third; local
601 r = parse_chain(&t, false, &third);
613 c->day = third;
619 free_chain(third);

Completed in 12 milliseconds