Home
last modified time | relevance | path

Searched refs:str_sanitize (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Dutil-strings.h409 str_sanitize(const char *str) in str_sanitize() function
Devdev.c2297 char *sysname = str_sanitize(udev_device_get_sysname(udev_device)); in evdev_device_create()
2353 device->log_prefix_name = str_sanitize(device->devname); in evdev_device_create()
/third_party/libinput/test/
Dtest-utils.c1288 char *sanitized = str_sanitize(t->string); in START_TEST()