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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsco5-core.c122 struct coresecthead chead; local
202 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
203 != sizeof chead)
204 || (chead.cs_stype != CORES_OFFSETS)
205 || (chead.cs_x.csx_magic != COREMAGIC_NUMBER))
217 if ((bfd_seek (abfd, (file_ptr) chead.cs_hseek, SEEK_SET) != 0)
218 || (bfd_bread ((void *) &chead, (bfd_size_type) sizeof chead, abfd)
219 != sizeof chead))
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dget.c81 struct field_info *chead, **ctail; member in struct:get_entry_data
340 for(f = data->chead; f != NULL; f = f->next) {
353 for(f = data->chead; f != NULL; f = f->next) {
358 for(f = data->chead; f != NULL; f = f->next) {
389 for(f = data->chead; f != NULL; f = next) {
394 data->chead = NULL;
395 data->ctail = &data->chead;
474 data.chead = NULL;
475 data.ctail = &data.chead;

Completed in 79 milliseconds