Searched refs:strpcpyl (Results 1 - 7 of 7) sorted by relevance
/systemd/src/basic/ |
H A D | strxcpyx.h | 29 size_t strpcpyl(char **dest, size_t size, const char *src, ...) _sentinel_;
|
H A D | strxcpyx.c | 68 size_t strpcpyl(char **dest, size_t size, const char *src, ...) { function
|
/systemd/src/test/ |
H A D | test-strxcpyx.c | 62 space_left = strpcpyl(&s, space_left, "waldo", " test", " waldo. ", NULL); 63 space_left = strpcpyl(&s, space_left, "Banana", NULL);
|
/systemd/src/libudev/ |
H A D | libudev-util.c | 96 l = strpcpyl(&s, maxsize, udev_device_get_syspath(dev), NULL); 98 strpcpyl(&s, l, "/", attr, NULL);
|
/systemd/src/udev/ |
H A D | udev-builtin-usb_id.c | 437 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 D | udev-builtin-net_id.c | 359 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 D | udev-event.c | 358 l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry) + strlen("/dev/"), NULL);
|
Completed in 18 milliseconds