Searched refs:vfile (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep045script.tcl9 # Usage: rep045script clientdir vfile
11 # vfile: name of version file
18 set usage "repscript clientdir vfile"
28 set vfile [ lindex $argv 1 ]
55 while {[catch {berkdb_open_noerr -env $clientenv -rdonly $vfile} vdb]} {
72 -rdonly $vfile]
105 while {[catch {berkdb_open -env $clientenv -rdonly $vfile} vdb]} {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com26 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
27 rang := CREATE_RANGE(BEGINNING_OF(vfile), END_OF(vfile));
96 vfile := CREATE_BUFFER("vfile", "CONFIGURE.IN");
97 rang := CREATE_RANGE(BEGINNING_OF(vfile), END_OF(vfile));
H A DpeXXigen.c1038 pe_print_idata (bfd * abfd, void * vfile)
1040 FILE *file = (FILE *) vfile;
1347 pe_print_edata (bfd * abfd, void * vfile)
1349 FILE *file = (FILE *) vfile;
1571 pe_print_pdata (bfd * abfd, void * vfile)
1578 FILE *file = (FILE *) vfile;
1713 pe_print_reloc (bfd * abfd, void * vfile)
1715 FILE *file = (FILE *) vfile;
1799 _bfd_XX_print_private_bfd_data_common (bfd * abfd, void * vfile)
1801 FILE *file = (FILE *) vfile;
1037 pe_print_idata(bfd * abfd, void * vfile) argument
1346 pe_print_edata(bfd * abfd, void * vfile) argument
1570 pe_print_pdata(bfd * abfd, void * vfile) argument
1712 pe_print_reloc(bfd * abfd, void * vfile) argument
1798 _bfd_XX_print_private_bfd_data_common(bfd * abfd, void * vfile) argument
[all...]
H A Dpeicode.h330 pe_print_private_bfd_data (bfd *abfd, void * vfile)
332 FILE *file = (FILE *) vfile;
334 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile))
342 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile);
329 pe_print_private_bfd_data(bfd *abfd, void * vfile) argument
H A Dcoff-ppc.c1540 dump_toc (vfile)
1541 PTR vfile;
1543 FILE *file = (FILE *) vfile;
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c4125 sys_translate_vms (vfile)
4126 char * vfile;
4131 if (!vfile)
4137 if (p = strchr (vfile, ':'))
4140 while (vfile < p)
4141 *targ++ = *vfile++;
4142 vfile++;
4145 p = vfile;
4148 while (*++vfile != *p + 2)
4149 switch (*vfile)
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dvm_eval.c1324 VALUE src, scope, vfile, vline; local
1328 rb_scan_args(argc, argv, "13", &src, &scope, &vfile, &vline);
1340 StringValue(vfile);
1346 if (!NIL_P(vfile))
1347 file = vfile;
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_ext_filter.c389 static apr_status_t ef_close_file(void *vfile) argument
391 return apr_file_close(vfile);
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim692 call <SID>OptionG("vfile", &vfile)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim28 syn keyword vimOption contained ai ambw ari aw backupext beval biosk brk buflisted cdpath cin cinwords cocu compatible consk cpt cscopetagorder csverb debug dict dir eb enc errorbells expandtab fdl fenc fileformat fml foldignore foldopen fs gfn grepprg guiheadroom helplang history hls imactivatekey iminsert inde insertmode iskeyword keymodel laststatus lisp lpl magic maxfuncdepth menuitems mm modifiable mousem mps number opendevice paste pex pmbcs printencoding prompt rdt revins ro runtimepath scroll sections sh shellslash shortmess showtabline slm sn spellcapcheck splitright ssop stmp swapfile syn tabstop tagstack tbs textauto tildeop titlestring top ttimeout ttym uc undolevels vb vfile visualbell wc wh wildignore window winwidth wmw writeany

Completed in 211 milliseconds