file 216 global/global.c decide_tag_by_context(const char *tag, const char *file, int lineno) file 225 global/global.c if (normalize(file, get_root_with_slash(), cwd, path, sizeof(path)) == NULL) file 226 global/global.c die("'%s' is out of the source project.", file); file 112 global/literal.c literal_search(CONVERT *cv, const char *file) file 123 global/literal.c if ((f = open(file, O_BINARY)) < 0) { file 124 global/literal.c warning("cannot open '%s'.", file); file 128 global/literal.c warning("cannot fstat '%s'.", file); file 136 global/literal.c die("mmap failed (%s).", file); file 141 global/literal.c die("CreateFileMapping failed (%s).", file); file 144 global/literal.c die("MapViewOfFile failed (%s).", file); file 154 global/literal.c die("read failed (%s).", file); file 194 global/literal.c convert_put_path(cv, file); file 203 global/literal.c convert_put_using(cv, encoded_pattern, file, lineno, strbuf_value(sb), NULL); file 395 gozilla/gozilla.c getURL(const char *file, const char *htmldir, STRBUF *URL) file 401 gozilla/gozilla.c if (!test("f", file) && !test("d", file)) file 402 gozilla/gozilla.c die("file '%s' not found.", file); file 403 gozilla/gozilla.c p = normalize(file, get_root_with_slash(), cwd, buf, sizeof(buf)); file 407 gozilla/gozilla.c makefileurl(realpath(file, buf), 0, URL); file 91 gtags-cscope/command.c FILE *file; file 323 gtags-cscope/command.c if ((file = myfopen(filename, s)) == NULL) { file 328 gtags-cscope/command.c putc(c, file); file 331 gtags-cscope/command.c fclose(file); file 379 gtags-cscope/command.c if ((file = mypopen(newpat, "w")) == NULL) { file 385 gtags-cscope/command.c putc(c, file); file 388 gtags-cscope/command.c mypclose(file); file 601 gtags-cscope/command.c FILE *file; file 604 gtags-cscope/command.c if ((file = myfopen(filename, "rb")) == NULL) { file 608 gtags-cscope/command.c if ((c = getc(file)) == EOF) { /* if file is empty */ file 616 gtags-cscope/command.c while ((c = getc(file)) != EOF) { file 619 gtags-cscope/command.c fclose(file); file 903 gtags-cscope/command.c char file[PATHLEN + 1]; /* file name */ file 915 gtags-cscope/command.c while ((i = fscanf(refsfound, "%250s%250s%5s %5000[^\n]", file, file 918 gtags-cscope/command.c !isgraph((unsigned char) *file) || file 926 gtags-cscope/command.c if ((i = strlen(pathcomponents(file, dispcomponents))) > filelen) { file 930 gtags-cscope/command.c ogsnames(file, &subsystem, &book); file 163 gtags-cscope/display.c char file[PATHLEN + 1]; /* file name */ file 240 gtags-cscope/display.c if (fscanf(refsfound, "%" PATHLEN_STR "s%" PATHLEN_STR "s%" NUMLEN_STR "s %" TEMPSTRING_LEN_STR "[^\n]", file, function, file 264 gtags-cscope/display.c printw("%-*s ", filelen, file); file 268 gtags-cscope/display.c ogsnames(file, &subsystem, &book); file 275 gtags-cscope/display.c pathcomponents(file, dispcomponents)); file 688 gtags-cscope/display.c ogsnames(char *file, char **subsystem, char **book) file 694 gtags-cscope/display.c (void) strcpy(buf,file); file 55 gtags-cscope/edit.c char file[PATHLEN + 1]; /* file name */ file 66 gtags-cscope/edit.c if (fscanf(refsfound, "%" PATHLEN_STR "s%*s%" NUMLEN_STR "s", file, linenum) == 2) { file 67 gtags-cscope/edit.c edit(decode_path(file), linenum); /* edit it */ file 77 gtags-cscope/edit.c char file[PATHLEN + 1]; /* file name */ file 89 gtags-cscope/edit.c while (fscanf(refsfound, "%" PATHLEN_STR "s%*s%" NUMLEN_STR "s%*[^\n]", file, linenum) == 2) { file 90 gtags-cscope/edit.c edit(decode_path(file), linenum); /* edit it */ file 104 gtags-cscope/edit.c edit(char *file, char *linenum) file 111 gtags-cscope/edit.c file = filepath(file); file 112 gtags-cscope/edit.c (void) snprintf(msg, sizeof(msg), "%s +%s %s", mybasename(editor), linenum, file); file 120 gtags-cscope/edit.c (void) execute(editor, editor, plusnum, file, NULL_DEVICE, NULL); file 123 gtags-cscope/edit.c (void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, file, plusnum); file 127 gtags-cscope/edit.c (void) snprintf(com, sizeof(com), "%s %s \"%s\"", editor, plusnum, file); file 136 gtags-cscope/edit.c filepath(char *file) file 140 gtags-cscope/edit.c if (prependpath != NULL && *file != '/') { file 141 gtags-cscope/edit.c (void) snprintf(path, sizeof(path), "%s/%s", prependpath, file); file 142 gtags-cscope/edit.c file = path; file 144 gtags-cscope/edit.c return(file); file 176 gtags-cscope/global-cscope.h # define lstat(file,buf) stat(file,buf) file 274 gtags-cscope/global-cscope.h char *filepath(char *file); file 292 gtags-cscope/global-cscope.h void cannotwrite(char *file); file 293 gtags-cscope/global-cscope.h void cannotopen(char *file); file 301 gtags-cscope/global-cscope.h void edit(char *file, char *linenum); file 312 gtags-cscope/global-cscope.h void incfile(char *file, char *type); file 322 gtags-cscope/global-cscope.h void ogsnames(char *file, char **subsystem, char **book); file 350 gtags-cscope/global-cscope.h int egrep(char *file, FILE *output, char *format); file 554 gtags-cscope/gtags-cscope.c cannotopen(char *file) file 556 gtags-cscope/gtags-cscope.c posterr("Cannot open file %s", file); file 561 gtags-cscope/gtags-cscope.c cannotwrite(char *file) file 565 gtags-cscope/gtags-cscope.c snprintf(msg, sizeof(msg), "Removed file %s because write failed", file); file 568 gtags-cscope/gtags-cscope.c unlink(file); file 89 htags-refkit/htags_path2url.c load_filemap_contents(const char *file, char **area, int *size) file 98 htags-refkit/htags_path2url.c if ((fd = open(file, OPENMODE)) < 0) file 308 htags/asm.c YY_BUFFER_STATE asm__create_buffer (FILE *file,int size ); file 316 htags/asm.c static void asm__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 1580 htags/asm.c YY_BUFFER_STATE asm__create_buffer (FILE * file, int size ) file 1599 htags/asm.c asm__init_buffer(b,file ); file 1627 htags/asm.c static void asm__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1634 htags/asm.c b->yy_input_file = file; file 308 htags/c.c YY_BUFFER_STATE c__create_buffer (FILE *file,int size ); file 316 htags/c.c static void c__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 1713 htags/c.c YY_BUFFER_STATE c__create_buffer (FILE * file, int size ) file 1732 htags/c.c c__init_buffer(b,file ); file 1760 htags/c.c static void c__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1767 htags/c.c b->yy_input_file = file; file 430 htags/common.c gen_image(int where, const char *file, const char *alt) file 438 htags/common.c dir, file, icon_suffix, fix_attr_value(alt), empty_element); file 441 htags/common.c dir, file, icon_suffix, fix_attr_value(alt), icon_spec, empty_element); file 497 htags/common.c gen_href_begin_with_title_target(const char *dir, const char *file, const char *suffix, const char *key, const char *title, const char *target) file 507 htags/common.c if (file) { file 512 htags/common.c strbuf_puts(sb, file); file 543 htags/common.c gen_href_begin_simple(const char *file) file 545 htags/common.c return gen_href_begin_with_title_target(NULL, file, NULL, NULL, NULL, NULL); file 554 htags/common.c gen_href_begin(const char *dir, const char *file, const char *suffix, const char *key) file 556 htags/common.c return gen_href_begin_with_title_target(dir, file, suffix, key, NULL, NULL); file 565 htags/common.c gen_href_begin_with_title(const char *dir, const char *file, const char *suffix, const char *key, const char *title) file 567 htags/common.c return gen_href_begin_with_title_target(dir, file, suffix, key, title, NULL); file 308 htags/cpp.c YY_BUFFER_STATE cpp__create_buffer (FILE *file,int size ); file 316 htags/cpp.c static void cpp__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 1578 htags/cpp.c YY_BUFFER_STATE cpp__create_buffer (FILE * file, int size ) file 1597 htags/cpp.c cpp__init_buffer(b,file ); file 1625 htags/cpp.c static void cpp__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1632 htags/cpp.c b->yy_input_file = file; file 48 htags/defineindex.c makedefineindex(const char *file, int total, STRBUF *defines) file 74 htags/defineindex.c fileop_DEFINES = open_output_file(makepath(distpath, file, NULL), 0); file 696 htags/fileindex.c makefileindex(const char *file, STRBUF *a_files) file 742 htags/fileindex.c if ((filesop = fopen(makepath(distpath, file, NULL), "w")) == NULL) file 743 htags/fileindex.c die("cannot open file '%s'.", file); file 454 htags/htags.c load_with_replace(const char *file, STRBUF *result, int place) file 517 htags/htags.c strbuf_sprintf(sb, "%s/gtags/%s.tmpl", datadir, file); file 522 htags/htags.c strbuf_sprintf(sb, "%s/gtags/%s", datadir, file); file 577 htags/htags.c generate_file(const char *dist, const char *file, int place) file 582 htags/htags.c op = fopen(makepath(dist, file, NULL), "w"); file 584 htags/htags.c die("cannot create file '%s'.", file); file 585 htags/htags.c load_with_replace(file, result, place); file 595 htags/htags.c makeprogram(const char *cgidir, const char *file) file 597 htags/htags.c generate_file(cgidir, file, CGIDIR); file 603 htags/htags.c makebless(const char *file) file 605 htags/htags.c generate_file(distpath, file, SUBDIR); file 614 htags/htags.c makeghtml(const char *cgidir, const char *file) file 616 htags/htags.c generate_file(cgidir, file, SUBDIR); file 622 htags/htags.c makerebuild(const char *file) file 626 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 643 htags/htags.c makehelp(const char *file) file 651 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 775 htags/htags.c makeindex(const char *file, const char *title, const char *index) file 779 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 781 htags/htags.c die("cannot make file '%s'.", file); file 827 htags/htags.c makemainindex(const char *file, const char *index) file 831 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 833 htags/htags.c die("cannot make file '%s'.", file); file 852 htags/htags.c makesearchindex(const char *file) file 856 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 858 htags/htags.c die("cannot create file '%s'.", file); file 871 htags/htags.c makehtaccess(const char *cgidir, const char *file) file 875 htags/htags.c op = fopen(makepath(distpath, file, NULL), "w"); file 980 htags/htags.c loadfile_asis(const char *file, STRBUF *result) file 983 htags/htags.c FILE *ip = fopen(file, "r"); file 985 htags/htags.c die("file '%s' not found.", file); file 992 htags/htags.c loadfile(const char *file, STRBUF *result) file 994 htags/htags.c load_with_replace(file, result, 0); file 74 htags/incop.c put_inc(const char *file, const char *path, int id) file 79 htags/incop.c entry = strhash_assign(head_inc, HASH_KEY(file), 1); file 84 htags/incop.c strlimcpy(data->name, file, sizeof(data->name)); file 308 htags/java.c YY_BUFFER_STATE java__create_buffer (FILE *file,int size ); file 316 htags/java.c static void java__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 1481 htags/java.c YY_BUFFER_STATE java__create_buffer (FILE * file, int size ) file 1500 htags/java.c java__init_buffer(b,file ); file 1528 htags/java.c static void java__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1535 htags/java.c b->yy_input_file = file; file 308 htags/php.c YY_BUFFER_STATE php__create_buffer (FILE *file,int size ); file 316 htags/php.c static void php__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 1756 htags/php.c YY_BUFFER_STATE php__create_buffer (FILE * file, int size ) file 1775 htags/php.c php__init_buffer(b,file ); file 1803 htags/php.c static void php__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1810 htags/php.c b->yy_input_file = file; file 458 htags/src2html.c const char *dir, *file, *suffix = NULL; file 481 htags/src2html.c file = strbuf_value(sb); file 490 htags/src2html.c file = fid; file 493 htags/src2html.c strbuf_puts(outbuf, gen_href_begin_with_title(dir, file, suffix, NULL, tooltip(type, -1, count))); file 563 htags/src2html.c put_include_anchor_direct(const char *file, const char *path) file 565 htags/src2html.c strbuf_puts(outbuf, gen_href_begin(NULL, path2fid(file), HTML, NULL)); file 768 htags/src2html.c get_cvs_module(const char *file, const char **basename) file 777 htags/src2html.c p = locatestring(file, "/", MATCH_LAST); file 779 htags/src2html.c strbuf_nputs(dir, file, p - file); file 783 htags/src2html.c p = file; file 916 htags/src2html.c const char *dir, *file, *suffix, *key, *title; file 925 htags/src2html.c file = s_id; file 941 htags/src2html.c file = path2fid(filename); file 946 htags/src2html.c fputs(gen_href_begin_with_title(dir, file, suffix, key, title), out); file 382 libltdl/loaders/dyld.c const char *file; file 385 libltdl/loaders/dyld.c NSLinkEditError (&ler, &lerno, &file, &errstr); file 767 libltdl/ltdl.c FILE *file = 0; file 769 libltdl/ltdl.c foreach_dirinpath (search_path, base_name, find_file_callback, pdir, &file); file 771 libltdl/ltdl.c return file; file 1030 libltdl/ltdl.c parse_dotla_file(FILE *file, char **dlname, char **libdir, char **deplibs, file 1043 libltdl/ltdl.c while (!feof (file)) file 1046 libltdl/ltdl.c if (!fgets (line, (int) line_len, file)) file 1054 libltdl/ltdl.c while (line[line_len-2] != '\0' && line[line_len-2] != '\n' && !feof (file)) file 1063 libltdl/ltdl.c if (!fgets (&line[line_len -1], (int) line_len +1, file)) file 1330 libltdl/ltdl.c FILE * file = 0; file 1350 libltdl/ltdl.c file = find_file (user_search_path, base_name, &dir); file 1352 libltdl/ltdl.c if (!file) file 1356 libltdl/ltdl.c file = find_file (search_path, base_name, &dir); file 1360 libltdl/ltdl.c if (!file) file 1364 libltdl/ltdl.c file = find_file (search_path, base_name, &dir); file 1368 libltdl/ltdl.c if (!file && *sys_dlsearch_path) file 1370 libltdl/ltdl.c file = find_file (sys_dlsearch_path, base_name, &dir); file 1376 libltdl/ltdl.c file = fopen (attempt, LT_READTEXT_MODE); file 1381 libltdl/ltdl.c if (!file) file 1389 libltdl/ltdl.c if (parse_dotla_file(file, &dlname, &libdir, &deplibs, file 1393 libltdl/ltdl.c fclose (file); file 113 libparser/C.c if (!opentoken(param->file)) file 114 libparser/C.c die("'%s' cannot open.", param->file); file 93 libparser/Cpp.c if (!opentoken(param->file)) file 94 libparser/Cpp.c die("'%s' cannot open.", param->file); file 123 libparser/asm_parse.c param->put(type, tag, lno, param->file, line_image, param->arg);\ file 1851 libparser/asm_parse.c if (linetable_open(param->file) == -1) file 1852 libparser/asm_parse.c die("'%s' cannot open.", param->file); file 46 libparser/asm_parse.y param->put(type, tag, lno, param->file, line_image, param->arg);\ file 150 libparser/asm_parse.y if (linetable_open(param->file) == -1) file 151 libparser/asm_parse.y die("'%s' cannot open.", param->file); file 321 libparser/asm_scan.c YY_BUFFER_STATE asm__create_buffer (FILE *file,int size ); file 329 libparser/asm_scan.c static void asm__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 726 libparser/asm_scan.c param->put(type, tag, lno, param->file, line_image, param->arg);\ file 1070 libparser/asm_scan.c warning("unexpected eof. [+%d %s]", LEXLINENO, param->file); file 1812 libparser/asm_scan.c YY_BUFFER_STATE asm__create_buffer (FILE * file, int size ) file 1831 libparser/asm_scan.c asm__init_buffer(b,file ); file 1859 libparser/asm_scan.c static void asm__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1866 libparser/asm_scan.c b->yy_input_file = file; file 65 libparser/java.c if (!opentoken(param->file)) file 66 libparser/java.c die("'%s' cannot open.", param->file); file 369 libparser/parser.c param.file = path; file 60 libparser/parser.h const char *file; file 321 libparser/php.c YY_BUFFER_STATE php__create_buffer (FILE *file,int size ); file 329 libparser/php.c static void php__init_buffer (YY_BUFFER_STATE b,FILE *file ); file 788 libparser/php.c param->put(type, tag, lno, param->file, line_image, param->arg);\ file 1866 libparser/php.c YY_BUFFER_STATE php__create_buffer (FILE * file, int size ) file 1885 libparser/php.c php__init_buffer(b,file ); file 1913 libparser/php.c static void php__init_buffer (YY_BUFFER_STATE b, FILE * file ) file 1920 libparser/php.c b->yy_input_file = file; file 2369 libparser/php.c if (linetable_open(param->file) == -1) file 2370 libparser/php.c die("'%s' cannot open.", param->file); file 70 libutil/makepath.c makepath(const char *dir, const char *file, const char *suffix) file 90 libutil/makepath.c strbuf_puts(sb, file); file 64 libutil/token.c opentoken(const char *file) file 69 libutil/token.c if ((ip = fopen(file, "rb")) == NULL) file 72 libutil/token.c strlimcpy(curfile, file, sizeof(curfile)); file 211 plugin-factory/exuberant-ctags.c filename = strstr(ctags_x, param->file); file 237 plugin-factory/exuberant-ctags.c p = filename + strlen(param->file); file 259 plugin-factory/exuberant-ctags.c fputs(param->file, op);