comline 25 gtags-cscope/find.c static char comline[MAXFILLEN]; comline 43 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -d %s > %s", common(), quote_shell(pattern), temp1); comline 44 gtags-cscope/find.c if (system(comline) != 0) comline 46 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -rs %s >> %s", common(), quote_shell(pattern), temp1); comline 47 gtags-cscope/find.c if (system(comline) != 0) comline 60 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -d %s > %s", common(), quote_shell(pattern), temp1); comline 61 gtags-cscope/find.c if (system(comline) != 0) comline 86 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s --from-here=\"%s\" %s > %s", common(), p, quote_shell(pattern), temp1); comline 87 gtags-cscope/find.c if (system(comline) != 0) comline 100 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -r %s > %s", common(), quote_shell(pattern), temp1); comline 101 gtags-cscope/find.c if (system(comline) != 0) comline 114 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -g --literal %s > %s", common(), quote_shell(pattern), temp1); comline 115 gtags-cscope/find.c if (system(comline) != 0) comline 133 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -g %s > %s", common(), quote_shell(pattern), temp1); comline 134 gtags-cscope/find.c if (system(comline) != 0) comline 147 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -P %s > %s", common(), quote_shell(pattern), temp1); comline 148 gtags-cscope/find.c if (system(comline) != 0) comline 168 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -g " INCLUDE " | sed \"s/<unknown>/<global>/\" > %s", comline 170 gtags-cscope/find.c if (system(comline) != 0) comline 79 htags/anchor.c char comline[MAXFILLEN]; comline 98 htags/anchor.c snprintf(comline, sizeof(comline), "%s -f%s --encode-path=\" \t\" --result=ctags-xid --nofilter=path", quote_shell(global_path), options[db]); comline 99 htags/anchor.c anchor_input[db] = xargs_open_with_file(comline, 0, anchor_stream); comline 160 libutil/xargs.c if (strbuf_getlen(comline) + length + 2 > limit)\ comline 171 libutil/xargs.c strbuf_putc(comline, ' ');\ comline 172 libutil/xargs.c strbuf_putc(comline, QUOTE);\ comline 173 libutil/xargs.c strbuf_puts(comline, path);\ comline 174 libutil/xargs.c strbuf_putc(comline, QUOTE);\ comline 195 libutil/xargs.c STRBUF *comline = strbuf_open(0); comline 207 libutil/xargs.c strbuf_putc(comline, '"'); comline 215 libutil/xargs.c strbuf_nputs(comline, xp->command, meta_p - xp->command); comline 218 libutil/xargs.c strbuf_puts(comline, xp->command); comline 259 libutil/xargs.c strbuf_putc(comline, ' '); comline 260 libutil/xargs.c strbuf_puts(comline, meta_p + 2); comline 264 libutil/xargs.c strbuf_putc(comline, '"'); comline 267 libutil/xargs.c pipe = popen(strbuf_value(comline), "r"); comline 269 libutil/xargs.c die("cannot execute command '%s'.", strbuf_value(comline)); comline 271 libutil/xargs.c strbuf_close(comline);