abspath           122 libutil/pathconvert.c 		strbuf_setlen(cv->abspath, cv->start_point);
abspath           123 libutil/pathconvert.c 		strbuf_puts(cv->abspath, path + 1);
abspath           129 libutil/pathconvert.c 			path = strbuf_value(cv->abspath);
abspath           133 libutil/pathconvert.c 			a = strbuf_value(cv->abspath);
abspath           144 libutil/pathconvert.c 			if (cv->type == PATH_SHORTER && strlen(path) > strbuf_getlen(cv->abspath))
abspath           145 libutil/pathconvert.c 				path = strbuf_value(cv->abspath);
abspath           203 libutil/pathconvert.c 	cv->abspath = strbuf_open(MAXPATHLEN);
abspath           204 libutil/pathconvert.c 	strbuf_puts(cv->abspath, root);
abspath           205 libutil/pathconvert.c 	strbuf_unputc(cv->abspath, '/');
abspath           206 libutil/pathconvert.c 	cv->start_point = strbuf_getlen(cv->abspath);
abspath           442 libutil/pathconvert.c 	strbuf_close(cv->abspath);
abspath            30 libutil/pathconvert.h 	STRBUF *abspath;