Searched refs:l1 (Results 1 - 4 of 4) sorted by relevance

/lxc/src/lxc/bdev/
H A Dbdev.c218 int l1, l2, nlen; local
221 l1 = strlen(oldpath);
225 if (strncmp(src, oldpath, l1) == 0) {
226 p += l1;
227 nlen += (strlen(lxcpath) - l1);
240 if (strncmp(src, oldpath, l1) == 0) {
242 src += l1;
/lxc/src/lxc/cgroups/
H A Dcgfsng.c679 static bool controller_lists_intersect(char **l1, char **l2) argument
683 if (!l1 || !l2)
686 for (i = 0; l1[i]; i++) {
687 if (string_in_list(l2, l1[i]))
/lxc/templates/
H A Dlxc-debian.in63 l1:1:wait:/etc/init.d/rc 1
/lxc/src/lxc/
H A Dlxccontainer.c2835 size_t l1 = strlen(c1->config_path) + strlen(c1->name) + 2; local
2837 char *p1 = alloca(l1 + 1);
2841 snprintf(p1, l1, "%s/%s", c1->config_path, c1->name);

Completed in 25 milliseconds