Searched defs:rest (Results 1 - 2 of 2) sorted by relevance
/lxc/src/include/ |
H A D | lxcmntent.c | 178 char *rest = mnt->mnt_opts, *p; local 180 while ((p = strstr (rest, opt)) != NULL) 182 if ((p == rest || p[-1] == ',') 186 rest = strchr (p, ','); 187 if (rest == NULL) 189 ++rest;
|
/lxc/src/lxc/ |
H A D | lxccontainer.c | 3597 struct lxc_container *snap, *rest; local 3643 rest = lxcapi_clone(snap, newname, c->config_path, flags, 3646 if (rest && lxcapi_is_defined(rest)) 3648 if (rest) 3649 lxc_container_put(rest);
|
Completed in 112 milliseconds