Searched defs:dl (Results 1 - 2 of 2) sorted by relevance

/systemd/src/nss-resolve/
H A Dnss-resolve.c45 void *dl; local
49 dl = dlopen(module, RTLD_LAZY|RTLD_NODELETE);
50 if (!dl)
53 return dlsym(dl, symbol);
/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c273 size_t sz, dl; local
319 dl = strlen(destination);
320 sz += ALIGN8(offsetof(struct kdbus_item, str) + dl + 1);
359 append_destination(&d, destination, dl);

Completed in 22 milliseconds