meta_p            188 libutil/xargs.c 	char *p, *meta_p;
meta_p            194 libutil/xargs.c 	meta_p = locatestring(xp->command, "%s", MATCH_FIRST);
meta_p            195 libutil/xargs.c 	if (meta_p) {
meta_p            196 libutil/xargs.c 		strbuf_nputs(comline, xp->command, meta_p - xp->command);
meta_p            197 libutil/xargs.c 		limit = exec_line_limit(strlen(meta_p + 2));
meta_p            239 libutil/xargs.c 	if (meta_p) {
meta_p            241 libutil/xargs.c 		strbuf_puts(comline, meta_p + 2);