Lines Matching defs:copy
16 You should have received a copy of the GNU Lesser General Public License
35 #include "copy.h"
2148 int copy;
2153 copy = fdset_put_dup(fds, p->fd);
2154 if (copy < 0)
2155 return copy;
2165 unit_serialize_item_format(u, f, "netlink", "%i %s", copy, t);
2167 unit_serialize_item_format(u, f, "socket", "%i %i %s", copy, p->address.type, t);
2170 unit_serialize_item_format(u, f, "special", "%i %s", copy, p->path);
2172 unit_serialize_item_format(u, f, "mqueue", "%i %s", copy, p->path);
2174 unit_serialize_item_format(u, f, "ffs", "%i %s", copy, p->path);
2177 unit_serialize_item_format(u, f, "fifo", "%i %s", copy, p->path);