Searched refs:buf_strv (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c643 _cleanup_free_ char **buf_strv = NULL; local
667 /* build buf_strv from buf_nulstr */
668 buf_strv = new0(char *, num + 1);
669 if (!buf_strv)
673 buf_strv[i] = (char *) val;
683 device->properties_strv = buf_strv;
684 buf_strv = NULL;

Completed in 1902 milliseconds