Searched refs:strpcpyl (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Dstrxcpyx.h29 size_t strpcpyl(char **dest, size_t size, const char *src, ...) _sentinel_;
H A Dstrxcpyx.c68 size_t strpcpyl(char **dest, size_t size, const char *src, ...) { function
/systemd/src/test/
H A Dtest-strxcpyx.c62 space_left = strpcpyl(&s, space_left, "waldo", " test", " waldo. ", NULL);
63 space_left = strpcpyl(&s, space_left, "Banana", NULL);
/systemd/src/libudev/
H A Dlibudev-util.c96 l = strpcpyl(&s, maxsize, udev_device_get_syspath(dev), NULL);
98 strpcpyl(&s, l, "/", attr, NULL);
/systemd/src/udev/
H A Dudev-builtin-usb_id.c437 l = strpcpyl(&s, sizeof(serial), vendor_str, "_", model_str, NULL);
439 l = strpcpyl(&s, l, "_", serial_str, NULL);
442 strpcpyl(&s, l, "-", instance_str, NULL);
H A Dudev-builtin-net_id.c359 l = strpcpyl(&s, sizeof(names->usb_ports), "u", ports, NULL);
363 l = strpcpyl(&s, sizeof(names->usb_ports), "c", config, NULL);
367 l = strpcpyl(&s, sizeof(names->usb_ports), "i", interf, NULL);
H A Dudev-event.c358 l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry) + strlen("/dev/"), NULL);

Completed in 2078 milliseconds