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

/lxc/src/tests/
H A Dlxc-test-utils.c74 #define __MNTNS_LEN (5 + (LXC_NUMSTRLEN64) + 7 + 1) macro
80 char path[__MNTNS_LEN];
122 ret = snprintf(path, __MNTNS_LEN, "/proc/self/ns/mnt");
123 if (ret < 0 || (size_t)ret >= __MNTNS_LEN) {

Completed in 8 milliseconds