multi-seat-x.c revision 36db9a8d5b36173daf1f622fb544f4c90cfddb67
1N/A along with systemd; If not, see <http://www.gnu.org/licenses/>.
goto fail;
if (!udev) {
goto fail;
if (!enumerator) {
goto fail;
goto fail;
struct udev_device *d;
const char *dn;
if (!dn) {
if (!device_node) {
goto fail;
if (device_node)
if (!device_node) {
goto fail;
goto fail;
if (!path) {
goto fail;
goto fail;
fprintf(f,
fflush(f);
if (ferror(f)) {
goto fail;
fclose(f);
f = NULL;
fail:
if (enumerator)
if (udev)
fclose(f);
return EXIT_FAILURE;