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

/systemd/src/core/
H A Dload-fragment.c609 _cleanup_free_ ExecCommand *nce = NULL; local
720 nce = new0(ExecCommand, 1);
721 if (!nce)
724 nce->argv = n;
725 nce->path = path;
726 nce->ignore = ignore;
728 exec_command_append_list(e, nce);
733 nce = NULL;

Completed in 36 milliseconds