temp1 621 gtags-cscope/command.c if ( (refsfound = myfopen(temp1, "rb")) == NULL) { temp1 622 gtags-cscope/command.c cannotopen(temp1); temp1 468 gtags-cscope/display.c if ((refsfound = myfopen(temp1, "r")) == NULL) { temp1 469 gtags-cscope/display.c cannotopen(temp1); temp1 740 gtags-cscope/display.c if ((refsfound = myfopen(temp1, "wb")) == NULL) { temp1 741 gtags-cscope/display.c cannotopen(temp1); temp1 746 gtags-cscope/display.c if ( (refsfound = myfopen(temp1, "wb")) == NULL) { temp1 43 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -d %s > %s", common(), quote_shell(pattern), temp1); temp1 46 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -rs %s >> %s", common(), quote_shell(pattern), temp1); temp1 60 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -d %s > %s", common(), quote_shell(pattern), temp1); temp1 86 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s --from-here=\"%s\" %s > %s", common(), p, quote_shell(pattern), temp1); temp1 100 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -r %s > %s", common(), quote_shell(pattern), temp1); temp1 114 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -g --literal %s > %s", common(), quote_shell(pattern), temp1); temp1 133 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -g %s > %s", common(), quote_shell(pattern), temp1); temp1 147 gtags-cscope/find.c snprintf(comline, sizeof(comline), "%s -P %s > %s", common(), quote_shell(pattern), temp1); temp1 169 gtags-cscope/find.c common(), quote_string(pattern), temp1); temp1 226 gtags-cscope/global-cscope.h extern char temp1[]; /**< temporary file name */ temp1 113 gtags-cscope/gtags-cscope.c char temp1[PATHLEN + 1]; /**< temporary file name */ temp1 358 gtags-cscope/gtags-cscope.c snprintf(temp1, sizeof(temp1), "%s/cscope.1", tempdirpv); temp1 634 gtags-cscope/gtags-cscope.c if (temp1[0] != '\0') { temp1 635 gtags-cscope/gtags-cscope.c unlink(temp1);