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

/lxc/src/lxc/
H A Dconfile.c1823 static int do_includedir(const char *dirp, struct lxc_conf *lxc_conf) argument
1830 dir = opendir(dirp);
1832 SYSERROR("failed to open '%s'", dirp);
1851 len = snprintf(path, MAXPATHLEN, "%s/%s", dirp, fnam);
1853 ERROR("lxc.include filename too long under '%s'", dirp);

Completed in 413 milliseconds