| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | import.c | 31 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, 581 process_import_file (char *message, char *vfile, char *vtag, int targc, in process_import_file() argument 587 rcs = Xasprintf ("%s/%s%s", repository, vfile, RCSEXT); in process_import_file() 592 attic_name = xmalloc (strlen (repository) + strlen (vfile) + in process_import_file() 595 vfile, RCSEXT); in process_import_file() 620 vfile, RCSEXT); in process_import_file() 627 add_log ('N', vfile); in process_import_file() [all …]
|
| D | client.h | 207 (char *message, char *vfile, char *vtag, int targc, char *targv[],
|
| D | client.c | 4997 client_process_import_file (char *message, char *vfile, char *vtag, int targc, in client_process_import_file() argument 5016 fullname = xstrdup (vfile); in client_process_import_file() 5022 fullname = Xasprintf ("%s/%s", update_dir, vfile); in client_process_import_file() 5029 vers.options = wrap_rcsoption (vfile, 1); in client_process_import_file() 5051 if (stat (vfile, &sb) < 0) in client_process_import_file() 5065 send_modified (vfile, fullname, &vers); in client_process_import_file()
|
| /netbsd/src/external/gpl2/xcvs/dist/contrib/ |
| D | cvs2vendor.sh | 72 for vfile in $srcdir/*,v; do 74 file=`echo $vfile | sed -e 's/,v$//'` 83 cp $vfile $dstdir
|
| D | rcs2sccs.sh | 60 for vfile in *,v; do 62 file=`echo $vfile | sed -e 's/,v$//'`
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | pei-x86_64.c | 533 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) in pex64_bfd_print_pdata_section() argument 535 FILE *file = (FILE *) vfile; in pex64_bfd_print_pdata_section() 819 pex64_bfd_print_pdata (bfd *abfd, void *vfile) in pex64_bfd_print_pdata() argument 825 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section); in pex64_bfd_print_pdata() 827 paps.obj = vfile; in pex64_bfd_print_pdata()
|
| D | peXXigen.c | 1263 pe_print_idata (bfd * abfd, void * vfile) in pe_print_idata() argument 1265 FILE *file = (FILE *) vfile; in pe_print_idata() 1552 pe_print_edata (bfd * abfd, void * vfile) in pe_print_edata() argument 1554 FILE *file = (FILE *) vfile; in pe_print_edata() 1841 pe_print_pdata (bfd * abfd, void * vfile) in pe_print_pdata() argument 1848 FILE *file = (FILE *) vfile; in pe_print_pdata() 2014 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile) in _bfd_XX_print_ce_compressed_pdata() argument 2017 FILE *file = (FILE *) vfile; in _bfd_XX_print_ce_compressed_pdata() 2154 pe_print_reloc (bfd * abfd, void * vfile) in pe_print_reloc() argument 2156 FILE *file = (FILE *) vfile; in pe_print_reloc() [all …]
|
| D | mach-o-i386.c | 286 void *vfile, char *buf) in bfd_mach_o_i386_print_thread() argument 288 FILE *file = (FILE *)vfile; in bfd_mach_o_i386_print_thread()
|
| D | peicode.h | 347 pe_print_private_bfd_data (bfd *abfd, void * vfile) in pe_print_private_bfd_data() argument 349 FILE *file = (FILE *) vfile; in pe_print_private_bfd_data() 351 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile)) in pe_print_private_bfd_data() 359 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile); in pe_print_private_bfd_data()
|
| D | ChangeLog-9495 | 411 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | pei-x86_64.c | 533 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) in pex64_bfd_print_pdata_section() argument 535 FILE *file = (FILE *) vfile; in pex64_bfd_print_pdata_section() 819 pex64_bfd_print_pdata (bfd *abfd, void *vfile) in pex64_bfd_print_pdata() argument 825 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section); in pex64_bfd_print_pdata() 827 paps.obj = vfile; in pex64_bfd_print_pdata()
|
| D | peXXigen.c | 1263 pe_print_idata (bfd * abfd, void * vfile) in pe_print_idata() argument 1265 FILE *file = (FILE *) vfile; in pe_print_idata() 1542 pe_print_edata (bfd * abfd, void * vfile) in pe_print_edata() argument 1544 FILE *file = (FILE *) vfile; in pe_print_edata() 1826 pe_print_pdata (bfd * abfd, void * vfile) in pe_print_pdata() argument 1833 FILE *file = (FILE *) vfile; in pe_print_pdata() 1999 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile) in _bfd_XX_print_ce_compressed_pdata() argument 2002 FILE *file = (FILE *) vfile; in _bfd_XX_print_ce_compressed_pdata() 2139 pe_print_reloc (bfd * abfd, void * vfile) in pe_print_reloc() argument 2141 FILE *file = (FILE *) vfile; in pe_print_reloc() [all …]
|
| D | mach-o-i386.c | 286 void *vfile, char *buf) in bfd_mach_o_i386_print_thread() argument 288 FILE *file = (FILE *)vfile; in bfd_mach_o_i386_print_thread()
|
| D | peicode.h | 347 pe_print_private_bfd_data (bfd *abfd, void * vfile) in pe_print_private_bfd_data() argument 349 FILE *file = (FILE *) vfile; in pe_print_private_bfd_data() 351 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile)) in pe_print_private_bfd_data() 359 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile); in pe_print_private_bfd_data()
|
| D | ChangeLog-9495 | 411 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
|