com 562 gozilla/gozilla.c char com[MAXFILLEN]; com 577 gozilla/gozilla.c snprintf(com, sizeof(com), "%s %s \"%s\"", path, browser, url); com 579 gozilla/gozilla.c snprintf(com, sizeof(com), "%s \"%s\"", path, url); com 581 gozilla/gozilla.c system(com); com 588 gozilla/gozilla.c char com[1024]; com 598 gozilla/gozilla.c snprintf(com, sizeof(com), "%s -remote \"openURL(%s)\"", browser, url); com 604 gozilla/gozilla.c snprintf(com, sizeof(com), "%s \"%s\"", browser, url); com 606 gozilla/gozilla.c system(com); com 46 gtags-cscope/build.c char com[16]; com 48 gtags-cscope/build.c snprintf(com, sizeof(com), "%s -i", gtags_command); com 49 gtags-cscope/build.c if (system(com) != 0) { com 50 gtags-cscope/build.c postfatal("gtags-cscope: '%s' failed.\n", com); com 106 gtags-cscope/edit.c char com[PATHLEN + 81]; com 123 gtags-cscope/edit.c (void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, file, plusnum); com 124 gtags-cscope/edit.c system(com); com 127 gtags-cscope/edit.c (void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, plusnum, file); com 128 gtags-cscope/edit.c system(com); com 30 gtags-cscope/find.c static char com[80]; com 31 gtags-cscope/find.c snprintf(com, sizeof(com), "%s --encode-path=\" \t\" --result=cscope%s%s", com 33 gtags-cscope/find.c return com; com 410 gtags-cscope/gtags-cscope.c char com[80]; com 411 gtags-cscope/gtags-cscope.c snprintf(com, sizeof(com), "%s -p >" NULL_DEVICE, global_command); com 412 gtags-cscope/gtags-cscope.c if (system(com) != 0) { com 2244 htags/htags.c char com[MAXPATHLEN*2+32]; com 2247 htags/htags.c snprintf(com, sizeof(com), "%s/gtags/style.css.tmpl", datadir, distpath); com 2248 htags/htags.c if (test("f", com)) com 2250 htags/htags.c snprintf(com, sizeof(com), "cp %s/gtags/style.css%s %s/style.css", datadir, template, distpath); com 2252 htags/htags.c snprintf(com, sizeof(com), "cp %s/gtags/style.css.tmpl %s/style.css", datadir, distpath); com 2254 htags/htags.c system(com); com 2257 htags/htags.c char com[MAXPATHLEN*2+32]; com 2258 htags/htags.c snprintf(com, sizeof(com), "cp -r %s/gtags/jquery/* %s/js", datadir, distpath); com 2259 htags/htags.c system(com); com 2285 htags/htags.c char com[MAXPATHLEN*2+32]; com 2287 htags/htags.c snprintf(com, sizeof(com), "cp -r %s/gtags/icons %s", datadir, distpath); com 2288 htags/htags.c system(com);