tagfile 330 libutil/gtagsop.c char tagfile[MAXPATHLEN]; tagfile 360 libutil/gtagsop.c strlimcpy(tagfile, makepath(dbpath, dbname(db == GSYMS ? GRTAGS : db), NULL), sizeof(tagfile)); tagfile 361 libutil/gtagsop.c gtop->dbop = dbop_open(tagfile, dbmode, 0644, DBOP_DUP|DBOP_SORTED_WRITE); tagfile 422 libutil/gtagsop.c die("%s seems new format. Please install the latest GLOBAL.", tagfile); tagfile 424 libutil/gtagsop.c die("%s seems older format. Please remake tag files.", tagfile);