| term_tag.c | 41 static struct tag_files tag_files; variable in typeref:struct:tag_files 49 struct tag_files * 58 tag_files.tfs = NULL; 59 tag_files.tcpgid = -1; 81 if ((tag_files.ofd = dup(STDOUT_FILENO)) == -1) { 89 (void)snprintf(tag_files.ofn, sizeof(tag_files.ofn), 91 if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) { 93 "%s: %s", tag_files.ofn, strerror(errno)) [all...] |