Searched defs:copy (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/ |
H A D | start.c | 19 * You should have received a copy of the GNU Lesser General Public 88 char *copy = alloca(len + 1), *p, *e, saved; local 89 strcpy(copy, path); 91 p = copy; 92 e = copy + len; 100 if (access(copy, X_OK)) { 103 "root.", copy);
|
H A D | confile.c | 19 * You should have received a copy of the GNU Lesser General Public 362 char *copy = strdup(key), *p; local 366 if (!copy) { 381 strcpy(copy+12, p+1); 382 config = lxc_getconfig(copy); 390 free(copy); 1093 char *copy; local 1102 copy = strdup(value); 1103 if (!copy) { 1108 return add_hook(lxc_conf, LXCHOOK_PRESTART, copy); [all...] |
H A D | utils.c | 19 * You should have received a copy of the GNU Lesser General Public 1643 /* Make a copy of target which we can hack up, and tokenize it */ 1960 char *copy; local 1967 copy = strdup(entry); 1968 if (!copy) 1971 (*list)[newentry] = copy;
|
H A D | lxccontainer.c | 16 * You should have received a copy of the GNU Lesser General Public 660 char *copy; local 663 copy = strdup(arg); 664 } while (!copy); 669 argv[*nargs] = copy; 678 char *copy, *p, *saveptr = NULL; local 685 copy = alloca(len); 686 strncpy(copy, incmd, len); 687 copy[len-1] = '\0'; 693 for (p = strtok_r(copy, " ", [all...] |
/lxc/src/lxc/cgroups/ |
H A D | cgfsng.c | 19 * You should have received a copy of the GNU Lesser General Public 79 * @cgroup_pattern - a copy of the lxc.cgroup.pattern 100 * @cgroup_use - a copy of the lxc.cgroup.use 138 /* return copy of string @entry; do not fail. */ 152 * This is a special case - return a copy of @entry 217 char *copy; local 228 copy = must_copy_string(entry); 230 copy = must_copy_string(entry); 232 copy = must_prefix_named(entry); 234 (*clist)[newentry] = copy; 943 char *copy; local [all...] |
Completed in 61 milliseconds