Home
last modified time | relevance | path

Searched refs:chead (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsco5-core.c111 struct coresecthead chead; in sco5_core_file_p() local
191 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd) in sco5_core_file_p()
192 != sizeof chead) in sco5_core_file_p()
193 || (chead.cs_stype != CORES_OFFSETS) in sco5_core_file_p()
194 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER)) in sco5_core_file_p()
206 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0) in sco5_core_file_p()
207 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd) in sco5_core_file_p()
208 != sizeof chead)) in sco5_core_file_p()
214 switch (chead.cs_stype) in sco5_core_file_p()
217 if (chead.cs_x.csx_magic != COREMAGIC_NUMBER) in sco5_core_file_p()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dget.c85 struct field_info *chead, **ctail; member
360 for(f = data->chead; f != NULL; f = f->next) { in print_entry_short()
373 for(f = data->chead; f != NULL; f = f->next) { in print_entry_long()
378 for(f = data->chead; f != NULL; f = f->next) { in print_entry_long()
409 for(f = data->chead; f != NULL; f = next) { in free_columns()
414 data->chead = NULL; in free_columns()
415 data->ctail = &data->chead; in free_columns()
494 data.chead = NULL; in getit()
495 data.ctail = &data.chead; in getit()