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

/lxc/src/lxc/
H A Dconfile.c2710 char *olddir = alloca(olddirlen + 1); local
2713 ret = snprintf(olddir, olddirlen + 1, "%s=%s/%s", ovldir, oldpath, oldname);
2752 if (!(q = strstr(p, olddir)) || (q >= lend))
2755 /* replace the olddir with newdir */
2803 char *olddir = alloca(olddirlen + 1); local
2806 ret = snprintf(olddir, olddirlen + 1, "%s/%s", oldpath, oldname);
2834 if (strncmp(p, olddir, strlen(olddir)) != 0)
2836 /* replace the olddir with newdir */

Completed in 1628 milliseconds