meta_p 199 libutil/xargs.c char *p, *meta_p; meta_p 213 libutil/xargs.c meta_p = locatestring(xp->command, "%s", MATCH_FIRST); meta_p 214 libutil/xargs.c if (meta_p) { meta_p 215 libutil/xargs.c strbuf_nputs(comline, xp->command, meta_p - xp->command); meta_p 216 libutil/xargs.c limit = exec_line_limit(strlen(meta_p + 2)); meta_p 258 libutil/xargs.c if (meta_p) { meta_p 260 libutil/xargs.c strbuf_puts(comline, meta_p + 2);