rest              132 libutil/pathconvert.c 	char *tag = NULL, *lineno = NULL, *path, *rest = NULL;
rest              181 libutil/pathconvert.c 		rest = p;
rest              210 libutil/pathconvert.c 		fputs(rest, cv->op);
rest              217 libutil/pathconvert.c 		fputs(rest, cv->op);
rest              226 libutil/pathconvert.c 		for (; *rest && isspace(*rest); rest++)
rest              228 libutil/pathconvert.c 		fputs(rest, cv->op);
rest              245 libutil/pathconvert.c convert_put_using(CONVERT *cv, const char *tag, const char *path, int lineno, const char *rest)
rest              264 libutil/pathconvert.c 			tag, lineno, convert_pathname(cv, path), rest);
rest              271 libutil/pathconvert.c 		fputs(rest, cv->op);
rest              280 libutil/pathconvert.c 		for (; *rest && isspace(*rest); rest++)
rest              282 libutil/pathconvert.c 		fputs(rest, cv->op);