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

/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c135 _cleanup_free_ char *dd = NULL; local
137 r = unit_name_from_path(uu, ".device", &dd);
141 fprintf(f, "After=%1$s\nRequires=%1$s\n", dd);
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c225 _cleanup_free_ void *dd = NULL; local
256 r = unhexmem(digest, strlen(digest), &dd, &l);
270 rr->ds.digest = dd;
271 dd = NULL;
/systemd/src/basic/
H A Djson.c222 int aa, bb, cc, dd; local
240 dd = unhexchar(c[3]);
241 if (dd < 0)
247 ((uint16_t) dd);

Completed in 1089 milliseconds