Lines Matching refs:copy
16 You should have received a copy of the GNU Lesser General Public License
3001 int copy;
3003 copy = fdset_put_dup(fds, rt->netns_storage_socket[0]);
3004 if (copy < 0)
3005 return copy;
3007 unit_serialize_item_format(u, f, "netns-socket-0", "%i", copy);
3011 int copy;
3013 copy = fdset_put_dup(fds, rt->netns_storage_socket[1]);
3014 if (copy < 0)
3015 return copy;
3017 unit_serialize_item_format(u, f, "netns-socket-1", "%i", copy);
3031 char *copy;
3037 copy = strdup(value);
3038 if (!copy)
3042 (*rt)->tmp_dir = copy;
3045 char *copy;
3051 copy = strdup(value);
3052 if (!copy)
3056 (*rt)->var_tmp_dir = copy;