Home
last modified time | relevance | path

Searched refs:vfile (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dimport.c31 static int add_rev (char *message, RCSNode *rcs, char *vfile,
33 static int add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc,
38 static int process_import_file (char *message, char *vfile, char *vtag,
40 static int update_rcs_file (char *message, char *vfile, char *vtag, int targc,
586 process_import_file (char *message, char *vfile, char *vtag, int targc, in process_import_file() argument
592 rcs = Xasprintf ("%s/%s%s", repository, vfile, RCSEXT); in process_import_file()
597 attic_name = xmalloc (strlen (repository) + strlen (vfile) + in process_import_file()
600 vfile, RCSEXT); in process_import_file()
625 vfile, RCSEXT); in process_import_file()
632 add_log ('N', vfile); in process_import_file()
[all …]
Dclient.h207 (char *message, char *vfile, char *vtag, int targc, char *targv[],
Dclient.c4999 client_process_import_file (char *message, char *vfile, char *vtag, int targc, in client_process_import_file() argument
5018 fullname = xstrdup (vfile); in client_process_import_file()
5024 fullname = Xasprintf ("%s/%s", update_dir, vfile); in client_process_import_file()
5031 vers.options = wrap_rcsoption (vfile, 1); in client_process_import_file()
5053 if (stat (vfile, &sb) < 0) in client_process_import_file()
5067 send_modified (vfile, fullname, &vers); in client_process_import_file()
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dcvs2vendor.sh72 for vfile in $srcdir/*,v; do
74 file=`echo $vfile | sed -e 's/,v$//'`
83 cp $vfile $dstdir
Drcs2sccs.sh60 for vfile in *,v; do
62 file=`echo $vfile | sed -e 's/,v$//'`
/mirbsd/src/gnu/usr.bin/binutils/bfd/
DpeXXigen.c1033 pe_print_idata (bfd * abfd, void * vfile) in pe_print_idata() argument
1035 FILE *file = (FILE *) vfile; in pe_print_idata()
1310 pe_print_edata (bfd * abfd, void * vfile) in pe_print_edata() argument
1312 FILE *file = (FILE *) vfile; in pe_print_edata()
1530 pe_print_pdata (bfd * abfd, void * vfile) in pe_print_pdata() argument
1537 FILE *file = (FILE *) vfile; in pe_print_pdata()
1672 pe_print_reloc (bfd * abfd, void * vfile) in pe_print_reloc() argument
1674 FILE *file = (FILE *) vfile; in pe_print_reloc()
1758 _bfd_XX_print_private_bfd_data_common (bfd * abfd, void * vfile) in _bfd_XX_print_private_bfd_data_common() argument
1760 FILE *file = (FILE *) vfile; in _bfd_XX_print_private_bfd_data_common()
[all …]
Dpeicode.h322 pe_print_private_bfd_data (bfd *abfd, void * vfile) in pe_print_private_bfd_data() argument
324 FILE *file = (FILE *) vfile; in pe_print_private_bfd_data()
326 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile)) in pe_print_private_bfd_data()
334 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile); in pe_print_private_bfd_data()
Dcoff-ppc.c1537 dump_toc (vfile) in dump_toc() argument
1538 PTR vfile; in dump_toc()
1540 FILE *file = (FILE *) vfile;