Searched defs:c2 (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-chat.c521 pthread_t c1, c2; local
538 r = pthread_create(&c2, NULL, client2, bus);
550 q = pthread_join(c2, &p);
/systemd/src/udev/ata_id/
H A Data_id.c279 unsigned int c2; local
283 c2 = identify[offset_words * 2];
286 *dest = c2;
/systemd/src/network/
H A Dnetworkd-address.c141 static int address_compare_func(const void *c1, const void *c2) { argument
142 const Address *a1 = c1, *a2 = c2;

Completed in 23 milliseconds