abspath            56 libutil/pathconvert.c 	strbuf_setlen(cv->abspath, cv->start_point);
abspath            57 libutil/pathconvert.c 	strbuf_puts(cv->abspath, path + 1);
abspath            63 libutil/pathconvert.c 		path = strbuf_value(cv->abspath);
abspath            66 libutil/pathconvert.c 		a = strbuf_value(cv->abspath);
abspath           101 libutil/pathconvert.c 	cv->abspath = strbuf_open(MAXPATHLEN);
abspath           102 libutil/pathconvert.c 	strbuf_puts(cv->abspath, root);
abspath           103 libutil/pathconvert.c 	strbuf_unputc(cv->abspath, '/');
abspath           104 libutil/pathconvert.c 	cv->start_point = strbuf_getlen(cv->abspath);
abspath           292 libutil/pathconvert.c 	strbuf_close(cv->abspath);
abspath            30 libutil/pathconvert.h 	STRBUF *abspath;