Searched refs:dsec (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/mdocml/
H A Dmandocdb.c96 char *dsec; /* section from directory */ member in struct:mlink
586 char *dsec, *arch, *fsec, *cp; local
601 dsec = arch = NULL;
678 strncmp(fsec, dsec, strlen(dsec))) ||
695 mlink->dsec = dsec;
726 dsec = NULL;
732 dsec = cp + 3;
735 dsec
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_heath.c280 char dsec, a[5]; local
304 &pp->minute, &pp->second, &dsec, a, &month, &day,
317 &pp->minute, &pp->second, &dsec) != 4) {
382 if (!isdigit((unsigned char)dsec))
385 pp->nsec = (dsec - '0') * 100000000;
H A Drefclock_neoclock4x.c453 int dsec; local
558 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_HSEC], &dsec, 2);
560 pp->msec = dsec * 10; /* convert 1/100s from neoclock to real miliseconds */
562 pp->nsec = dsec * 10 * NSEC_TO_MILLI; /* convert 1/100s from neoclock to nanoseconds */
/freebsd-11-stable/contrib/binutils/binutils/
H A Drddbg.c338 asection *dsec; local
345 dsec = bfd_get_section_by_name (abfd, ".debug");
346 if (dsec == NULL)
349 size = bfd_section_size (abfd, dsec);
351 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h2977 asection *dsec;
2979 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG);
2980 if (dsec == NULL)
2982 dsec->size = sz;
2983 dsec->flags |= SEC_HAS_CONTENTS;
2976 asection *dsec; local
H A Delf64-ppc.c6272 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
6273 if (dsec == NULL)
6275 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
6276 if (elf_discarded_section (dsec))
6278 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
6283 eh->elf.root.u.def.section = dsec;
6268 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; local
H A Dxcofflink.c843 asection *dsec;
847 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags);
848 if (dsec == NULL)
851 xcoff_hash_table (info)->descriptor_section = dsec;
852 dsec->alignment_power = 2;
859 asection *dsec;
862 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags);
863 if (dsec == NULL)
866 xcoff_hash_table (info)->debug_section = dsec;
839 asection *dsec; local
855 asection *dsec; local

Completed in 150 milliseconds