Searched refs:vfile (Results 1 – 8 of 8) sorted by relevance
| /trueos/share/mk/ |
| HD | version_gen.awk | 46 while (getline < vfile) { 72 vfile) > stderr; 78 vfile, symver, v) > stderr; 88 vfile) > stderr; 96 vfile) > stderr; 103 vfile, $0) > stderr;
|
| HD | bsd.symver.mk | 45 | awk -v vfile=${VERSION_DEF} -f ${_vgen} > ${.TARGET}
|
| /trueos/contrib/binutils/bfd/ |
| HD | peXXigen.c | 1052 pe_print_idata (bfd * abfd, void * vfile) in pe_print_idata() argument 1054 FILE *file = (FILE *) vfile; in pe_print_idata() 1361 pe_print_edata (bfd * abfd, void * vfile) in pe_print_edata() argument 1363 FILE *file = (FILE *) vfile; in pe_print_edata() 1585 pe_print_pdata (bfd * abfd, void * vfile) in pe_print_pdata() argument 1592 FILE *file = (FILE *) vfile; in pe_print_pdata() 1727 pe_print_reloc (bfd * abfd, void * vfile) in pe_print_reloc() argument 1729 FILE *file = (FILE *) vfile; in pe_print_reloc() 1813 _bfd_XX_print_private_bfd_data_common (bfd * abfd, void * vfile) in _bfd_XX_print_private_bfd_data_common() argument 1815 FILE *file = (FILE *) vfile; in _bfd_XX_print_private_bfd_data_common() [all …]
|
| HD | peicode.h | 329 pe_print_private_bfd_data (bfd *abfd, void * vfile) in pe_print_private_bfd_data() argument 331 FILE *file = (FILE *) vfile; in pe_print_private_bfd_data() 333 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile)) in pe_print_private_bfd_data() 341 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile); in pe_print_private_bfd_data()
|
| HD | coff-ppc.c | 1532 dump_toc (vfile) in dump_toc() argument 1533 PTR vfile; in dump_toc() 1535 FILE *file = (FILE *) vfile;
|
| HD | ChangeLog-9495 | 411 * peicode.h (pe_print_private_bfd_data): Change vfile from void *
|
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | deprecated.c | 3867 const char *vfile, in svn_wc_translated_file() argument 3872 return svn_wc_translated_file2(xlated_p, vfile, vfile, adm_access, in svn_wc_translated_file()
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 7588 const char *vfile,
|