Searched defs:second (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
260 ms = open_memstream(&second, &second_size);
265 assert_se(memcmp(first, second, first_size) == 0);
/systemd/src/basic/
H A Dcalendarspec.c553 CalendarComponent *first, *second, *third; local
580 r = parse_chain(&t, false, &second);
590 c->day = second;
596 free_chain(second);
604 free_chain(second);
612 c->month = second;
618 free_chain(second);

Completed in 13 milliseconds