comline 891 global/global.c STRBUF *comline = strbuf_open(0); comline 921 global/global.c if (!getconfs(dbname(db), comline)) comline 968 global/global.c xp = xargs_open_with_strbuf(strbuf_value(comline), 0, path_list); comline 1000 global/global.c strbuf_close(comline); comline 641 gtags/gtags.c STRBUF *comline = strbuf_open(0); comline 653 gtags/gtags.c if (!getconfs(dbname(db), comline)) comline 696 gtags/gtags.c xp = xargs_open_with_strbuf(strbuf_value(comline), max_args, addlist); comline 724 gtags/gtags.c strbuf_close(comline); comline 751 gtags/gtags.c STRBUF *comline = strbuf_open(0); comline 757 gtags/gtags.c if (!getconfs(dbname(db), comline)) comline 793 gtags/gtags.c xp = xargs_open_with_find(strbuf_value(comline), max_args); comline 823 gtags/gtags.c strbuf_close(comline); comline 76 htags/anchor.c char comline[MAXFILLEN]; comline 95 htags/anchor.c snprintf(comline, sizeof(comline), "%s -f%s --nofilter=path", global_path, options[db]); comline 96 htags/anchor.c anchor_input[db] = xargs_open_with_file(comline, 0, anchor_stream); comline 149 libutil/xargs.c if (strbuf_getlen(comline) + length + 2 > limit)\ comline 160 libutil/xargs.c strbuf_putc(comline, ' ');\ comline 161 libutil/xargs.c strbuf_putc(comline, QUOTE);\ comline 162 libutil/xargs.c strbuf_puts(comline, path);\ comline 163 libutil/xargs.c strbuf_putc(comline, QUOTE);\ comline 184 libutil/xargs.c STRBUF *comline = strbuf_open(0); comline 196 libutil/xargs.c strbuf_nputs(comline, xp->command, meta_p - xp->command); comline 199 libutil/xargs.c strbuf_puts(comline, xp->command); comline 240 libutil/xargs.c strbuf_putc(comline, ' '); comline 241 libutil/xargs.c strbuf_puts(comline, meta_p + 2); comline 244 libutil/xargs.c pipe = popen(strbuf_value(comline), "r"); comline 246 libutil/xargs.c die("cannot execute command '%s'.", strbuf_value(comline)); comline 248 libutil/xargs.c strbuf_close(comline);