NODE_PATH_LEN
char path[NODE_PATH_LEN];
if (snprintf(path, NODE_PATH_LEN, "%pOF", dn) > (NODE_PATH_LEN - 1)) {
NODE_PATH_LEN, dn);