root_with_slash   191 libutil/getdbpath.c static char root_with_slash[MAXPATHLEN];
root_with_slash   320 libutil/getdbpath.c 		strlimcpy(root_with_slash, root, sizeof(root_with_slash));
root_with_slash   322 libutil/getdbpath.c 		snprintf(root_with_slash, sizeof(root_with_slash), "%s/", root);
root_with_slash   342 libutil/getdbpath.c 	return (const char *)root_with_slash;