Home
last modified time | relevance | path

Searched refs:strpcpyl (Results 1 – 8 of 8) sorted by relevance

/third_party/eudev/src/udev/
Dudev-builtin-usb_id.c432 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()
Dudev-builtin-net_id.c333 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()
Dudev-event.c363 … l = strpcpyl(&s, l, " ", udev_list_entry_get_name(list_entry) + strlen("/dev/"), NULL); in udev_event_apply_format()
/third_party/eudev/src/shared/
Dstrxcpyx.h29 size_t strpcpyl(char **dest, size_t size, const char *src, ...) _sentinel_;
Dstrxcpyx.c66 size_t strpcpyl(char **dest, size_t size, const char *src, ...) { in strpcpyl() function
/third_party/eudev/src/libudev/
Dlibudev-util.c105 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()
Dlibudev-enumerate.c666 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()
Dlibudev-device.c1376 … 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()