Searched defs:scratch (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_destroy.c205 char *scratch = NULL; local
240 while ((lxcpath = strtok_r(!counter ? buf : NULL, "\n", &scratch))) {
241 if (!(lxcname = strtok_r(NULL, "\n", &scratch)))
/lxc/src/lxc/bdev/
H A Dlxcaufs.c358 char *scratch = NULL; local
386 upperdir = strtok_r(tmp, ":=", &scratch);

Completed in 728 milliseconds