Searched refs:zz (Results 1 - 2 of 2) sorted by relevance
/systemd/src/test/ |
H A D | test-namespace.c | 125 _cleanup_free_ char *x = NULL, *y = NULL, *z = NULL, *zz = NULL; local 137 zz = strjoin("/var/tmp/systemd-private-", boot_id, "-sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device-", NULL); 139 assert_se(z && zz); 141 test_tmpdir("sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device", z, zz);
|
/systemd/src/resolve/ |
H A D | resolved-bus.c | 625 DnsResourceRecord *zz; local 641 DNS_ANSWER_FOREACH(zz, aux->answer) { 643 r = dns_question_matches_rr(question, zz, NULL); 649 canonical = dns_resource_record_ref(zz); 679 DnsResourceRecord *zz; local 696 DNS_ANSWER_FOREACH_IFINDEX(zz, ifindex, aux->answer) { 698 r = dns_question_matches_rr(question, zz, NULL); 704 r = append_address(reply, zz, ifindex);
|
Completed in 14 milliseconds