Home
last modified time | relevance | path

Searched refs:dsec (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDrefclock_heath.c280 char dsec, a[5]; in heath_receive() local
304 &pp->minute, &pp->second, &dsec, a, &month, &day, in heath_receive()
317 &pp->minute, &pp->second, &dsec) != 4) { in heath_receive()
382 if (!isdigit((unsigned char)dsec)) in heath_receive()
385 pp->nsec = (dsec - '0') * 100000000; in heath_receive()
HDrefclock_neoclock4x.c453 int dsec; in neoclock4x_receive() local
558 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_HSEC], &dsec, 2); in neoclock4x_receive()
560 pp->msec = dsec * 10; /* convert 1/100s from neoclock to real miliseconds */ in neoclock4x_receive()
562 pp->nsec = dsec * 10 * NSEC_TO_MILLI; /* convert 1/100s from neoclock to nanoseconds */ in neoclock4x_receive()
/NextBSD/contrib/mdocml/
HDmandocdb.c111 char *dsec; /* section from directory */ member
584 char *dsec, *arch, *fsec, *cp; in treescan() local
599 dsec = arch = NULL; in treescan()
676 strncmp(fsec, dsec, strlen(dsec))) || in treescan()
693 mlink->dsec = dsec; in treescan()
728 dsec = cp + 3; in treescan()
731 dsec = cp + 3; in treescan()
734 dsec = NULL; in treescan()
737 if (NULL != dsec || use_all) in treescan()
749 if (FTS_DP != ff->fts_info && NULL != dsec) in treescan()
[all …]
/NextBSD/contrib/binutils/binutils/
HDrddbg.c338 asection *dsec; in read_ieee_debugging_info() local
345 dsec = bfd_get_section_by_name (abfd, ".debug"); in read_ieee_debugging_info()
346 if (dsec == NULL) in read_ieee_debugging_info()
349 size = bfd_section_size (abfd, dsec); in read_ieee_debugging_info()
351 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size)) in read_ieee_debugging_info()
/NextBSD/contrib/binutils/bfd/
HDxcofflink.c839 asection *dsec; in xcoff_link_create_extra_sections() local
843 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags); in xcoff_link_create_extra_sections()
844 if (dsec == NULL) in xcoff_link_create_extra_sections()
847 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
848 dsec->alignment_power = 2; in xcoff_link_create_extra_sections()
855 asection *dsec; in xcoff_link_create_extra_sections() local
858 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags); in xcoff_link_create_extra_sections()
859 if (dsec == NULL) in xcoff_link_create_extra_sections()
862 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
HDcoffcode.h2976 asection *dsec; in coff_compute_section_file_positions() local
2978 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG); in coff_compute_section_file_positions()
2979 if (dsec == NULL) in coff_compute_section_file_positions()
2981 dsec->size = sz; in coff_compute_section_file_positions()
2982 dsec->flags |= SEC_HAS_CONTENTS; in coff_compute_section_file_positions()
HDelf64-ppc.c6268 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; in adjust_opd_syms() local
6269 if (dsec == NULL) in adjust_opd_syms()
6271 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next) in adjust_opd_syms()
6272 if (elf_discarded_section (dsec)) in adjust_opd_syms()
6274 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec; in adjust_opd_syms()
6279 eh->elf.root.u.def.section = dsec; in adjust_opd_syms()