Searched defs:vbuf (Results 1 - 2 of 2) sorted by relevance

/systemd/src/udev/
H A Dudev-event.c290 char vbuf[UTIL_NAME_SIZE]; local
300 if (util_resolve_subsys_kernel(event->udev, attr, vbuf, sizeof(vbuf), 1) == 0)
301 value = vbuf;
315 if (value != vbuf)
316 strscpy(vbuf, sizeof(vbuf), value);
317 len = strlen(vbuf);
318 while (len > 0 && isspace(vbuf[--len]))
319 vbuf[le
[all...]
H A Dudev-rules.c1802 char vbuf[UTIL_NAME_SIZE]; local
1817 if (util_resolve_subsys_kernel(event->udev, name, vbuf, sizeof(vbuf), 1) != 0)
1819 value = vbuf;
1834 if (value != vbuf) {
1835 strscpy(vbuf, sizeof(vbuf), value);
1836 value = vbuf;
1838 while (len > 0 && isspace(vbuf[--len]))
1839 vbuf[le
[all...]

Completed in 19 milliseconds