Searched defs:c1 (Results 1 - 4 of 4) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | test-bus-chat.c | 521 pthread_t c1, c2; local 534 r = pthread_create(&c1, NULL, client1, bus); 544 q = pthread_join(c1, &p);
|
/systemd/src/test/ |
H A D | test-unit-file.c | 111 ExecCommand *c = NULL, *c1; local 140 c1 = c->command_next; 141 check_execcommand(c1, "/RValue/slashes", "/RValue///slashes", "r1///", NULL, false); 148 assert_se(c1->command_next == NULL); 155 c1 = c1->command_next; 156 check_execcommand(c1, "/RValue/slashes2", "///argv0", "r1", NULL, false); 163 assert_se(c1->command_next == NULL); 177 c1 = c; 178 check_execcommand(c1, "/RValu [all...] |
/systemd/src/udev/ata_id/ |
H A D | ata_id.c | 278 unsigned int c1; local 282 c1 = identify[offset_words * 2 + 1]; 284 *dest = c1;
|
/systemd/src/network/ |
H A D | networkd-address.c | 141 static int address_compare_func(const void *c1, const void *c2) { argument 142 const Address *a1 = c1, *a2 = c2;
|
Completed in 18 milliseconds