Searched refs:strpcpyl (Results 1 – 8 of 8) sorted by relevance
/third_party/eudev/src/udev/ |
D | udev-builtin-usb_id.c | 432 l = strpcpyl(&s, sizeof(serial), vendor_str, "_", model_str, NULL); in builtin_usb_id() 434 l = strpcpyl(&s, l, "_", serial_str, NULL); in builtin_usb_id() 437 strpcpyl(&s, l, "-", instance_str, NULL); in builtin_usb_id()
|
D | udev-builtin-net_id.c | 333 l = strpcpyl(&s, sizeof(names->usb_ports), "u", ports, NULL); in names_usb() 337 l = strpcpyl(&s, sizeof(names->usb_ports), "c", config, NULL); in names_usb() 341 l = strpcpyl(&s, sizeof(names->usb_ports), "i", interf, NULL); in names_usb()
|
D | udev-event.c | 363 … l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry) + strlen("/dev/"), NULL); in udev_event_apply_format()
|
/third_party/eudev/src/shared/ |
D | strxcpyx.h | 29 size_t strpcpyl(char **dest, size_t size, const char *src, ...) _sentinel_;
|
D | strxcpyx.c | 66 size_t strpcpyl(char **dest, size_t size, const char *src, ...) { in strpcpyl() function
|
/third_party/eudev/src/libudev/ |
D | libudev-util.c | 105 l = strpcpyl(&s, maxsize, udev_device_get_syspath(dev), NULL); in util_resolve_subsys_kernel() 107 strpcpyl(&s, l, "/", attr, NULL); in util_resolve_subsys_kernel()
|
D | libudev-enumerate.c | 666 l = strpcpyl(&s, sizeof(path), "/sys/", basedir, NULL); in scan_dir_and_add_devices() 668 l = strpcpyl(&s, l, "/", subdir1, NULL); in scan_dir_and_add_devices() 670 strpcpyl(&s, l, "/", subdir2, NULL); in scan_dir_and_add_devices()
|
D | libudev-device.c | 1376 … l = strpcpyl(&s, sizeof(symlinks), udev_list_entry_get_name(list_entry), NULL); in udev_device_get_properties_list_entry() 1378 … l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry), NULL); in udev_device_get_properties_list_entry() 1391 l = strpcpyl(&s, sizeof(tags), ":", NULL); in udev_device_get_properties_list_entry() 1393 … l = strpcpyl(&s, l, udev_list_entry_get_name(list_entry), ":", NULL); in udev_device_get_properties_list_entry() 1884 l = strpcpyl(&s, l, key, "=", udev_list_entry_get_value(list_entry), NULL); in update_envp_monitor_buf()
|