Searched refs:fulllen (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/
H A Dconfile.c290 fulllen += len; \
301 int fulllen = 0, len; local
313 return fulllen;
513 int fulllen = 0, len; local
551 return fulllen;
2181 int fulllen = 0; local
2198 return fulllen;
2213 int fulllen = 0, len; local
2233 return fulllen;
2240 int len, fulllen local
2274 int len, fulllen = 0; local
2290 int len, fulllen = 0; local
2306 int len, fulllen = 0; local
2322 int len, fulllen = 0; local
2338 int len, fulllen = 0; local
2354 int len, fulllen = 0; local
2403 int len, fulllen = 0; local
2502 int len, fulllen = 0; local
[all...]
H A Dutils.c1515 * @fulllen: full original path length.
1518 static char *get_nextpath(char *path, int *offsetp, int fulllen) argument
1522 if (offset >= fulllen)
1525 while (path[offset] != '\0' && offset < fulllen)
1527 while (path[offset] == '\0' && offset < fulllen)
1531 return (offset < fulllen) ? &path[offset] : NULL;
1618 int curlen = 0, dirfd, fulllen, i; local
1621 fulllen = strlen(target);
1648 for (i = 0; i < fulllen; i++) {
1660 if ((nextpath = get_nextpath(dup, &curlen, fulllen))
[all...]
/lxc/src/lxc/cgroups/
H A Dcgfsng.c289 size_t len = 0, fulllen = 0; local
296 append_line(&buf, fulllen, line, linelen);
297 fulllen += linelen;

Completed in 651 milliseconds